aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/LiveInterval.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix includes. Patch contributed by Paolo Invernizzi!Alkis Evlogimenos2004-09-281-0/+1
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Fix the sense of joinableChris Lattner2004-07-251-4/+4
* This patch makes use of the infrastructure implemented before to safely andChris Lattner2004-07-251-1/+43
* Make a method const, no functionality changesChris Lattner2004-07-251-5/+5
* Fix a bug in the range removerChris Lattner2004-07-251-1/+1
* Change std::map<unsigned, LiveInterval*> into a std::map<unsigned,Alkis Evlogimenos2004-07-241-2/+2
* In the joiner, merge the small interval into the large interval. This restoresChris Lattner2004-07-241-0/+9
* Little stuff:Chris Lattner2004-07-241-17/+130
* Change addRange and join to be a little bit smarter. In particular, we don'tChris Lattner2004-07-231-33/+76
* Search by the start point, not by the whole interval. This saves someChris Lattner2004-07-231-11/+12
* Instead of searching for a live interval pair, search for a location. This g...Chris Lattner2004-07-231-6/+4
* Pull the LiveRange and LiveInterval classes out of LiveIntervals.h (whichChris Lattner2004-07-231-0/+151