Age | Commit message (Expand) | Author |
---|---|---|
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 |