| Commit message (Expand) | Author | Age | Files | Lines |
* | TargetAsmInfo::SectionForGlobal showed up in a profile. Simplify it a little. | Dan Gohman | 2008-07-15 | 1 | -5/+3 |
* | Use only 'subset' of flags | Anton Korobeynikov | 2008-07-09 | 1 | -11/+3 |
* | First sketch of special section objects | Anton Korobeynikov | 2008-07-09 | 1 | -22/+60 |
* | Use isWeakForLinker() hook | Anton Korobeynikov | 2008-07-09 | 1 | -6/+2 |
* | Fix several bugs in named sections handling | Anton Korobeynikov | 2008-07-09 | 1 | -2/+2 |
* | Add hacky way to distinguish named and named sections. This will be generaliz... | Anton Korobeynikov | 2008-07-09 | 1 | -41/+46 |
* | Use 'gnu.linkonce', where needed | Anton Korobeynikov | 2008-07-09 | 1 | -6/+9 |
* | Fix thinko | Anton Korobeynikov | 2008-07-09 | 1 | -4/+3 |
* | Provide section selection for X86 ELF targets | Anton Korobeynikov | 2008-07-09 | 1 | -0/+3 |
* | Provide general hook for section name calculation | Anton Korobeynikov | 2008-07-09 | 1 | -4/+35 |
* | Properly handle linkonce stuff | Anton Korobeynikov | 2008-07-09 | 1 | -0/+23 |
* | Provide skeletone code for calculation of section, where global should be emi... | Anton Korobeynikov | 2008-07-09 | 1 | -1/+1 |
* | Use 'llvm-linkonce' consistently | Anton Korobeynikov | 2008-07-09 | 1 | -3/+3 |
* | Add default section name resolution routine | Anton Korobeynikov | 2008-07-09 | 1 | -0/+12 |
* | Constify | Anton Korobeynikov | 2008-07-09 | 1 | -1/+1 |
* | Add code for default section falgs computation | Anton Korobeynikov | 2008-07-09 | 1 | -0/+63 |
* | Linux also does not require exception handling | Duncan Sands | 2008-07-04 | 1 | -1/+0 |
* | Darwin doesn't need exception handling information for the "move" info when | Bill Wendling | 2008-07-01 | 1 | -0/+1 |
* | Start refactoring of asmprinters: provide a TAI hook, which will select a 'se... | Anton Korobeynikov | 2008-06-28 | 1 | -0/+49 |
* | Add StringConstantPrefix to control what the | Dale Johannesen | 2008-06-03 | 1 | -0/+1 |
* | Output correct exception handling and frame info | Duncan Sands | 2008-05-07 | 1 | -1/+0 |
* | Add AsmPrinter support for emitting a directive to declare that | Dan Gohman | 2008-05-05 | 1 | -0/+1 |
* | Use enumeration for preffered EH dwarf encoding reason | Anton Korobeynikov | 2008-02-29 | 1 | -1/+1 |
* | Initialize TextAlignFillValue. Fix revision 47703. | Lauro Ramos Venancio | 2008-02-28 | 1 | -0/+1 |
* | Preparation step for some cleanup/generalization in EH information emission: | Anton Korobeynikov | 2008-02-27 | 1 | -0/+6 |
* | Missed file from previous checkin. | Dale Johannesen | 2008-01-15 | 1 | -0/+1 |
* | Emit unused EH frames for weak definitions on Darwin, | Dale Johannesen | 2008-01-10 | 1 | -0/+1 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Setting GlobalDirective in TargetAsmInfo by default rather than | Gordon Henriksen | 2007-12-23 | 1 | -1/+1 |
* | Fix compiler warning. | Dale Johannesen | 2007-11-21 | 1 | -1/+1 |
* | Fix .eh table linkage issues on Darwin. Some EH support | Dale Johannesen | 2007-11-20 | 1 | -0/+2 |
* | TargetAsmInfo::getAddressSize() was incorrect for x86-64 and 64-bit targets | Dan Gohman | 2007-09-27 | 1 | -1/+0 |
* | Merge hasDotLoc and hasDotFile into hasDotLocAndDotFile since .loc and .file | Dan Gohman | 2007-09-24 | 1 | -2/+1 |
* | Add a bool to indicate if we should set the "indirect encoding" bit in the Dwarf | Bill Wendling | 2007-09-11 | 1 | -0/+1 |
* | The personality function on Darwin needs a global stub. We then refer to | Bill Wendling | 2007-09-11 | 1 | -0/+2 |
* | Eliminate some redundant newlines in asm output. | Dan Gohman | 2007-06-14 | 1 | -2/+2 |
* | Emit sections/directives in the proper order. This fixes PR1376. Also, | Anton Korobeynikov | 2007-05-05 | 1 | -0/+1 |
* | Indent the .text, .data, and .bss directives in assembly output, so that | Dan Gohman | 2007-05-03 | 1 | -3/+3 |
* | Fix couple of bugs connected with eh info: | Anton Korobeynikov | 2007-05-01 | 1 | -1/+2 |
* | Implement protected visibility. This partly implements PR1363. Linker | Anton Korobeynikov | 2007-04-29 | 1 | -0/+1 |
* | Fix generic getInlineAsmLength | Dale Johannesen | 2007-04-23 | 1 | -4/+18 |
* | Implement "general dynamic", "initial exec" and "local exec" TLS models for | Lauro Ramos Venancio | 2007-04-20 | 1 | -0/+2 |
* | Add ReadOnlySection directive. | Evan Cheng | 2007-03-08 | 1 | -0/+1 |
* | Fix DWARF debugging information on x86/Linux and (hopefully) | Anton Korobeynikov | 2007-03-07 | 1 | -0/+3 |
* | Add TAI field for exception table section. | Jim Laskey | 2007-02-21 | 1 | -0/+1 |
* | Support for non-landing pad exception handling. | Jim Laskey | 2007-02-01 | 1 | -0/+2 |
* | Landing pad-less eh for PPC. | Jim Laskey | 2007-01-29 | 1 | -0/+2 |
* | add new JumpTableSpecialLabelPrefix hook to asmprinter for jumptable emission. | Chris Lattner | 2007-01-18 | 1 | -0/+1 |
* | add new directive | Chris Lattner | 2007-01-17 | 1 | -0/+1 |
* | * Fix one more bug in PIC codegen: extra load is needed for *all* | Anton Korobeynikov | 2007-01-17 | 1 | -0/+1 |