Age | Commit message (Expand) | Author |
2006-09-02 | When joining two intervals where the RHS is really simple, use a light-weight | Chris Lattner |
2006-08-31 | avoid calling the virtual isMoveInstr method endlessly by caching its results. | Chris Lattner |
2006-08-29 | Teach the coallescer to coallesce live intervals joined by an arbitrary | Chris Lattner |
2006-08-26 | Simplifications to liveinterval analysis, no functionality change. | Chris Lattner |
2006-08-25 | Completely change the way that joining with physregs is implemented. This | Chris Lattner |
2006-08-24 | When replacing value numbers, make sure to compactify the value # space. | Chris Lattner |
2006-08-24 | Take advantage of the recent improvements to the liveintervals set (tracking | Chris Lattner |
2006-08-22 | Improve the LiveInterval class to keep track of which machine instruction | Chris Lattner |
2005-10-21 | Fix LiveInterval::getOverlapingRanges to take things in the right order | Chris Lattner |
2005-10-20 | Fix a conditional so we don't access past the end of the range. Thanks to | Chris Lattner |
2005-10-20 | Fix order of eval problem from when I refactored this into a function. | Chris Lattner |
2005-10-20 | add a new method, play around with some code. | Chris Lattner |
2005-10-20 | Refactor some code, pulling it out into a function. No functionality change. | Chris Lattner |
2005-09-21 | Expose the LiveInterval interfaces as public headers. | Chris Lattner |
2005-05-14 | Print the symbolic register name in a register allocator debug dump. | Chris Lattner |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2004-12-04 | Prevent accessing past the end of the intervals vector, this fixes | Chris Lattner |
2004-11-18 | There is no need to check to see if j overflowed in this loop as we're only | Chris Lattner |
2004-11-18 | Moderate head scratching reveals that this conditional is not needed. If | Chris Lattner |
2004-11-18 | Take another .7 seconds off of linear scan time. | Chris Lattner |
2004-11-18 | Add ability to give hints to the overlaps routines. | Chris Lattner |
2004-11-16 | Give a better message for a common assertion failure. | Brian Gaeke |
2004-09-28 | Fix includes. Patch contributed by Paolo Invernizzi! | Alkis Evlogimenos |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-07-25 | Fix the sense of joinable | Chris Lattner |
2004-07-25 | This patch makes use of the infrastructure implemented before to safely and | Chris Lattner |
2004-07-25 | Make a method const, no functionality changes | Chris Lattner |
2004-07-25 | Fix a bug in the range remover | Chris Lattner |
2004-07-24 | Change std::map<unsigned, LiveInterval*> into a std::map<unsigned, | Alkis Evlogimenos |
2004-07-24 | In the joiner, merge the small interval into the large interval. This restores | Chris Lattner |
2004-07-24 | Little stuff: | Chris Lattner |
2004-07-23 | Change addRange and join to be a little bit smarter. In particular, we don't | Chris Lattner |
2004-07-23 | Search by the start point, not by the whole interval. This saves some | Chris Lattner |
2004-07-23 | Instead of searching for a live interval pair, search for a location. This g... | Chris Lattner |
2004-07-23 | Pull the LiveRange and LiveInterval classes out of LiveIntervals.h (which | Chris Lattner |