1. 764ab52 Whitespace cleanup. Remove trailing whitespace. by Jim Grosbach · 16 years ago
  2. f1daf7d Use common code for both ARM and Thumb-2 instruction and register info. by David Goodwin · 16 years ago
  3. 5e47a9a Add conditional and unconditional thumb-2 branch. Add thumb-2 jump table. by David Goodwin · 16 years ago
  4. 2392efe Add explicit keywords. by Dan Gohman · 16 years ago
  5. f1bbb95 Use ARMFunctionInfo to track number of constpool entries and jumptables. by Evan Cheng · 17 years ago
  6. 6f0d024 Rename MRegisterInfo to TargetRegisterInfo. by Dan Gohman · 18 years ago
  7. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  8. bd24f3f add Align field, and use when generating function alignment by Dale Johannesen · 18 years ago
  9. f49407b - Track which callee-saved registers are spilled. - Some code clean up. by Evan Cheng · 18 years ago
  10. cda067b Switch from std::vector<bool> to BitVector. by Evan Cheng · 18 years ago
  11. 8bed6c9 In thumb mode, R3 is reserved, but it can be live in to the function. If by Evan Cheng · 19 years ago
  12. d1b2c1e - In thumb mode, if size of MachineFunction is >= 2048, force LR to be by Evan Cheng · 19 years ago
  13. 78268b9 Remember if LR register has been spilled in this function. by Evan Cheng · 19 years ago
  14. 6318ffd Getting rid uses of evil std::set<> by Evan Cheng · 19 years ago
  15. 75e18c4 Clean up ARM PEI code. by Evan Cheng · 19 years ago
  16. a8e2989 ARM backend contribution from Apple. by Evan Cheng · 19 years ago