aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
AgeCommit message (Expand)Author
2007-09-19Merge -r42152:42153 svn/llvm-project/llvm/trunkEvan 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