| Commit message (Expand) | Author | Age | Files | Lines |
* | Add interface for section override. Use this for Sparc, since it should use n... | Anton Korobeynikov | 2008-08-16 | 1 | -4/+6 |
* | Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. Th... | Anton Korobeynikov | 2008-08-16 | 1 | -0/+23 |
* | Reduce heap trashing due to std::string construction / concatenation via cach... | Anton Korobeynikov | 2008-08-16 | 1 | -1/+14 |
* | Undo most of r54519. | Evan Cheng | 2008-08-08 | 1 | -4/+4 |
* | It's not legal to output a GV in a coalesced section if it's used in an ARM P... | Evan Cheng | 2008-08-08 | 1 | -4/+4 |
* | Provide convenient helpers | Anton Korobeynikov | 2008-08-07 | 1 | -8/+2 |
* | Select section for constant pool entries | Anton Korobeynikov | 2008-08-07 | 1 | -0/+7 |
* | Provide default implementation of different small-sections related stuff | Anton Korobeynikov | 2008-07-22 | 1 | -3/+21 |
* | Basic support for small sections | Bruno Cardoso Lopes | 2008-07-22 | 1 | -0/+3 |
* | 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 |