1. f1616da Missing .globl for weak / link-once .text symbols. by Evan Cheng · 19 years ago
  2. 4c1aa86 - Added option -relocation-model to set relocation model. Valid values include static, pic, by Evan Cheng · 19 years ago
  3. 7ccced6 x86 / Darwin PIC support. by Evan Cheng · 19 years ago
  4. 2338c5c Darwin ABI issues: weak, linkonce, etc. dynamic-no-pic support is complete. by Evan Cheng · 20 years ago
  5. a3b8c57 Eliminate the printCallOperand method, using a 'call' modifier on by Chris Lattner · 20 years ago
  6. 67caa39 Work around some x86 Darwin assembler bugs by Evan Cheng · 20 years ago
  7. 2c2c6c6 Add explicit #includes of <iostream> by Chris Lattner · 20 years ago
  8. 272f998 Don't globalize internal functions by Chris Lattner · 20 years ago
  9. 391c5d2 No longer track value types for asm printer operands, and remove them as by Nate Begeman · 20 years ago
  10. ac2902b Use HasDotTypeDotSizeDirective instead of forELF by Chris Lattner · 20 years ago
  11. a35a8e8 Use subtarget information computed by X86Subtarget instead of rolling our own. by Chris Lattner · 20 years ago
  12. 5df14ca Add a forELF flag, allowing the removal of forCygwin and simplification of by Chris Lattner · 20 years ago
  13. d939f6c Switch to using the shared constant pool printer, along with using shorter by Chris Lattner · 20 years ago
  14. 8b8b951 Adjust to capitalized AsmPrinter method names by Chris Lattner · 20 years ago
  15. 64965ba Use PrivateGlobalPrefix for basic block labels. This allows the x86 darwin by Chris Lattner · 20 years ago
  16. 7b6e53c convert the rest of this over to use SwitchSection by Chris Lattner · 20 years ago
  17. c41cc83 Naturally align doubles in the constant pool, set PrivateGlobalPrefix on by Chris Lattner · 20 years ago
  18. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 20 years ago
  19. 6c7cb29 Add support for printing the sse scalar comparison instruction mnemonics. by Nate Begeman · 20 years ago
  20. d3a490a Check in the last of the darwin-specific code necessary to get shootout by Nate Begeman · 20 years ago
  21. 3249bfc Add a note by Chris Lattner · 20 years ago
  22. 73213f6 Commit some pending darwin changes before subtarget support. by Nate Begeman · 20 years ago
  23. c569d79 Output .size directives to tell the assembler the size of each function. by Chris Lattner · 20 years ago
  24. 72b286b Add support for assembling .s files on mac os x for intel by Nate Begeman · 20 years ago
  25. b36cbd0 Refactor X86AsmPrinter.cpp into multiple files. Patch contributed by Chris Lattner · 20 years ago