summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveInterval.cpp
Commit message (Expand)AuthorAge
* Fix LiveInterval::getOverlapingRanges to take things in the right orderChris Lattner2005-10-21
* Fix a conditional so we don't access past the end of the range. Thanks toChris Lattner2005-10-20
* Fix order of eval problem from when I refactored this into a function.Chris Lattner2005-10-20
* add a new method, play around with some code.Chris Lattner2005-10-20
* Refactor some code, pulling it out into a function. No functionality change.Chris Lattner2005-10-20
* Expose the LiveInterval interfaces as public headers.Chris Lattner2005-09-21
* Print the symbolic register name in a register allocator debug dump.Chris Lattner2005-05-14
* Remove trailing whitespaceMisha Brukman2005-04-21
* Prevent accessing past the end of the intervals vector, this fixesChris Lattner2004-12-04
* There is no need to check to see if j overflowed in this loop as we're onlyChris Lattner2004-11-18
* Moderate head scratching reveals that this conditional is not needed. IfChris Lattner2004-11-18
* Take another .7 seconds off of linear scan time.Chris Lattner2004-11-18
* Add ability to give hints to the overlaps routines.Chris Lattner2004-11-18
* Give a better message for a common assertion failure.Brian Gaeke2004-11-16
* Fix includes. Patch contributed by Paolo Invernizzi!Alkis Evlogimenos2004-09-28
* Changes For Bug 352Reid Spencer2004-09-01
* Fix the sense of joinableChris Lattner2004-07-25
* This patch makes use of the infrastructure implemented before to safely andChris Lattner2004-07-25
* Make a method const, no functionality changesChris Lattner2004-07-25
* Fix a bug in the range removerChris Lattner2004-07-25
* Change std::map<unsigned, LiveInterval*> into a std::map<unsigned,Alkis Evlogimenos2004-07-24
* In the joiner, merge the small interval into the large interval. This restoresChris Lattner2004-07-24
* Little stuff:Chris Lattner2004-07-24
* Change addRange and join to be a little bit smarter. In particular, we don'tChris Lattner2004-07-23
* Search by the start point, not by the whole interval. This saves someChris Lattner2004-07-23
* Instead of searching for a live interval pair, search for a location. This g...Chris Lattner2004-07-23
* Pull the LiveRange and LiveInterval classes out of LiveIntervals.h (whichChris Lattner2004-07-23