1. 1a92d94 If the constant pool value is a extern weak symbol, emit the weak reference. by Lauro Ramos Venancio · 19 years ago
  2. b1cc052 Fix elf object definition. by Lauro Ramos Venancio · 19 years ago
  3. 6318ffd Getting rid uses of evil std::set<> by Evan Cheng · 19 years ago
  4. c38f2bc - Reorg Thumb load / store instructions. Combine each rr and ri pair of by Evan Cheng · 19 years ago
  5. 5be54b0 Restructure code a bit to make use of continue (simplifying things). Generalize by Evan Cheng · 19 years ago
  6. 471ffaf Fix section definition. by Lauro Ramos Venancio · 19 years ago
  7. a8e2989 ARM backend contribution from Apple. by Evan Cheng · 19 years ago
  8. 1a199de Fix for ARM weak symbols, patch by Lauro Ramos Venancio! by Chris Lattner · 19 years ago
  9. 95b2c7d eliminate static ctors for Statistic objects. by Chris Lattner · 19 years ago
  10. 15404d0 move ExtWeakSymbols to AsmPrinter by Rafael Espindola · 19 years ago
  11. 796cbd8 .align is in bits .comm is in bytes :-( by Rafael Espindola · 19 years ago
  12. 0ec729e %progbits not @progbits by Rafael Espindola · 19 years ago
  13. 1366626 add \"aw\",@progbits" to ctors and dtors by Rafael Espindola · 19 years ago
  14. 1c411de fix alignment by Rafael Espindola · 19 years ago
  15. f5da133 What should be the last unnecessary <iostream>s in the library. by Bill Wendling · 19 years ago
  16. 7367d05 make sure that we don't use a common symbol if a section was specified by Rafael Espindola · 19 years ago
  17. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 19 years ago
  18. 392b1b2 print weak references by Rafael Espindola · 19 years ago
  19. d17aa4b These asm printers shouldn't use assembly/writer.h by Chris Lattner · 19 years ago
  20. 204b0c2 add support for weak linkage by Rafael Espindola · 19 years ago
  21. f819a49 implement load effective address similar to the alpha backend by Rafael Espindola · 19 years ago
  22. 6e8c649 initial implementation of addressing mode 2 TODO: fix lea_addri by Rafael Espindola · 19 years ago
  23. e931a37 move ARMCondCodeToString to ARMAsmPrinter.cpp by Rafael Espindola · 19 years ago
  24. 560a8d0 print null values in bss by Rafael Espindola · 19 years ago
  25. b97809c print common symbols by Rafael Espindola · 19 years ago
  26. 32bd5f4 initial implementation of addressing mode 5 by Rafael Espindola · 19 years ago
  27. 0505be0 expand ISD::SHL_PARTS, ISD::SRA_PARTS and ISD::SRL_PARTS by Rafael Espindola · 19 years ago
  28. 1da31ee Pass the MachineFunction into EmitJumpTableInfo. by Chris Lattner · 19 years ago
  29. 6f6f699 Use getSectionForFunction. by Chris Lattner · 19 years ago
  30. 3ad5e5c add shifts to addressing mode 1 by Rafael Espindola · 19 years ago
  31. 7cca7c5 partial implementation of the ARM Addressing Mode 1 by Rafael Espindola · 19 years ago
  32. ff59d22 call AsmPrinter::doInitialization in ARMAsmPrinter::doInitialization by Rafael Espindola · 19 years ago
  33. f369dd2 Removed unnecessary Mangler creation. by Anton Korobeynikov · 19 years ago
  34. a0f3d17 Make target asm info a property of the target machine. by Jim Laskey · 19 years ago
  35. 563321a Separate target specific asm properties from the asm printers. by Jim Laskey · 19 years ago
  36. 755be9b use @ for comments by Rafael Espindola · 19 years ago
  37. 6f602de create a generic bcond instruction that has a conditional code argument by Rafael Espindola · 19 years ago
  38. 687bc49 initial support for branches by Rafael Espindola · 19 years ago
  39. f3a335c add a "load effective address" by Rafael Espindola · 19 years ago
  40. 1ed3af1 start comments with # by Rafael Espindola · 19 years ago
  41. 06c1e7e implement LowerConstantPool and LowerGlobalAddress by Rafael Espindola · 19 years ago
  42. 6d581e8 handle GlobalValue::InternalLinkage in doFinalization by Rafael Espindola · 19 years ago
  43. b01c4bb emit global constants by Rafael Espindola · 19 years ago
  44. 84b19be skeleton of a lowerCall implementation for ARM by Rafael Espindola · 19 years ago
  45. a4e6435 add the memri memory operand by Rafael Espindola · 19 years ago
  46. a1334cd On ARM, alignment is in bits Add lr as a hard coded operand of bx by Rafael Espindola · 19 years ago
  47. 2f99b6b implement initial version of ARMAsmPrinter::printOperand by Rafael Espindola · 19 years ago
  48. 4b442b5 implement minimal versions of by Rafael Espindola · 19 years ago
  49. 7bc59bc added a skeleton of the ARM backend by Rafael Espindola · 19 years ago