1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 17207dd Enable if-conversion for ARM by default. by Evan Cheng · 17 years ago
  3. 0ff94f7 Initial JIT support for ARM by Raul Fernandes Herbster. by Evan Cheng · 17 years ago
  4. 8bd6035 Added -print-emitted-asm to print out JIT generated asm to cerr. by Evan Cheng · 17 years ago
  5. 87bdba6 The various "getModuleMatchQuality" implementations should return by Chris Lattner · 17 years ago
  6. 148b6a4 Initial ARM JIT support by Raul Fernandes Herbster. by Evan Cheng · 17 years ago
  7. 75604f8 Move if-conversion after all passes that may use register scavenger. by Evan Cheng · 17 years ago
  8. 9307292 Hooks for predication support. by Evan Cheng · 17 years ago
  9. e8308df Implement getTargetLowering() or else LSR won't be using ARM specific hooks. by Evan Cheng · 17 years ago
  10. 04321f7 Added -march=thumb; removed -enable-thumb. by Evan Cheng · 17 years ago
  11. d2b7cec Generalize TargetData strings, to support more interesting forms of data. by Chris Lattner · 17 years ago
  12. 7501605 Add space between // and the comment. by Lauro Ramos Venancio · 17 years ago
  13. 3630e78 Add ABI information to ARM subtarget. by Lauro Ramos Venancio · 17 years ago
  14. 876eaf1 According to ARM EABI, 8-bytes function arguments must be 8-bytes aligned. by Lauro Ramos Venancio · 18 years ago
  15. 9312313 Also set alignment of stack-based structs to 4 in thumb mode. by Evan Cheng · 18 years ago
  16. 0fa1051 Thumb add sp, #imm requires the immediate value be multiple of 4. For now, by Evan Cheng · 18 years ago
  17. aa3e123 ARM AAPCS abi (Linux, etc.) requires 8-byte double / long alignment; Mac by Evan Cheng · 18 years ago
  18. d44ecd8 Double and Long preferred alignment is 4 for Darwin, 8 for Linux. by Evan Cheng · 18 years ago
  19. 75e18c4 Clean up ARM PEI code. by Evan Cheng · 18 years ago
  20. 970a419 isDarwin -> isTargetDarwin by Evan Cheng · 18 years ago
  21. a8e2989 ARM backend contribution from Apple. by Evan Cheng · 18 years ago
  22. f05696c revert previous patch by Rafael Espindola · 18 years ago
  23. 115bfcb add createCFGSimplificationPass to ARMTargetMachine::addInstSelector by Rafael Espindola · 18 years ago
  24. 896f10c most ARM targets are little endian by Rafael Espindola · 18 years ago
  25. 71f3b94 Implement a MachineFunctionPass to fix the mul instruction by Rafael Espindola · 18 years ago
  26. fde1b3b 1. Remove condition on delete. by Jim Laskey · 18 years ago
  27. 1911fd4 Completely rearchitect the interface between targets and the pass manager. by Chris Lattner · 18 years ago
  28. c4fa386 Simplify target construction. by Chris Lattner · 18 years ago
  29. 3c000bf initial support for select by Rafael Espindola · 18 years ago
  30. ec46ea3 Declare the callee saved regs by Rafael Espindola · 18 years ago
  31. a1ab92d correctly set LocalAreaOffset of TargetFrameInfo by Rafael Espindola · 18 years ago
  32. 1790d44 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 18 years ago
  33. d988b32 Make all of the TargetMachine subclasses use the new string TargetData methods. by Owen Anderson · 18 years ago
  34. 7bc59bc added a skeleton of the ARM backend by Rafael Espindola · 18 years ago