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