summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LiveIntervals.h
Commit message (Collapse)AuthorAgeFilesLines
* fill comment to 80 colsChris Lattner2004-07-191-11/+7
| | | | | | remove map that is not needed llvm-svn: 14988
* Rename Interval class to LiveInterval to avoid conflicting with the alreadyChris Lattner2004-06-211-16/+17
| | | | | | | | | existing llvm::Interval class. Patch contributed by Vladimir Prus! http://mail.cs.uiuc.edu/pipermail/llvmbugs/2004-June/000710.html llvm-svn: 14281
* Pull Interval class out of LiveIntervals.Alkis Evlogimenos2004-05-301-50/+40
| | | | llvm-svn: 13910
* When spilling an register, introduce a new temporary for each of itsAlkis Evlogimenos2004-05-301-4/+6
| | | | | | | spills. This allows for more flexibility when allocating registers for spill code. llvm-svn: 13907
* Remove defs vector from live intervals.Alkis Evlogimenos2004-05-291-2/+0
| | | | llvm-svn: 13892
* Add definition list to each live interval.Alkis Evlogimenos2004-04-091-3/+7
| | | | llvm-svn: 12791
* Add the long awaited memory operand folding support for linear scanAlkis Evlogimenos2004-03-011-1/+2
| | | | llvm-svn: 12058
* Move LiveIntervals.h to lib/CodeGen since it shouldn't be exposed to other ↵Alkis Evlogimenos2004-02-231-0/+213
parts of the compiler llvm-svn: 11719
OpenPOWER on IntegriCloud