aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMTargetAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-111-0/+6
* move dwarf debug info section selection stuff from TAI toChris Lattner2009-08-021-11/+0
* ARM TAI no longer needs a TM, but createTargetAsmInfo() still does.Chris Lattner2009-08-021-11/+3
* Move the getInlineAsmLength virtual method from TAI to TII, whereChris Lattner2009-08-021-160/+0
* turn some templated inline functions into static functions.Chris Lattner2009-08-021-12/+11
* remove TargetAsmInfo::TM, which is now dead. The basic TAI class now Chris Lattner2009-08-021-1/+1
* convert ctors/dtors section to be in TLOF instead ofChris Lattner2009-08-021-7/+0
* REmove dead fields of TAI.Chris Lattner2009-08-011-1/+0
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-281-2/+0
* Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec...Chris Lattner2009-07-271-1/+1
* Eliminate SectionFlags, just embed a SectionKind into SectionChris Lattner2009-07-271-2/+1
* untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create aChris Lattner2009-07-261-0/+3
* Use common code for both ARM and Thumb-2 instruction and register info.David Goodwin2009-07-081-1/+1
* Split thumb-related stuff into separate classes.Anton Korobeynikov2009-06-261-2/+2
* Move up dwarf writer initialization in common AsmPrinter class.Devang Patel2009-06-191-0/+2
* merge the common darwin settings from the X86/PPC/ARM targetsChris Lattner2009-06-191-41/+0
* move mangler quote handling from asm printers to TargetAsmInfo.Chris Lattner2009-06-181-24/+26
* simplify macro debug info directive handling.Chris Lattner2009-06-181-2/+2
* On Darwin, ams printer should output a second label before a jump table so th...Evan Cheng2009-06-181-4/+4
* fix PR3785, a valgrind error on test/CodeGen/ARM/pr3502.llChris Lattner2009-03-111-1/+5
* Clean up some ARM GV asm printing out; minor fixes to match what gcc does.Evan Cheng2008-12-061-0/+1
* Fix bug 3140.Rafael Espindola2008-12-031-0/+1
* Refactor various TargetAsmInfo subclasses' TargetMachine members awayDan Gohman2008-11-031-2/+2
* Fix weird think-o and unbreak build on all gcc-3.4.x-based platforms (e.g. mi...Anton Korobeynikov2008-10-051-9/+4
* Reapply 56585:56589 with proper fix for some gcc versionsAnton Korobeynikov2008-09-251-22/+22
* Temporarily backing out 56585:56589 to unbreak the build.Evan Cheng2008-09-251-15/+22
* Get rid of virtual inheritance for ARM TAIAnton Korobeynikov2008-09-241-22/+15
* Get rid of ReadOnlySection duplicateAnton Korobeynikov2008-09-241-2/+0
* Get rid of now unused {Four,Eight,Sixteen}ByteConstantSectionAnton Korobeynikov2008-09-241-5/+0
* Get rid of duplicate char*/Section* stuff for TLS sectionsAnton Korobeynikov2008-09-241-2/+0
* Get rid of duplicate char*/Section* DataSectionAnton Korobeynikov2008-09-241-1/+0
* Fix logic for not emitting no-dead-strip for someDale Johannesen2008-09-091-0/+1
* Switch ARM to new section handling stuffAnton Korobeynikov2008-08-071-77/+89
* Add StringConstantPrefix to control what theDale Johannesen2008-06-031-0/+1
* A quick nm audit turned up several fixed tables and objects that wereDan Gohman2008-03-251-1/+2
* Add \t after .set. Fix by Jay Freeman.Evan Cheng2008-03-241-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-3/+2
* Support non-POSIX hosts by removing use of strncasecmp.Dale Johannesen2007-10-251-44/+53
* Enable indirect encoding for the personality functionBill Wendling2007-09-111-0/+1
* Define AsmTransCBE for ARM.Lauro Ramos Venancio2007-06-081-0/+25
* Enable aliases on arm-linux.Lauro Ramos Venancio2007-05-141-0/+1
* Debug support for arm-linux.Lauro Ramos Venancio2007-05-031-0/+17
* Add some support for (Darwin) code-generating directives in getInlineAsmLength.Dale Johannesen2007-05-021-17/+111
* remove unused variableDale Johannesen2007-04-301-1/+0
* Enable protected visibility on ARM.Lauro Ramos Venancio2007-04-301-0/+1
* Make ARM-specific version of getInlineAsmLengthDale Johannesen2007-04-291-0/+51
* ARM TLS: implement "general dynamic", "initial exec" and "local exec" models.Lauro Ramos Venancio2007-04-271-0/+2
* add isThumb (unused as yet)Dale Johannesen2007-04-231-0/+3
* For Darwin, put constant data into .const, .const_data, .literal{4|8|16}Evan Cheng2007-03-081-0/+3
* Use init_array/fini_array sections for static contructors/destructors when th...Lauro Ramos Venancio2007-03-051-2/+7