1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 81361d6 Setting GlobalDirective in TargetAsmInfo by default rather than by Gordon Henriksen · 17 years ago
  3. 9305dcb Fix compiler warning. by Dale Johannesen · 17 years ago
  4. 1d4ce2a Fix .eh table linkage issues on Darwin. Some EH support by Dale Johannesen · 17 years ago
  5. 8248294 TargetAsmInfo::getAddressSize() was incorrect for x86-64 and 64-bit targets by Dan Gohman · 17 years ago
  6. 7225273 Merge hasDotLoc and hasDotFile into hasDotLocAndDotFile since .loc and .file by Dan Gohman · 17 years ago
  7. ef4a661 Add a bool to indicate if we should set the "indirect encoding" bit in the Dwarf by Bill Wendling · 17 years ago
  8. d60da49 The personality function on Darwin needs a global stub. We then refer to by Bill Wendling · 17 years ago
  9. af67ea7 Eliminate some redundant newlines in asm output. by Dan Gohman · 17 years ago
  10. 2a07e2f Emit sections/directives in the proper order. This fixes PR1376. Also, by Anton Korobeynikov · 17 years ago
  11. 9570165 Indent the .text, .data, and .bss directives in assembly output, so that by Dan Gohman · 17 years ago
  12. 79dda2b Fix couple of bugs connected with eh info: by Anton Korobeynikov · 17 years ago
  13. 6f9896f Implement protected visibility. This partly implements PR1363. Linker by Anton Korobeynikov · 17 years ago
  14. 3bb6283 Fix generic getInlineAsmLength by Dale Johannesen · 17 years ago
  15. b3a0417 Implement "general dynamic", "initial exec" and "local exec" TLS models for by Lauro Ramos Venancio · 17 years ago
  16. be346c9 Add ReadOnlySection directive. by Evan Cheng · 17 years ago
  17. a6199c8 Fix DWARF debugging information on x86/Linux and (hopefully) by Anton Korobeynikov · 17 years ago
  18. a15be8c Add TAI field for exception table section. by Jim Laskey · 17 years ago
  19. b82313f Support for non-landing pad exception handling. by Jim Laskey · 18 years ago
  20. 072200c Landing pad-less eh for PPC. by Jim Laskey · 18 years ago
  21. 393a8ee add new JumpTableSpecialLabelPrefix hook to asmprinter for jumptable emission. by Chris Lattner · 18 years ago
  22. 6f198df add new directive by Chris Lattner · 18 years ago
  23. 5032e5a * Fix one more bug in PIC codegen: extra load is needed for *all* by Anton Korobeynikov · 18 years ago
  24. eb9a42c Fix for PR1095: by Bill Wendling · 18 years ago
  25. 9784bc7 add a new HiddenDirective member for handling visibility. by Chris Lattner · 18 years ago
  26. 8752ce6 Add weak reference directive. by Evan Cheng · 18 years ago
  27. 3655de6 Add per-target support for asm translation in the cbe by Andrew Lenharth · 18 years ago
  28. 02b8511 Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4 by Reid Spencer · 18 years ago
  29. c50209b Initialize CStringSection member var. by Reid Spencer · 18 years ago
  30. 4c7b07a Expose method and ivars for measuring inline asm length properly. by Chris Lattner · 18 years ago
  31. a66ba5f Don't bother setting JumpTableTextSection, it is about to disappear by Chris Lattner · 18 years ago
  32. f5b10ec Give TargetAsmInfo a virtual dtor, add a new getSectionForFunction method. by Chris Lattner · 18 years ago
  33. cb05af8 Add support for targets that want to do something with the llvm.used list, by Chris Lattner · 18 years ago
  34. beec30e Add support for other relocation bases to jump tables, as well as custom asm directives by Andrew Lenharth · 18 years ago
  35. 7c95ad4 Oops - forgot to update banner. by Jim Laskey · 18 years ago
  36. ec0d9fe Separate target specifc asm properties from asm printers. by Jim Laskey · 18 years ago