aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/LiveIntervalAnalysis.h
Commit message (Expand)AuthorAgeFilesLines
...
* Optimize LiveIntervals::intervalIsInOneMBB().Jakob Stoklund Olesen2012-02-101-3/+4
* Keep track of register masks in LiveIntervalAnalysis.Jakob Stoklund Olesen2012-02-081-0/+43
* Remove some unused functions.Jakob Stoklund Olesen2012-02-061-18/+0
* Don't store COPY pointers in VNInfo.Jakob Stoklund Olesen2012-02-041-2/+1
* Drop ZeroIndex and InvalidIndex.Jakob Stoklund Olesen2012-02-041-8/+0
* Delete some dead code.Jakob Stoklund Olesen2012-02-031-3/+0
* Add a "moveInstr" method to LiveIntervals. This can be used to move instructionsLang Hames2012-01-271-0/+5
* Exclusively use SplitAnalysis::getLastSplitPoint().Jakob Stoklund Olesen2012-01-111-6/+0
* Delete the old spilling framework from LiveIntervalAnalysis.Jakob Stoklund Olesen2011-11-121-119/+0
* Dead code elimination may separate the live interval into multiple connected ...Jakob Stoklund Olesen2011-03-171-1/+3
* Make SpillIs an optional pointer. Avoid creating a bunch of temporary SmallVe...Jakob Stoklund Olesen2011-03-101-3/+3
* Let shrinkToUses optionally return a list of now dead machine instructions.Jakob Stoklund Olesen2011-03-071-1/+3
* Move more fragments of spill weight calculation into CalcSpillWeights.hJakob Stoklund Olesen2011-02-141-11/+0
* Move calcLiveBlockInfo() and the BlockInfo struct into SplitAnalysis.Jakob Stoklund Olesen2011-02-091-1/+1
* Add LiveIntervals::addKillFlags() to recompute kill flags after register allo...Jakob Stoklund Olesen2011-02-081-0/+4
* Add LiveIntervals::shrinkToUses().Jakob Stoklund Olesen2011-02-081-0/+6
* Add LiveIntervals::getLastSplitPoint().Jakob Stoklund Olesen2011-02-041-0/+6
* Annotate VirtRegRewriter debug output with slot indexes.Jakob Stoklund Olesen2011-01-121-0/+4
* RABasic is nearly functionally complete. There are a few remainingAndrew Trick2010-11-101-3/+3
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+3
* Terminator gaps were unused. Might as well delete them.Jakob Stoklund Olesen2010-09-241-4/+0
* Remove trailing whitespace.Jakob Stoklund Olesen2010-08-121-8/+8
* Transpose the calculation of spill weights such that we are calculating oneJakob Stoklund Olesen2010-08-101-0/+6
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* LoopSplitter - intended to split live intervals over loop boundaries.Lang Hames2010-07-171-0/+24
* Remove vestigial decl.Jakob Stoklund Olesen2010-07-131-4/+0
* Remove the now unused LiveIntervals::getVNInfoSourceReg().Jakob Stoklund Olesen2010-06-241-4/+0
* Remove the -fast-spill option.Jakob Stoklund Olesen2010-06-241-6/+0
* Replace a big gob of old coalescer logic with the new CoalescerPair class.Jakob Stoklund Olesen2010-06-241-4/+3
* Revert "Replace a big gob of old coalescer logic with the new CoalescerPair c...Jakob Stoklund Olesen2010-06-241-3/+4
* Replace a big gob of old coalescer logic with the new CoalescerPair class.Jakob Stoklund Olesen2010-06-241-4/+3
* Teach liveintervalanalysis about virtual registers which are defined by reg_s...Evan Cheng2010-05-051-0/+6
* - Clean up some crappy code which deals with coalescing of copies which look atEvan Cheng2010-04-211-0/+6
* Introduce SpecificBumpPtrAllocator, a wrapper for BumpPtrAllocator which allowsBenjamin Kramer2010-03-301-2/+2
* The check for coalescing a virtual register to a physical register, e.g.Evan Cheng2010-03-111-5/+5
* Use methods to determine if a LiveInterval is spillable.Jakob Stoklund Olesen2010-03-011-3/+2
* Always normalize spill weights, also for intervals created by spilling.Jakob Stoklund Olesen2010-02-181-0/+11
* Also attempt trivial coalescing for live intervals that end in a copy.Jakob Stoklund Olesen2009-12-101-4/+7
* Added a new "splitting" spiller.Lang Hames2009-12-091-0/+4
* Temporarily revert r90502. It was causing the llvm-gcc bootstrap on PPC to fail.Bill Wendling2009-12-051-6/+0
* Also attempt trivial coalescing for live intervals that end in a copy.Jakob Stoklund Olesen2009-12-041-0/+6
* Remove the -early-coalescing optionJakob Stoklund Olesen2009-11-181-10/+0
* Added an API to the SlotIndexes pass to allow new instructions to be inserted...Lang Hames2009-11-141-15/+3
* Fix inverted conflict test in -early-coalesce.Jakob Stoklund Olesen2009-11-071-3/+4
* The Indexes Patch.Lang Hames2009-11-031-220/+78
* Indentation.Evan Cheng2009-10-091-2/+1
* Renamed MachineInstrIndex to LiveIndex.Lang Hames2009-10-031-51/+51
* Forgot this.Evan Cheng2009-09-151-2/+1