1. ffe31d7 Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. This makes JIT asmprinter-free. by Anton Korobeynikov · 17 years ago
  2. d0c1e29 Reduce heap trashing due to std::string construction / concatenation via caching of section flags string representations by Anton Korobeynikov · 17 years ago
  3. 42ccc21 Undo most of r54519. by Evan Cheng · 17 years ago
  4. 711b6dc It's not legal to output a GV in a coalesced section if it's used in an ARM PIC relative constantpool. by Evan Cheng · 17 years ago
  5. 4578862 Provide convenient helpers by Anton Korobeynikov · 17 years ago
  6. 93cacf1 Select section for constant pool entries by Anton Korobeynikov · 17 years ago
  7. 04dda73 Provide default implementation of different small-sections related stuff by Anton Korobeynikov · 17 years ago
  8. 62d590c Basic support for small sections by Bruno Cardoso Lopes · 17 years ago
  9. 9c578eb TargetAsmInfo::SectionForGlobal showed up in a profile. Simplify it a little. by Dan Gohman · 17 years ago
  10. 7d51edf Use only 'subset' of flags by Anton Korobeynikov · 17 years ago
  11. 0d44ba8 First sketch of special section objects by Anton Korobeynikov · 17 years ago
  12. c33a744 Use isWeakForLinker() hook by Anton Korobeynikov · 17 years ago
  13. 2a88917 Fix several bugs in named sections handling by Anton Korobeynikov · 17 years ago
  14. b20015b Add hacky way to distinguish named and named sections. This will be generalized in the future. by Anton Korobeynikov · 17 years ago
  15. 5248670 Use 'gnu.linkonce', where needed by Anton Korobeynikov · 17 years ago
  16. 0e48a0c Fix thinko by Anton Korobeynikov · 17 years ago
  17. 4260ad3 Provide section selection for X86 ELF targets by Anton Korobeynikov · 17 years ago
  18. 265c525 Provide general hook for section name calculation by Anton Korobeynikov · 17 years ago
  19. 29b03f7 Properly handle linkonce stuff by Anton Korobeynikov · 17 years ago
  20. c0f41db Provide skeletone code for calculation of section, where global should be emitted into by Anton Korobeynikov · 17 years ago
  21. a2d3307 Use 'llvm-linkonce' consistently by Anton Korobeynikov · 17 years ago
  22. 0c60246 Add default section name resolution routine by Anton Korobeynikov · 17 years ago
  23. 8cc948d Constify by Anton Korobeynikov · 17 years ago
  24. beb9d40 Add code for default section falgs computation by Anton Korobeynikov · 17 years ago
  25. ececf99 Linux also does not require exception handling by Duncan Sands · 17 years ago
  26. aa8f888 Darwin doesn't need exception handling information for the "move" info when by Bill Wendling · 17 years ago
  27. 28a2b54 Start refactoring of asmprinters: provide a TAI hook, which will select a 'section kind' for a global. by Anton Korobeynikov · 17 years ago
  28. 428ac54 Add StringConstantPrefix to control what the by Dale Johannesen · 17 years ago
  29. 671fa97 Output correct exception handling and frame info by Duncan Sands · 17 years ago
  30. a779a98 Add AsmPrinter support for emitting a directive to declare that by Dan Gohman · 17 years ago
  31. 8213f9c Use enumeration for preffered EH dwarf encoding reason by Anton Korobeynikov · 17 years ago
  32. f3c630e Initialize TextAlignFillValue. Fix revision 47703. by Lauro Ramos Venancio · 17 years ago
  33. cee750f Preparation step for some cleanup/generalization in EH information emission: by Anton Korobeynikov · 17 years ago
  34. 0991d0b Missed file from previous checkin. by Dale Johannesen · 18 years ago
  35. 038129d Emit unused EH frames for weak definitions on Darwin, by Dale Johannesen · 18 years ago
  36. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  37. 81361d6 Setting GlobalDirective in TargetAsmInfo by default rather than by Gordon Henriksen · 18 years ago
  38. 9305dcb Fix compiler warning. by Dale Johannesen · 18 years ago
  39. 1d4ce2a Fix .eh table linkage issues on Darwin. Some EH support by Dale Johannesen · 18 years ago
  40. 8248294 TargetAsmInfo::getAddressSize() was incorrect for x86-64 and 64-bit targets by Dan Gohman · 18 years ago
  41. 7225273 Merge hasDotLoc and hasDotFile into hasDotLocAndDotFile since .loc and .file by Dan Gohman · 18 years ago
  42. ef4a661 Add a bool to indicate if we should set the "indirect encoding" bit in the Dwarf by Bill Wendling · 18 years ago
  43. d60da49 The personality function on Darwin needs a global stub. We then refer to by Bill Wendling · 18 years ago
  44. af67ea7 Eliminate some redundant newlines in asm output. by Dan Gohman · 18 years ago
  45. 2a07e2f Emit sections/directives in the proper order. This fixes PR1376. Also, by Anton Korobeynikov · 18 years ago
  46. 9570165 Indent the .text, .data, and .bss directives in assembly output, so that by Dan Gohman · 18 years ago
  47. 79dda2b Fix couple of bugs connected with eh info: by Anton Korobeynikov · 18 years ago
  48. 6f9896f Implement protected visibility. This partly implements PR1363. Linker by Anton Korobeynikov · 18 years ago
  49. 3bb6283 Fix generic getInlineAsmLength by Dale Johannesen · 18 years ago
  50. b3a0417 Implement "general dynamic", "initial exec" and "local exec" TLS models for by Lauro Ramos Venancio · 18 years ago
  51. be346c9 Add ReadOnlySection directive. by Evan Cheng · 18 years ago
  52. a6199c8 Fix DWARF debugging information on x86/Linux and (hopefully) by Anton Korobeynikov · 18 years ago
  53. a15be8c Add TAI field for exception table section. by Jim Laskey · 18 years ago
  54. b82313f Support for non-landing pad exception handling. by Jim Laskey · 19 years ago
  55. 072200c Landing pad-less eh for PPC. by Jim Laskey · 19 years ago
  56. 393a8ee add new JumpTableSpecialLabelPrefix hook to asmprinter for jumptable emission. by Chris Lattner · 19 years ago
  57. 6f198df add new directive by Chris Lattner · 19 years ago
  58. 5032e5a * Fix one more bug in PIC codegen: extra load is needed for *all* by Anton Korobeynikov · 19 years ago
  59. eb9a42c Fix for PR1095: by Bill Wendling · 19 years ago
  60. 9784bc7 add a new HiddenDirective member for handling visibility. by Chris Lattner · 19 years ago
  61. 8752ce6 Add weak reference directive. by Evan Cheng · 19 years ago
  62. 3655de6 Add per-target support for asm translation in the cbe by Andrew Lenharth · 19 years ago
  63. 02b8511 Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4 by Reid Spencer · 19 years ago
  64. c50209b Initialize CStringSection member var. by Reid Spencer · 19 years ago
  65. 4c7b07a Expose method and ivars for measuring inline asm length properly. by Chris Lattner · 19 years ago
  66. a66ba5f Don't bother setting JumpTableTextSection, it is about to disappear by Chris Lattner · 19 years ago
  67. f5b10ec Give TargetAsmInfo a virtual dtor, add a new getSectionForFunction method. by Chris Lattner · 19 years ago
  68. cb05af8 Add support for targets that want to do something with the llvm.used list, by Chris Lattner · 19 years ago
  69. beec30e Add support for other relocation bases to jump tables, as well as custom asm directives by Andrew Lenharth · 19 years ago
  70. 7c95ad4 Oops - forgot to update banner. by Jim Laskey · 19 years ago
  71. ec0d9fe Separate target specifc asm properties from asm printers. by Jim Laskey · 19 years ago