Rename getABITypeSize to getTypePaddedSize, as
[oota-llvm.git] / lib / CodeGen / LowerSubregs.cpp
2008-12-18 Dan GohmanTeach LowerSubregs to preserve kill/dead information...
2008-12-18 Dan GohmanMake LowerSubregs' debug output for EXTRACT_SUBREG...
2008-12-18 Dan GohmanFix a copy+pasto in an assertion message.
2008-12-18 Dan GohmanFix indentation level.
2008-11-21 Devang PatelSilence unused variable warnings.
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-09-24 Dan GohmanGive LowerSubregs.cpp a top-level description.
2008-09-22 Evan ChengInstead of setPreservesAll, just mark them preseving...
2008-09-22 Evan ChengMark several codegen passes as preserving all analysis.
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-08-20 Dan GohmanFix indentation.
2008-08-07 Dan GohmanRe-enable elimination of unnecessary SUBREG_TO_REG...
2008-07-17 Dan GohmanRe-introduce LeakDetector support for MachineInstrs...
2008-06-17 Evan ChengIt's not safe to remove SUBREG_TO_REG that looks like...
2008-06-16 Evan ChengDo not issue identity copies.
2008-06-04 Evan ChengRevert this.
2008-06-04 Evan ChengLowerSubregs should not clobber any analysis.
2008-03-16 Christopher LambMake insert_subreg a two-address instruction, vastly...
2008-03-13 Christopher LambGet rid of a pseudo instruction and replace it with...
2008-03-11 Christopher LambRecommitting parts of r48130. These do not appear to...
2008-03-11 Evan ChengUse TargetRegisterInfo::getPhysicalRegisterRegClass...
2008-03-10 Evan ChengRevert 48125, 48126, and 48130 for now to unbreak some...
2008-03-10 Christopher LambAllow insert_subreg into implicit, target-specific...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2007-12-31 Owen AndersonMove copyRegToReg from MRegisterInfo to TargetInstrInfo...
2007-12-31 Chris LattnerRename SSARegMap -> MachineRegisterInfo in keeping...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-10-23 Evan ChengisSubRegOf() is a dup of isSubRegister.
2007-09-26 Evan ChengAllow copyRegToReg to emit cross register classes copies.
2007-09-14 Dan GohmanRemove isReg, isImm, and isMBB, and change all their...
2007-08-10 Christopher LambMove isSubRegOf into MRegisterInfo. Fix a missed move...
2007-08-06 Christopher LambImplement review feedback. No functionality change.
2007-07-26 Christopher LambAdd a MachineFunction pass, which runs post register...