aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/LiveIntervalAnalysis.h
Commit message (Expand)AuthorAgeFilesLines
* Use pool allocator for all the VNInfo's to improve memory access locality. Th...Evan Cheng2007-09-051-0/+7
* Add a variant of foldMemoryOperand to fold any load / store, not just load / ...Evan Cheng2007-08-301-5/+7
* Change LiveRange so it keeps a pointer to the VNInfo rather than an index.Evan Cheng2007-08-291-1/+1
* Re-implement trivial rematerialization. This allows def MIs whose live interv...Evan Cheng2007-08-131-7/+30
* Factor live variable analysis so it does not do register coalescingDavid Greene2007-06-081-114/+30
* Fix for PR1406:Evan Cheng2007-05-141-1/+5
* Fix typo in comment.Nick Lewycky2007-05-061-1/+1
* Drop 'const'Devang Patel2007-05-031-1/+1
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-1/+1
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+3
* Fix for PR1306.Evan Cheng2007-04-251-1/+1
* Don't populate TryAgainList when coalescing only physical registers with virt...Evan Cheng2007-04-181-1/+1
* Copy coalescing change to prevent a physical register from being pin to aEvan Cheng2007-04-171-2/+6
* Ugh. Copy coalescer does not update register numbers.Evan Cheng2007-04-021-0/+4
* Track all joined registers and eliminate unneeded kills after all joining are...Evan Cheng2007-03-011-3/+10
* Joining an interval with a dead copy instruction. Shorten the live range to t...Evan Cheng2007-02-261-3/+5
* Copy and paste silliness.Evan Cheng2007-02-221-2/+1
* Remove unnecessary isKill properties if a live range has been lengthened due ...Evan Cheng2007-02-221-0/+11
* Allow for live in registers for eh landing pads.Jim Laskey2007-02-211-1/+3
* Re-apply my liveintervalanalysis changes. Now with PR1207 fixes.Evan Cheng2007-02-191-2/+16
* For PR1207:Reid Spencer2007-02-191-16/+2
* - Changes how function livein's are handled, they now have a start index of 0.Evan Cheng2007-02-171-2/+16
* Use BitVector instead of vector<bool> which can be extremely slow.Evan Cheng2007-02-151-1/+2
* rename DenseMap to IndexedMap.Chris Lattner2007-02-011-2/+2
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-171-0/+3
* Added a new method "CreateNewLiveInterval" which, given a list ofBill Wendling2006-11-161-0/+5
* Keep track of the start of MBB's in a separate map from instructions. ThisChris Lattner2006-09-151-2/+17
* revert accidentally committed fileChris Lattner2006-09-141-23/+3
* Remove dead methods, add getNumBlockIDs() methodChris Lattner2006-09-141-3/+23
* Avoid beating on the mi2i map when we know the answer already.Chris Lattner2006-09-031-4/+6
* Fix a typo pointed out by GaborChris Lattner2006-09-021-1/+1
* Iteration is required for some cases, even if they don't occur in crafty.Chris Lattner2006-09-021-3/+15
* new methodChris Lattner2006-09-021-0/+7
* Iterative coallescing doesn't buy us anything (we get identical results onChris Lattner2006-09-011-15/+2
* avoid calling the virtual isMoveInstr method endlessly by caching its results.Chris Lattner2006-08-311-2/+2
* Teach the coallescer to coallesce live intervals joined by an arbitraryChris Lattner2006-08-291-1/+8
* Take advantage of the recent improvements to the liveintervals set (trackingChris Lattner2006-08-241-14/+40
* Backing out fix for PR770. Need to re-apply it after live range splitting is ...Evan Cheng2006-05-121-5/+4
* PR 770 - permit coallescing of registers in subset register classes.Evan Cheng2006-05-091-3/+5
* Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner2006-02-221-1/+1
* revert an accidental commitChris Lattner2006-01-291-5/+1
* Make ConstantFP legalize into TargetConstantFP like other leaf nodes do. AllowChris Lattner2006-01-291-1/+5
* add missing prototypeChris Lattner2005-10-211-0/+4
* move the live interval headers out of lib/CodeGen/Chris Lattner2005-09-211-1/+1
* Teach live intervals to not crash on dead livein regsChris Lattner2005-09-021-1/+2
* Allow the live interval analysis pass to be a bit more aggressive aboutChris Lattner2005-03-091-3/+9
* For PR387:\Reid Spencer2004-12-071-1/+1
* * Wrap some comments to 80 colsChris Lattner2004-09-301-1/+6
* Use a DenseMap for mapping reg->reg. This improves the LiveIntervalAlkis Evlogimenos2004-09-081-6/+7
* Use newly added API in MRegisterInfo.Alkis Evlogimenos2004-08-261-0/+2