aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/LiveIntervalAnalysis.h
Commit message (Expand)AuthorAgeFilesLines
* Switch over to MachineLoopInfo.Evan Cheng2007-12-111-4/+5
* Fix for PR1831: if all defs of an interval are re-materializable, then it's a...Evan Cheng2007-12-061-2/+8
* - Mark last use of a split interval as kill instead of letting spiller track it.Evan Cheng2007-12-051-0/+2
* Add a argument to storeRegToStackSlot and storeRegToAddr to specify whetherEvan Cheng2007-12-051-1/+4
* Remove redundant foldMemoryOperand variants and other code clean up.Evan Cheng2007-12-021-2/+1
* Allow some reloads to be folded in multi-use cases. Specifically testl r, r -...Evan Cheng2007-12-011-1/+2
* Do not fold reload into an instruction with multiple uses. It issues one extr...Evan Cheng2007-11-301-2/+3
* Fix a major performance issue with splitting. If there is a def (not def/use)Evan Cheng2007-11-291-4/+19
* Fixed various live interval splitting bugs / compile time issues.Evan Cheng2007-11-291-4/+9
* Recover compile time regression.Evan Cheng2007-11-281-3/+3
* Live interval splitting:Evan Cheng2007-11-171-6/+19
* Fixed a compilation error.Hartmut Kaiser2007-11-131-0/+1
* Refactor some code.Evan Cheng2007-11-121-3/+27
* There are times when the coalescer would not coalesce away a copy but the copyEvan Cheng2007-11-031-0/+5
* Remove unnecessary include.Evan Cheng2007-10-181-1/+0
* Apply Chris' suggestions.Evan Cheng2007-10-171-1/+1
* Clean up code that calculate MBB live-in's.Evan Cheng2007-10-171-0/+11
* EXTRACT_SUBREG coalescing support. The coalescer now treats EXTRACT_SUBREG likeEvan Cheng2007-10-121-7/+2
* Use pool allocator for all the VNInfo's to improve memory access locality. Th...Evan Cheng2007-09-051-0/+7
* Add a variant of foldMemoryOperand to fold any load / store, not just load / ...Evan Cheng2007-08-301-5/+7
* Change LiveRange so it keeps a pointer to the VNInfo rather than an index.Evan Cheng2007-08-291-1/+1
* Re-implement trivial rematerialization. This allows def MIs whose live interv...Evan Cheng2007-08-131-7/+30
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+235