summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/LiveIntervalAnalysis.h
Commit message (Expand)AuthorAge
* 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
* Improve comments a bitChris Lattner2004-07-23
* Force coallescing of live ranges that have a single definition, even if theyChris Lattner2004-07-23
* Split joinIntervals into two methodsChris Lattner2004-07-19
* fill comment to 80 colsChris Lattner2004-07-19
* Rename Interval class to LiveInterval to avoid conflicting with the alreadyChris Lattner2004-06-21
* Pull Interval class out of LiveIntervals.Alkis Evlogimenos2004-05-30
* When spilling an register, introduce a new temporary for each of itsAlkis Evlogimenos2004-05-30
* Remove defs vector from live intervals.Alkis Evlogimenos2004-05-29
* Add definition list to each live interval.Alkis Evlogimenos2004-04-09
* Add the long awaited memory operand folding support for linear scanAlkis Evlogimenos2004-03-01
* Abstract merging of ranges away from number of slots per instruction.Alkis Evlogimenos2004-02-22
* Too many changes in one commit:Alkis Evlogimenos2004-02-20
* Move unused typedefs in private section. Add method to return intervalAlkis Evlogimenos2004-02-18
* Add LiveIntervals::Interval::empty() member function.Alkis Evlogimenos2004-02-17
* Eliminate the use of spill (reserved) registers.Alkis Evlogimenos2004-02-15
* Merge safe parts from last night's buggy commit. These do not breakAlkis Evlogimenos2004-01-31