aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/VirtRegMap.h
Commit message (Expand)AuthorAgeFilesLines
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-0/+1
* Move #include to right place.Evan Cheng2008-06-041-1/+0
* Use of implicit_def is not part of live interval. Create empty intervals for ...Evan Cheng2008-04-111-0/+15
* Fix typos in comments.Dan Gohman2008-03-121-2/+2
* Transfer physical register spill info when load / store folding happens.Evan Cheng2008-03-111-0/+17
* When the register allocator runs out of registers, spill a physical register ...Evan Cheng2008-03-111-0/+40
* Spiller now remove unused spill slots.Evan Cheng2008-02-271-5/+27
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-7/+7
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* MachineInstr can change. Store indexes instead.Evan Cheng2007-12-051-11/+10
* If a split live interval is spilled again, remove the kill marker on its last...Evan Cheng2007-12-051-0/+19
* Fix kill info for split intervals.Evan Cheng2007-12-051-10/+12
* Remove redundant foldMemoryOperand variants and other code clean up.Evan Cheng2007-12-021-4/+3
* Fixed various live interval splitting bugs / compile time issues.Evan Cheng2007-11-291-0/+41
* Recover compile time regression.Evan Cheng2007-11-281-50/+25
* Live interval splitting:Evan Cheng2007-11-171-7/+97
* Local spiller optimization: Evan Cheng2007-10-131-0/+4
* Re-implement trivial rematerialization. This allows def MIs whose live interv...Evan Cheng2007-08-131-8/+21
* Add a missing forward declaration.David Greene2007-08-071-0/+1
* More explicit keywords.Dan Gohman2007-08-021-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+211