1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. e71bff7 Avoid referencing deleted instruction. by Evan Cheng · 17 years ago
  3. 13ab020 Remove clobbersPred. Add an OptionalDefOperand to instructions which have the 's' bit. by Evan Cheng · 17 years ago
  4. 0e1d379 Reflects the chanegs made to PredicateOperand. by Evan Cheng · 17 years ago
  5. 62ccdbf Add missing const qualifiers. by Evan Cheng · 17 years ago
  6. 44bec52 Add PredicateOperand to all ARM instructions that have the condition field. by Evan Cheng · 17 years ago
  7. 1997473 Drop 'const' by Devang Patel · 17 years ago
  8. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  9. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  10. faa5107 Rename findRegisterUseOperand to findRegisterUseOperandIdx to avoid confusion. by Evan Cheng · 17 years ago
  11. f6fa5ee findRegisterUseOperand() changed. by Evan Cheng · 17 years ago
  12. 11788fd Bug fix. Not advancing the register scavenger iterator correctly. by Evan Cheng · 17 years ago
  13. 603b83e Only safe to use a call-clobbered or spilled callee-saved register as scratch register. by Evan Cheng · 17 years ago
  14. 0ea12ec Fix some brittle code. Watch out for cases where register scavenger is pointing to deleted instructions. by Evan Cheng · 17 years ago
  15. a90f340 Make load / store optimizer use register scavenger. by Evan Cheng · 17 years ago
  16. cc1c427 Code clean up. Prepare to use register scavenger. by Evan Cheng · 17 years ago
  17. a8e2989 ARM backend contribution from Apple. by Evan Cheng · 18 years ago