aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetAsmInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Merge hasDotLoc and hasDotFile into hasDotLocAndDotFile since .loc and .fileDan Gohman2007-09-241-11/+5
* Add accessor method.Bill Wendling2007-09-111-0/+3
* Add a bool to indicate if we should set the "indirect encoding" bit in the DwarfBill Wendling2007-09-111-0/+5
* The personality function on Darwin needs a global stub. We then refer toBill Wendling2007-09-111-0/+12
* Fix minor doxygen nits.Reid Spencer2007-08-051-4/+4
* 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-4/+12
* Fix couple of bugs connected with eh info:Anton Korobeynikov2007-05-011-6/+13
* Make ARM-specific version of getInlineAsmLengthDale Johannesen2007-04-291-1/+1
* Implement protected visibility. This partly implements PR1363. LinkerAnton Korobeynikov2007-04-291-1/+8
* Implement "general dynamic", "initial exec" and "local exec" TLS models forLauro Ramos Venancio2007-04-201-1/+15
* Add ReadOnlySection directive.Evan Cheng2007-03-081-1/+9
* Fix DWARF debugging information on x86/Linux and (hopefully)Anton Korobeynikov2007-03-071-0/+13
* Add TAI field for exception table section.Jim Laskey2007-02-211-0/+8
* Support for non-landing pad exception handling.Jim Laskey2007-02-011-1/+18
* Landing pad-less eh for PPC.Jim Laskey2007-01-291-0/+14
* add new JumpTableSpecialLabelPrefix hook to asmprinter for jumptable emission.Chris Lattner2007-01-181-0/+7
* document that BSSSection can be null.Chris Lattner2007-01-171-1/+9
* * Fix one more bug in PIC codegen: extra load is needed for *all*Anton Korobeynikov2007-01-171-0/+7
* Fix for PR1095:Bill Wendling2007-01-161-2/+8
* add a new HiddenDirective member for handling visibility.Chris Lattner2007-01-141-0/+7
* Grandchildren are covered by protect.Jim Laskey2006-12-211-3/+2
* Changes from Nick Lewycky with a simplified PPCTargetAsmInfo.Jim Laskey2006-12-211-2/+3
* TypoEvan Cheng2006-12-011-1/+1
* Add weak reference directive.Evan Cheng2006-12-011-0/+7
* add a hook to allow targets to hack on inline asms to lower them to llvmChris Lattner2006-11-291-3/+9
* Add per-target support for asm translation in the cbeAndrew Lenharth2006-11-281-0/+7
* Don't mislead readers by claiming a variable is defaulted to false whenReid Spencer2006-10-301-1/+1
* Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4Reid Spencer2006-10-301-0/+7
* Added CStringSection.Evan Cheng2006-10-261-0/+9
* Expose method and ivars for measuring inline asm length properly.Chris Lattner2006-10-131-2/+13
* remove JumpTableTextSectionChris Lattner2006-10-051-8/+0
* move getSectionForFunction to AsmPrinter.Chris Lattner2006-10-051-8/+0
* Give TargetAsmInfo a virtual dtor, add a new getSectionForFunction method.Chris Lattner2006-10-051-2/+10
* Add support for targets that want to do something with the llvm.used list,Chris Lattner2006-09-261-0/+8
* order this properly to avoid warnings in TargetAsmInfo.cpp. Add a commentChris Lattner2006-09-251-1/+4
* Add support for other relocation bases to jump tables, as well as custom asm ...Andrew Lenharth2006-09-241-0/+4
* Make target asm info a property of the target machine.Jim Laskey2006-09-071-1/+4
* Separate target specifc asm properties from asm printers.Jim Laskey2006-09-061-0/+427