aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/VirtRegMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* If the source of a move is in spill slot, the reload may be folded to essenti...Evan Cheng2007-08-151-13/+19
* - If a def is dead, do not spill it.Evan Cheng2007-08-141-61/+115
* If a MI's def is remat as well as spilled, and the store is later deemed dead...Evan Cheng2007-08-141-2/+29
* If a spilled value is being reused and the use is a kill, that means there areEvan Cheng2007-08-141-18/+32
* If a rematerializable def is not deleted, i.e. it is also spilled, check if theEvan Cheng2007-08-141-11/+20
* Re-implement trivial rematerialization. This allows def MIs whose live interv...Evan Cheng2007-08-131-128/+118
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+1118