aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/TwoAddressInstructionPass.cpp
Commit message (Expand)AuthorAgeFilesLines
* As Chris and Evan pointed out, BreakCriticalMachineEdges doesn't really needOwen Anderson2007-11-121-1/+0
* This preserves critical edge breaking.Owen Anderson2007-11-081-0/+1
* Bring UsedBlocks back. StrongPHIElimination needs this information.Owen Anderson2007-11-081-0/+4
* It's possible to commute instrctions with more than 3 operands.Evan Cheng2007-10-231-1/+1
* Added missing curly braces which renders the if clause useless in debug build.Evan Cheng2007-10-201-1/+2
* Allow copyRegToReg to emit cross register classes copies.Evan Cheng2007-09-261-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+228