summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/LiveIntervalAnalysis.h
Commit message (Expand)AuthorAge
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Fix for PR1306.Evan Cheng2007-04-25
* Don't populate TryAgainList when coalescing only physical registers with virt...Evan Cheng2007-04-18
* Copy coalescing change to prevent a physical register from being pin to aEvan Cheng2007-04-17
* Ugh. Copy coalescer does not update register numbers.Evan Cheng2007-04-02
* Track all joined registers and eliminate unneeded kills after all joining are...Evan Cheng2007-03-01
* Joining an interval with a dead copy instruction. Shorten the live range to t...Evan Cheng2007-02-26
* Copy and paste silliness.Evan Cheng2007-02-22
* Remove unnecessary isKill properties if a live range has been lengthened due ...Evan Cheng2007-02-22
* Allow for live in registers for eh landing pads.Jim Laskey2007-02-21
* Re-apply my liveintervalanalysis changes. Now with PR1207 fixes.Evan Cheng2007-02-19
* For PR1207:Reid Spencer2007-02-19
* - Changes how function livein's are handled, they now have a start index of 0.Evan Cheng2007-02-17
* Use BitVector instead of vector<bool> which can be extremely slow.Evan Cheng2007-02-15
* rename DenseMap to IndexedMap.Chris Lattner2007-02-01
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-17
* Added a new method "CreateNewLiveInterval" which, given a list ofBill Wendling2006-11-16
* Keep track of the start of MBB's in a separate map from instructions. ThisChris Lattner2006-09-15
* revert accidentally committed fileChris Lattner2006-09-14
* Remove dead methods, add getNumBlockIDs() methodChris Lattner2006-09-14
* Avoid beating on the mi2i map when we know the answer already.Chris Lattner2006-09-03
* Fix a typo pointed out by GaborChris Lattner2006-09-02
* Iteration is required for some cases, even if they don't occur in crafty.Chris Lattner2006-09-02
* new methodChris Lattner2006-09-02
* Iterative coallescing doesn't buy us anything (we get identical results onChris Lattner2006-09-01
* avoid calling the virtual isMoveInstr method endlessly by caching its results.Chris Lattner2006-08-31
* Teach the coallescer to coallesce live intervals joined by an arbitraryChris Lattner2006-08-29
* Take advantage of the recent improvements to the liveintervals set (trackingChris Lattner2006-08-24
* Backing out fix for PR770. Need to re-apply it after live range splitting is ...Evan Cheng2006-05-12
* PR 770 - permit coallescing of registers in subset register classes.Evan Cheng2006-05-09
* Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner2006-02-22
* revert an accidental commitChris Lattner2006-01-29
* Make ConstantFP legalize into TargetConstantFP like other leaf nodes do. AllowChris Lattner2006-01-29
* add missing prototypeChris Lattner2005-10-21
* move the live interval headers out of lib/CodeGen/Chris Lattner2005-09-21
* Teach live intervals to not crash on dead livein regsChris Lattner2005-09-02
* Allow the live interval analysis pass to be a bit more aggressive aboutChris Lattner2005-03-09
* For PR387:\Reid Spencer2004-12-07
* * Wrap some comments to 80 colsChris Lattner2004-09-30
* Use a DenseMap for mapping reg->reg. This improves the LiveIntervalAlkis Evlogimenos2004-09-08
* Use newly added API in MRegisterInfo.Alkis Evlogimenos2004-08-26
* Clean up whitespace.Alkis Evlogimenos2004-08-04
* Convert indentation to 2 spaces.Alkis Evlogimenos2004-08-04
* Change std::map<unsigned, LiveInterval*> into a std::map<unsigned,Alkis Evlogimenos2004-07-24
* Completely eliminate the intervals_ list. instead, the r2iMap_ maintainsChris Lattner2004-07-24
* Add a new differingRegisterClasses methodChris Lattner2004-07-24
* More minor changes:Chris Lattner2004-07-23
* Speedup debug builds a bitChris Lattner2004-07-23
* Rename LiveIntervals.(cpp|h) -> LiveIntervalAnalysis.(cpp|h)Chris Lattner2004-07-23
* Pull the LiveRange and LiveInterval classes out of LiveIntervals.h (whichChris Lattner2004-07-23