aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/LiveInterval.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix LiveInterval::getOverlapingRanges to take things in the right orderChris Lattner2005-10-211-3/+3
* Fix a conditional so we don't access past the end of the range. Thanks toChris Lattner2005-10-201-6/+4
* Fix order of eval problem from when I refactored this into a function.Chris Lattner2005-10-201-3/+2
* add a new method, play around with some code.Chris Lattner2005-10-201-10/+56
* Refactor some code, pulling it out into a function. No functionality change.Chris Lattner2005-10-201-15/+26
* Expose the LiveInterval interfaces as public headers.Chris Lattner2005-09-211-1/+1
* Print the symbolic register name in a register allocator debug dump.Chris Lattner2005-05-141-11/+17
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* Prevent accessing past the end of the intervals vector, this fixesChris Lattner2004-12-041-1/+3
* There is no need to check to see if j overflowed in this loop as we're onlyChris Lattner2004-11-181-1/+3
* Moderate head scratching reveals that this conditional is not needed. IfChris Lattner2004-11-181-4/+0
* Take another .7 seconds off of linear scan time.Chris Lattner2004-11-181-3/+5
* Add ability to give hints to the overlaps routines.Chris Lattner2004-11-181-5/+13
* Give a better message for a common assertion failure.Brian Gaeke2004-11-161-1/+2
* 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