aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/TargetAsmInfo.cpp
AgeCommit message (Expand)Author
2008-06-03Add StringConstantPrefix to control what theDale Johannesen
2008-05-07Output correct exception handling and frame infoDuncan Sands
2008-05-05Add AsmPrinter support for emitting a directive to declare thatDan Gohman
2008-02-29Use enumeration for preffered EH dwarf encoding reasonAnton Korobeynikov
2008-02-28Initialize TextAlignFillValue. Fix revision 47703.Lauro Ramos Venancio
2008-02-27Preparation step for some cleanup/generalization in EH information emission:Anton Korobeynikov
2008-01-15Missed file from previous checkin.Dale Johannesen
2008-01-10Emit unused EH frames for weak definitions on Darwin,Dale Johannesen
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-23Setting GlobalDirective in TargetAsmInfo by default rather thanGordon Henriksen
2007-11-21Fix compiler warning.Dale Johannesen
2007-11-20Fix .eh table linkage issues on Darwin. Some EH supportDale Johannesen
2007-09-27TargetAsmInfo::getAddressSize() was incorrect for x86-64 and 64-bit targetsDan Gohman
2007-09-24Merge hasDotLoc and hasDotFile into hasDotLocAndDotFile since .loc and .fileDan Gohman
2007-09-11Add a bool to indicate if we should set the "indirect encoding" bit in the DwarfBill Wendling
2007-09-11The personality function on Darwin needs a global stub. We then refer toBill Wendling
2007-06-14Eliminate some redundant newlines in asm output.Dan Gohman
2007-05-05Emit sections/directives in the proper order. This fixes PR1376. Also,Anton Korobeynikov
2007-05-03Indent the .text, .data, and .bss directives in assembly output, so thatDan Gohman
2007-05-01Fix couple of bugs connected with eh info:Anton Korobeynikov
2007-04-29Implement protected visibility. This partly implements PR1363. LinkerAnton Korobeynikov
2007-04-23Fix generic getInlineAsmLengthDale Johannesen
2007-04-20Implement "general dynamic", "initial exec" and "local exec" TLS models forLauro Ramos Venancio
2007-03-08Add ReadOnlySection directive.Evan Cheng
2007-03-07Fix DWARF debugging information on x86/Linux and (hopefully)Anton Korobeynikov
2007-02-21Add TAI field for exception table section.Jim Laskey
2007-02-01Support for non-landing pad exception handling.Jim Laskey
2007-01-29Landing pad-less eh for PPC.Jim Laskey
2007-01-18add new JumpTableSpecialLabelPrefix hook to asmprinter for jumptable emission.Chris Lattner
2007-01-17add new directiveChris Lattner
2007-01-17* Fix one more bug in PIC codegen: extra load is needed for *all*Anton Korobeynikov
2007-01-16Fix for PR1095:Bill Wendling
2007-01-14add a new HiddenDirective member for handling visibility.Chris Lattner
2006-12-01Add weak reference directive.Evan Cheng
2006-11-28Add per-target support for asm translation in the cbeAndrew Lenharth
2006-10-30Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4Reid Spencer
2006-10-27Initialize CStringSection member var.Reid Spencer
2006-10-13Expose method and ivars for measuring inline asm length properly.Chris Lattner
2006-10-05Don't bother setting JumpTableTextSection, it is about to disappearChris Lattner
2006-10-05Give TargetAsmInfo a virtual dtor, add a new getSectionForFunction method.Chris Lattner
2006-09-26Add support for targets that want to do something with the llvm.used list,Chris Lattner
2006-09-24Add support for other relocation bases to jump tables, as well as custom asm ...Andrew Lenharth
2006-09-06Oops - forgot to update banner.Jim Laskey
2006-09-06Separate target specifc asm properties from asm printers.Jim Laskey