aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveInterval.cpp
AgeCommit message (Expand)Author
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