aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineInstr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up sub-register implementation by moving subReg information back toEvan Cheng2007-11-141-0/+2
* Optionally create a MachineInstr without default implicit operands.Evan Cheng2007-10-131-4/+5
* EXTRACT_SUBREG coalescing support. The coalescer now treats EXTRACT_SUBREG likeEvan Cheng2007-10-121-0/+18
* Remove isReg, isImm, and isMBB, and change all their users to use Dan Gohman2007-09-141-7/+7
* Remove spurious consts. This fixes warnings with compilers thatDan Gohman2007-09-141-1/+1
* Remove subreg index from MachineInstr's and also keep vregs as unsigned when ...Christopher Lamb2007-07-261-2/+0
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+426