aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
AgeCommit message (Expand)Author
2008-10-03Switch the MachineOperand accessors back to the short names likeDan Gohman
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2008-01-11rename MachineInstr::setInstrDescriptor -> setDescChris Lattner
2008-01-07rename TargetInstrDescriptor -> TargetInstrDesc.Chris Lattner
2008-01-07Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptorChris Lattner
2008-01-07Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflectsChris Lattner
2007-12-30Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-09-19Avoid referencing deleted instruction.Evan Cheng
2007-07-10Remove clobbersPred. Add an OptionalDefOperand to instructions which have the...Evan Cheng
2007-07-05Reflects the chanegs made to PredicateOperand.Evan Cheng
2007-05-29Add missing const qualifiers.Evan Cheng
2007-05-15Add PredicateOperand to all ARM instructions that have the condition field.Evan Cheng
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-04-26Rename findRegisterUseOperand to findRegisterUseOperandIdx to avoid confusion.Evan Cheng
2007-03-26findRegisterUseOperand() changed.Evan Cheng
2007-03-08Bug fix. Not advancing the register scavenger iterator correctly.Evan Cheng
2007-03-07Only safe to use a call-clobbered or spilled callee-saved register as scratch...Evan Cheng
2007-03-07Fix some brittle code. Watch out for cases where register scavenger is pointi...Evan Cheng
2007-03-06Make load / store optimizer use register scavenger.Evan Cheng
2007-03-06Code clean up. Prepare to use register scavenger.Evan Cheng
2007-01-19ARM backend contribution from Apple.Evan Cheng