aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMTargetAsmInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Revert 78892 and 78895, these break generating working executables onDaniel Dunbar2009-08-131-1/+1
* fix a minor fixme. When building with SL and later tools, the ".eh" symbolsChris Lattner2009-08-131-1/+1
* eliminate template from arm TAIChris Lattner2009-08-111-22/+2
* move LCOMMDirective = "\t.lcomm\t" up to DarwinTAI, eliminateChris Lattner2009-08-111-1/+0
* ARM TAI no longer needs a TM, but createTargetAsmInfo() still does.Chris Lattner2009-08-021-9/+6
* Move the getInlineAsmLength virtual method from TAI to TII, whereChris Lattner2009-08-021-2/+0
* turn some templated inline functions into static functions.Chris Lattner2009-08-021-2/+0
* remove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfoChris Lattner2009-08-021-1/+0
* remove TargetAsmInfo::TM, which is now dead. The basic TAI class now Chris Lattner2009-08-021-2/+2
* REmove dead fields of TAI.Chris Lattner2009-08-011-1/+0
* remove dead code.Chris Lattner2009-07-271-2/+0
* Split thumb-related stuff into separate classes.Anton Korobeynikov2009-06-261-3/+3
* merge the common darwin settings from the X86/PPC/ARM targetsChris Lattner2009-06-191-2/+1
* Reapply 56585:56589 with proper fix for some gcc versionsAnton Korobeynikov2008-09-251-10/+24
* Temporarily backing out 56585:56589 to unbreak the build.Evan Cheng2008-09-251-24/+10
* Get rid of virtual inheritance for ARM TAIAnton Korobeynikov2008-09-241-10/+24
* Switch ARM to new section handling stuffAnton Korobeynikov2008-08-071-1/+13
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* More explicit keywords.Dan Gohman2007-09-251-1/+1
* Add some support for (Darwin) code-generating directives in getInlineAsmLength.Dale Johannesen2007-05-021-1/+4
* Make ARM-specific version of getInlineAsmLengthDale Johannesen2007-04-291-0/+2
* add isThumb (unused as yet)Dale Johannesen2007-04-231-0/+2
* Break out target asm info into separate files.Jim Laskey2006-09-071-0/+31