summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LiveInterval.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Change std::map<unsigned, LiveInterval*> into a std::map<unsigned,Alkis Evlogimenos2004-07-241-2/+2
* In the joiner, merge the small interval into the large interval. This restoresChris Lattner2004-07-241-0/+9
* Little stuff:Chris Lattner2004-07-241-17/+130
* Change addRange and join to be a little bit smarter. In particular, we don'tChris Lattner2004-07-231-33/+76
* Search by the start point, not by the whole interval. This saves someChris Lattner2004-07-231-11/+12
* Instead of searching for a live interval pair, search for a location. This g...Chris Lattner2004-07-231-6/+4
* Pull the LiveRange and LiveInterval classes out of LiveIntervals.h (whichChris Lattner2004-07-231-0/+151
OpenPOWER on IntegriCloud