1. 4db0090 Emit sections/directives in the proper order. This fixes PR1376. Also, by Anton Korobeynikov · 19 years ago
  2. 2675a65 Indent the .text, .data, and .bss directives in assembly output, so that by Dan Gohman · 19 years ago
  3. b538f67 Fix couple of bugs connected with eh info: by Anton Korobeynikov · 19 years ago
  4. 39f3cff Implement protected visibility. This partly implements PR1363. Linker by Anton Korobeynikov · 19 years ago
  5. 0a1069d Fix generic getInlineAsmLength by Dale Johannesen · 19 years ago
  6. 2518889 Implement "general dynamic", "initial exec" and "local exec" TLS models for by Lauro Ramos Venancio · 19 years ago
  7. 58aeb9c Add ReadOnlySection directive. by Evan Cheng · 19 years ago
  8. 942fda0 Fix DWARF debugging information on x86/Linux and (hopefully) by Anton Korobeynikov · 19 years ago
  9. af76e0e Add TAI field for exception table section. by Jim Laskey · 19 years ago
  10. c3de9b4 Support for non-landing pad exception handling. by Jim Laskey · 19 years ago
  11. b4a2f05 Landing pad-less eh for PPC. by Jim Laskey · 19 years ago
  12. 0ee2d46 add new JumpTableSpecialLabelPrefix hook to asmprinter for jumptable emission. by Chris Lattner · 19 years ago
  13. 1ceb643 add new directive by Chris Lattner · 19 years ago
  14. 3f6d528 * Fix one more bug in PIC codegen: extra load is needed for *all* by Anton Korobeynikov · 19 years ago
  15. e21237e Fix for PR1095: by Bill Wendling · 19 years ago
  16. 9f6badb add a new HiddenDirective member for handling visibility. by Chris Lattner · 19 years ago
  17. 022030a Add weak reference directive. by Evan Cheng · 19 years ago
  18. ff35b44 Add per-target support for asm translation in the cbe by Andrew Lenharth · 19 years ago
  19. b51b5c0 Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4 by Reid Spencer · 19 years ago
  20. e54243f Initialize CStringSection member var. by Reid Spencer · 19 years ago
  21. 95129a7 Expose method and ivars for measuring inline asm length properly. by Chris Lattner · 19 years ago
  22. 8cfd10e Don't bother setting JumpTableTextSection, it is about to disappear by Chris Lattner · 19 years ago
  23. afe6d7a Give TargetAsmInfo a virtual dtor, add a new getSectionForFunction method. by Chris Lattner · 19 years ago
  24. 66af390 Add support for targets that want to do something with the llvm.used list, by Chris Lattner · 19 years ago
  25. 783a4a9 Add support for other relocation bases to jump tables, as well as custom asm directives by Andrew Lenharth · 19 years ago
  26. ef94ebb Oops - forgot to update banner. by Jim Laskey · 19 years ago
  27. 681ecbb Separate target specifc asm properties from asm printers. by Jim Laskey · 19 years ago