aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveInterval.h
AgeCommit message (Expand)Author
2005-09-21Expose the LiveInterval interfaces as public headers.Chris Lattner
2005-05-14Print the symbolic register name in a register allocator debug dump.Chris Lattner
2004-11-18Fix typeoChris Lattner
2004-11-18Add ability to give hints to the overlaps routines.Chris Lattner
2004-11-18Add new advanceTo methodChris Lattner
2004-11-18Fix a minor bug in expiredAt. endNumber() is the first number that is not va...Chris Lattner
2004-11-18Rename some methods, use 'begin' instead of 'start', add new LiveIntervalChris Lattner
2004-07-25Make a method const, no functionality changesChris Lattner
2004-07-24Remove implementation of operator= and make it private so that it isAlkis Evlogimenos
2004-07-24Change std::map<unsigned, LiveInterval*> into a std::map<unsigned,Alkis Evlogimenos
2004-07-24Little stuff:Chris Lattner
2004-07-23Change addRange and join to be a little bit smarter. In particular, we don'tChris Lattner
2004-07-23New helper methodChris Lattner
2004-07-23Instead of searching for a live interval pair, search for a location. This g...Chris Lattner
2004-07-23Pull the LiveRange and LiveInterval classes out of LiveIntervals.h (whichChris Lattner