summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SplitKit.cpp
Commit message (Expand)AuthorAge
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* Switch a number of loops in lib/CodeGen over to range-based for-loops, now thatOwen Anderson2014-03-17
* Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changingOwen Anderson2014-03-13
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-02
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Work on LiveRange instead of LiveInterval where possibleMatthias Braun2013-10-10
* Rename LiveRange to LiveInterval::SegmentMatthias Braun2013-10-10
* Auto-compute live intervals on demand.Mark Lacey2013-08-14
* Track new virtual registers by register number.Mark Lacey2013-08-14
* Remove unnecessary parameter to RenumberValues.Jakob Stoklund Olesen2013-08-14
* Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.Benjamin Kramer2013-06-17
* Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen2012-11-28
* Release build: guard dump functions withManman Ren2012-09-11
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-06
* Fix a couple of loops that were processing unused value numbers.Jakob Stoklund Olesen2012-08-03
* Eliminate the IS_PHI_DEF flag and VNInfo::setIsPHIDef().Jakob Stoklund Olesen2012-07-27
* Pass context pointers to LiveRangeCalc::reset().Jakob Stoklund Olesen2012-06-04
* Moved LiveRangeEdit.h so that it can be called from other parts of the backen...Pete Cooper2012-04-02
* Refactored the LiveRangeEdit interface so that MachineFunction, TargetInstrIn...Pete Cooper2012-04-02
* Don't store COPY pointers in VNInfo.Jakob Stoklund Olesen2012-02-04
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Detect when a value is undefined on an edge to a landing pad.Jakob Stoklund Olesen2012-01-11
* Exclusively use SplitAnalysis::getLastSplitPoint().Jakob Stoklund Olesen2012-01-11
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* Use getVNInfoBefore() when it makes sense.Jakob Stoklund Olesen2011-11-14
* Terminate all dead defs at the dead slot instead of the 'next' slot.Jakob Stoklund Olesen2011-11-13
* Rename SlotIndexes to match how they are used.Jakob Stoklund Olesen2011-11-13
* Spill mode: Hoist back-copies locally.Jakob Stoklund Olesen2011-09-16
* Hoist back-copies to the least busy dominator.Jakob Stoklund Olesen2011-09-14
* Distinguish complex mapped values from forced recomputation.Jakob Stoklund Olesen2011-09-13
* Implement -split-spill-mode=size.Jakob Stoklund Olesen2011-09-13
* Add SplitEditor::markOverlappedComplement().Jakob Stoklund Olesen2011-09-13
* Eliminate the extendRange() wrapper.Jakob Stoklund Olesen2011-09-13
* Switch extendInBlock() to take a kill slot instead of the last use slot.Jakob Stoklund Olesen2011-09-13
* Use a separate LiveRangeCalc for the complement in spill modes.Jakob Stoklund Olesen2011-09-13
* Extract live range calculations from SplitKit.Jakob Stoklund Olesen2011-09-13
* Add an interface for SplitKit complement spill modes.Jakob Stoklund Olesen2011-09-12
* Delete getMultiUseBlocks and splitSingleBlocks.Jakob Stoklund Olesen2011-08-05
* Split around single instructions to enable register class inflation.Jakob Stoklund Olesen2011-08-05
* Rename {First,Last}Use to {First,Last}Instr.Jakob Stoklund Olesen2011-08-02
* Add a BlockInfo::FirstDef field.Jakob Stoklund Olesen2011-08-02
* Delete BlockInfo::LiveThrough. It wasn't used any more.Jakob Stoklund Olesen2011-08-02
* Never extend live ranges for <undef> uses.Jakob Stoklund Olesen2011-07-24
* Correctly handle <undef> tied uses when rewriting after a split.Jakob Stoklund Olesen2011-07-24
* Fix bug in SplitEditor::splitLiveThroughBlock when switching registers.Jakob Stoklund Olesen2011-07-23
* Fix a crash when building 177.mesa for armv6.Jakob Stoklund Olesen2011-07-18
* Silence unused variable warningMatt Beaumont-Gay2011-07-16
* He said *before* the last split point.Jakob Stoklund Olesen2011-07-16
* Extract parts of RAGreedy::splitAroundRegion as SplitKit methods.Jakob Stoklund Olesen2011-07-15