aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/LowerSubregs.cpp
AgeCommit message (Expand)Author
2007-10-23isSubRegOf() is a dup of isSubRegister.Evan Cheng
2007-09-26Allow copyRegToReg to emit cross register classes copies.Evan Cheng
2007-09-14Remove isReg, isImm, and isMBB, and change all their users to use Dan Gohman
2007-08-10Move isSubRegOf into MRegisterInfo. Fix a missed move elimination in LowerSub...Christopher Lamb
2007-08-06Implement review feedback. No functionality change.Christopher Lamb
2007-07-26Add a MachineFunction pass, which runs post register allocation, that turns s...Christopher Lamb