aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveInterval.cpp
AgeCommit message (Expand)Author
2005-05-14Print the symbolic register name in a register allocator debug dump.Chris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-12-04Prevent accessing past the end of the intervals vector, this fixesChris Lattner
2004-11-18There is no need to check to see if j overflowed in this loop as we're onlyChris Lattner
2004-11-18Moderate head scratching reveals that this conditional is not needed. IfChris Lattner
2004-11-18Take another .7 seconds off of linear scan time.Chris Lattner
2004-11-18Add ability to give hints to the overlaps routines.Chris Lattner
2004-11-16Give a better message for a common assertion failure.Brian Gaeke
2004-09-28Fix includes. Patch contributed by Paolo Invernizzi!Alkis Evlogimenos
2004-09-01Changes For Bug 352Reid Spencer
2004-07-25Fix the sense of joinableChris Lattner
2004-07-25This patch makes use of the infrastructure implemented before to safely andChris Lattner
2004-07-25Make a method const, no functionality changesChris Lattner
2004-07-25Fix a bug in the range removerChris Lattner
2004-07-24Change std::map<unsigned, LiveInterval*> into a std::map<unsigned,Alkis Evlogimenos
2004-07-24In the joiner, merge the small interval into the large interval. This restoresChris Lattner
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-23Search by the start point, not by the whole interval. This saves someChris 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