1. c0b7366 - Reorg Thumb load / store instructions. Combine each rr and ri pair of by Evan Cheng · 19 years ago
  2. 1199c2d Restructure code a bit to make use of continue (simplifying things). Generalize by Evan Cheng · 19 years ago
  3. 75aaf1f Fix section definition. by Lauro Ramos Venancio · 19 years ago
  4. 10043e2 ARM backend contribution from Apple. by Evan Cheng · 19 years ago
  5. 5cfa5ef Fix for ARM weak symbols, patch by Lauro Ramos Venancio! by Chris Lattner · 19 years ago
  6. 1ef9cd4 eliminate static ctors for Statistic objects. by Chris Lattner · 19 years ago
  7. d7998d0 move ExtWeakSymbols to AsmPrinter by Rafael Espindola · 19 years ago
  8. b8ada08 .align is in bits .comm is in bytes :-( by Rafael Espindola · 19 years ago
  9. d12d225 %progbits not @progbits by Rafael Espindola · 19 years ago
  10. 94f29f1 add \"aw\",@progbits" to ctors and dtors by Rafael Espindola · 19 years ago
  11. 265fa68 fix alignment by Rafael Espindola · 19 years ago
  12. 9bfb1e1 What should be the last unnecessary <iostream>s in the library. by Bill Wendling · 19 years ago
  13. 219a796 make sure that we don't use a common symbol if a section was specified by Rafael Espindola · 19 years ago
  14. 700b873 Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 19 years ago
  15. 776abee print weak references by Rafael Espindola · 19 years ago
  16. 81cf22d These asm printers shouldn't use assembly/writer.h by Chris Lattner · 19 years ago
  17. 2369a02 add support for weak linkage by Rafael Espindola · 19 years ago
  18. 5f7ab1b implement load effective address similar to the alpha backend by Rafael Espindola · 19 years ago
  19. 708cb60 initial implementation of addressing mode 2 TODO: fix lea_addri by Rafael Espindola · 19 years ago
  20. ac8668d move ARMCondCodeToString to ARMAsmPrinter.cpp by Rafael Espindola · 19 years ago
  21. 3576405 print null values in bss by Rafael Espindola · 19 years ago
  22. ea67b97 print common symbols by Rafael Espindola · 19 years ago
  23. 19398ec initial implementation of addressing mode 5 by Rafael Espindola · 19 years ago
  24. f719c5f expand ISD::SHL_PARTS, ISD::SRA_PARTS and ISD::SRL_PARTS by Rafael Espindola · 19 years ago
  25. a6a570e Pass the MachineFunction into EmitJumpTableInfo. by Chris Lattner · 19 years ago
  26. 4431699 Use getSectionForFunction. by Chris Lattner · 19 years ago
  27. 3130a75 add shifts to addressing mode 1 by Rafael Espindola · 19 years ago
  28. e45a79a partial implementation of the ARM Addressing Mode 1 by Rafael Espindola · 19 years ago
  29. ecb0d68 call AsmPrinter::doInitialization in ARMAsmPrinter::doInitialization by Rafael Espindola · 19 years ago
  30. fbee8bf Removed unnecessary Mangler creation. by Anton Korobeynikov · 19 years ago
  31. 261779b Make target asm info a property of the target machine. by Jim Laskey · 19 years ago
  32. a6211dc Separate target specific asm properties from the asm printers. by Jim Laskey · 19 years ago
  33. 98dc23f use @ for comments by Rafael Espindola · 19 years ago
  34. fe03fe9 create a generic bcond instruction that has a conditional code argument by Rafael Espindola · 19 years ago
  35. e08b985 initial support for branches by Rafael Espindola · 19 years ago
  36. c3ed77e add a "load effective address" by Rafael Espindola · 19 years ago
  37. 8b7bd82 start comments with # by Rafael Espindola · 19 years ago
  38. 95035cf implement LowerConstantPool and LowerGlobalAddress by Rafael Espindola · 19 years ago
  39. 7cc2d19 handle GlobalValue::InternalLinkage in doFinalization by Rafael Espindola · 19 years ago
  40. 89e5cbd emit global constants by Rafael Espindola · 19 years ago
  41. 75269be skeleton of a lowerCall implementation for ARM by Rafael Espindola · 19 years ago
  42. 185c5c2 add the memri memory operand by Rafael Espindola · 19 years ago
  43. 87bc1a9 On ARM, alignment is in bits Add lr as a hard coded operand of bx by Rafael Espindola · 20 years ago
  44. 91df1ef implement initial version of ARMAsmPrinter::printOperand by Rafael Espindola · 20 years ago
  45. 27f8bdc implement minimal versions of by Rafael Espindola · 20 years ago
  46. ffdc24b added a skeleton of the ARM backend by Rafael Espindola · 20 years ago