aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/TargetAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use enumeration for preffered EH dwarf encoding reasonAnton Korobeynikov2008-02-291-1/+1
* Initialize TextAlignFillValue. Fix revision 47703.Lauro Ramos Venancio2008-02-281-0/+1
* Preparation step for some cleanup/generalization in EH information emission:Anton Korobeynikov2008-02-271-0/+6
* Missed file from previous checkin.Dale Johannesen2008-01-151-0/+1
* Emit unused EH frames for weak definitions on Darwin,Dale Johannesen2008-01-101-0/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Setting GlobalDirective in TargetAsmInfo by default rather thanGordon Henriksen2007-12-231-1/+1
* Fix compiler warning.Dale Johannesen2007-11-211-1/+1
* Fix .eh table linkage issues on Darwin. Some EH supportDale Johannesen2007-11-201-0/+2
* TargetAsmInfo::getAddressSize() was incorrect for x86-64 and 64-bit targetsDan Gohman2007-09-271-1/+0
* Merge hasDotLoc and hasDotFile into hasDotLocAndDotFile since .loc and .fileDan Gohman2007-09-241-2/+1
* Add a bool to indicate if we should set the "indirect encoding" bit in the DwarfBill Wendling2007-09-111-0/+1
* The personality function on Darwin needs a global stub. We then refer toBill Wendling2007-09-111-0/+2
* Eliminate some redundant newlines in asm output.Dan Gohman2007-06-141-2/+2
* Emit sections/directives in the proper order. This fixes PR1376. Also,Anton Korobeynikov2007-05-051-0/+1
* Indent the .text, .data, and .bss directives in assembly output, so thatDan Gohman2007-05-031-3/+3
* Fix couple of bugs connected with eh info:Anton Korobeynikov2007-05-011-1/+2
* Implement protected visibility. This partly implements PR1363. LinkerAnton Korobeynikov2007-04-291-0/+1
* Fix generic getInlineAsmLengthDale Johannesen2007-04-231-4/+18
* Implement "general dynamic", "initial exec" and "local exec" TLS models forLauro Ramos Venancio2007-04-201-0/+2
* Add ReadOnlySection directive.Evan Cheng2007-03-081-0/+1
* Fix DWARF debugging information on x86/Linux and (hopefully)Anton Korobeynikov2007-03-071-0/+3
* Add TAI field for exception table section.Jim Laskey2007-02-211-0/+1
* Support for non-landing pad exception handling.Jim Laskey2007-02-011-0/+2
* Landing pad-less eh for PPC.Jim Laskey2007-01-291-0/+2
* add new JumpTableSpecialLabelPrefix hook to asmprinter for jumptable emission.Chris Lattner2007-01-181-0/+1
* add new directiveChris Lattner2007-01-171-0/+1
* * Fix one more bug in PIC codegen: extra load is needed for *all*Anton Korobeynikov2007-01-171-0/+1
* Fix for PR1095:Bill Wendling2007-01-161-0/+1
* add a new HiddenDirective member for handling visibility.Chris Lattner2007-01-141-0/+1
* Add weak reference directive.Evan Cheng2006-12-011-0/+1
* Add per-target support for asm translation in the cbeAndrew Lenharth2006-11-281-1/+2
* Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4Reid Spencer2006-10-301-0/+1
* Initialize CStringSection member var.Reid Spencer2006-10-271-0/+1
* Expose method and ivars for measuring inline asm length properly.Chris Lattner2006-10-131-2/+18
* Don't bother setting JumpTableTextSection, it is about to disappearChris Lattner2006-10-051-1/+0
* Give TargetAsmInfo a virtual dtor, add a new getSectionForFunction method.Chris Lattner2006-10-051-0/+3
* Add support for targets that want to do something with the llvm.used list,Chris Lattner2006-09-261-0/+1
* Add support for other relocation bases to jump tables, as well as custom asm ...Andrew Lenharth2006-09-241-0/+1
* Oops - forgot to update banner.Jim Laskey2006-09-061-1/+1
* Separate target specifc asm properties from asm printers.Jim Laskey2006-09-061-0/+74