summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LiveIntervals.h
Commit message (Expand)AuthorAgeFilesLines
* Rename LiveIntervals.(cpp|h) -> LiveIntervalAnalysis.(cpp|h)Chris Lattner2004-07-231-159/+0
* Pull the LiveRange and LiveInterval classes out of LiveIntervals.h (whichChris Lattner2004-07-231-75/+1
* Improve comments a bitChris Lattner2004-07-231-5/+28
* Force coallescing of live ranges that have a single definition, even if theyChris Lattner2004-07-231-0/+1
* Split joinIntervals into two methodsChris Lattner2004-07-191-0/+4
* fill comment to 80 colsChris Lattner2004-07-191-11/+7
* Rename Interval class to LiveInterval to avoid conflicting with the alreadyChris Lattner2004-06-211-16/+17
* Pull Interval class out of LiveIntervals.Alkis Evlogimenos2004-05-301-50/+40
* When spilling an register, introduce a new temporary for each of itsAlkis Evlogimenos2004-05-301-4/+6
* Remove defs vector from live intervals.Alkis Evlogimenos2004-05-291-2/+0
* Add definition list to each live interval.Alkis Evlogimenos2004-04-091-3/+7
* Add the long awaited memory operand folding support for linear scanAlkis Evlogimenos2004-03-011-1/+2
* Move LiveIntervals.h to lib/CodeGen since it shouldn't be exposed to other pa...Alkis Evlogimenos2004-02-231-0/+213
OpenPOWER on IntegriCloud