1. edf128a Remove trailing whitespace by Misha Brukman · 20 years ago
  2. ead1b3f Prevent accessing past the end of the intervals vector, this fixes by Chris Lattner · 20 years ago
  3. 9fddc12 There is no need to check to see if j overflowed in this loop as we're only by Chris Lattner · 20 years ago
  4. 1e409bf Moderate head scratching reveals that this conditional is not needed. If by Chris Lattner · 20 years ago
  5. 8c68b6a Take another .7 seconds off of linear scan time. by Chris Lattner · 20 years ago
  6. bae74d9 Add ability to give hints to the overlaps routines. by Chris Lattner · 20 years ago
  7. 8311bef Give a better message for a common assertion failure. by Brian Gaeke · 20 years ago
  8. c4d3b91 Fix includes. Patch contributed by Paolo Invernizzi! by Alkis Evlogimenos · 20 years ago
  9. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  10. c25b55a Fix the sense of joinable by Chris Lattner · 21 years ago
  11. f542649 This patch makes use of the infrastructure implemented before to safely and by Chris Lattner · 21 years ago
  12. d3a205e Make a method const, no functionality changes by Chris Lattner · 21 years ago
  13. 6925a9f Fix a bug in the range remover by Chris Lattner · 21 years ago
  14. a1613db Change std::map<unsigned, LiveInterval*> into a std::map<unsigned, by Alkis Evlogimenos · 21 years ago
  15. deb9971 In the joiner, merge the small interval into the large interval. This restores by Chris Lattner · 21 years ago
  16. abf295f Little stuff: by Chris Lattner · 21 years ago
  17. b26c215 Change addRange and join to be a little bit smarter. In particular, we don't by Chris Lattner · 21 years ago
  18. aa14147 Search by the start point, not by the whole interval. This saves some by Chris Lattner · 21 years ago
  19. ebd7e6c Instead of searching for a live interval pair, search for a location. This gives by Chris Lattner · 21 years ago
  20. fb449b9 Pull the LiveRange and LiveInterval classes out of LiveIntervals.h (which by Chris Lattner · 21 years ago