| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix LiveInterval::getOverlapingRanges to take things in the right order | Chris Lattner | 2005-10-21 | 1 | -3/+3 |
* | Fix a conditional so we don't access past the end of the range. Thanks to | Chris Lattner | 2005-10-20 | 1 | -6/+4 |
* | Fix order of eval problem from when I refactored this into a function. | Chris Lattner | 2005-10-20 | 1 | -3/+2 |
* | add a new method, play around with some code. | Chris Lattner | 2005-10-20 | 1 | -10/+56 |
* | Refactor some code, pulling it out into a function. No functionality change. | Chris Lattner | 2005-10-20 | 1 | -15/+26 |
* | Expose the LiveInterval interfaces as public headers. | Chris Lattner | 2005-09-21 | 1 | -1/+1 |
* | Print the symbolic register name in a register allocator debug dump. | Chris Lattner | 2005-05-14 | 1 | -11/+17 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -2/+2 |
* | Prevent accessing past the end of the intervals vector, this fixes | Chris Lattner | 2004-12-04 | 1 | -1/+3 |
* | There is no need to check to see if j overflowed in this loop as we're only | Chris Lattner | 2004-11-18 | 1 | -1/+3 |
* | Moderate head scratching reveals that this conditional is not needed. If | Chris Lattner | 2004-11-18 | 1 | -4/+0 |
* | Take another .7 seconds off of linear scan time. | Chris Lattner | 2004-11-18 | 1 | -3/+5 |
* | Add ability to give hints to the overlaps routines. | Chris Lattner | 2004-11-18 | 1 | -5/+13 |
* | Give a better message for a common assertion failure. | Brian Gaeke | 2004-11-16 | 1 | -1/+2 |
* | Fix includes. Patch contributed by Paolo Invernizzi! | Alkis Evlogimenos | 2004-09-28 | 1 | -0/+1 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 |
* | Fix the sense of joinable | Chris Lattner | 2004-07-25 | 1 | -4/+4 |
* | This patch makes use of the infrastructure implemented before to safely and | Chris Lattner | 2004-07-25 | 1 | -1/+43 |
* | Make a method const, no functionality changes | Chris Lattner | 2004-07-25 | 1 | -5/+5 |
* | Fix a bug in the range remover | Chris Lattner | 2004-07-25 | 1 | -1/+1 |
* | Change std::map<unsigned, LiveInterval*> into a std::map<unsigned, | Alkis Evlogimenos | 2004-07-24 | 1 | -2/+2 |
* | In the joiner, merge the small interval into the large interval. This restores | Chris Lattner | 2004-07-24 | 1 | -0/+9 |
* | Little stuff: | Chris Lattner | 2004-07-24 | 1 | -17/+130 |
* | Change addRange and join to be a little bit smarter. In particular, we don't | Chris Lattner | 2004-07-23 | 1 | -33/+76 |
* | Search by the start point, not by the whole interval. This saves some | Chris Lattner | 2004-07-23 | 1 | -11/+12 |
* | Instead of searching for a live interval pair, search for a location. This g... | Chris Lattner | 2004-07-23 | 1 | -6/+4 |
* | Pull the LiveRange and LiveInterval classes out of LiveIntervals.h (which | Chris Lattner | 2004-07-23 | 1 | -0/+151 |