aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/LiveVariables.cpp
Commit message (Expand)AuthorAgeFilesLines
* Live interval splitting:Evan Cheng2007-11-171-10/+39
* Bring UsedBlocks back. StrongPHIElimination needs this information.Owen Anderson2007-11-081-1/+8
* Handle cases where a register and one of its super-register are both marked asEvan Cheng2007-11-051-2/+4
* Remove isReg, isImm, and isMBB, and change all their users to use Dan Gohman2007-09-141-7/+7
* Fixed a typo that's causing a missing kill marker.Evan Cheng2007-09-121-4/+3
* Sometimes a MI can define a register as well as defining a super-register at theEvan Cheng2007-09-111-6/+7
* Bugs: missing partial uses and redundant partial defs.Evan Cheng2007-08-011-4/+20
* Don't assume that only Uses can be kills. Defs are marked as kills initiallyDan Gohman2007-07-201-8/+6
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+643