summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMTargetAsmInfo.h
AgeCommit message (Expand)AuthorFilesLines
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner1-31/+0
2009-08-13Revert 78892 and 78895, these break generating working executables onDaniel Dunbar1-1/+1
2009-08-13fix a minor fixme. When building with SL and later tools, the ".eh" symbolsChris Lattner1-1/+1
2009-08-11eliminate template from arm TAIChris Lattner1-22/+2
2009-08-11move LCOMMDirective = "\t.lcomm\t" up to DarwinTAI, eliminateChris Lattner1-1/+0
2009-08-02ARM TAI no longer needs a TM, but createTargetAsmInfo() still does.Chris Lattner1-9/+6
2009-08-02Move the getInlineAsmLength virtual method from TAI to TII, whereChris Lattner1-2/+0
2009-08-02turn some templated inline functions into static functions.Chris Lattner1-2/+0
2009-08-02remove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfoChris Lattner1-1/+0
2009-08-02remove TargetAsmInfo::TM, which is now dead. The basic TAI class now Chris Lattner1-2/+2
2009-08-01REmove dead fields of TAI.Chris Lattner1-1/+0
2009-07-27remove dead code.Chris Lattner1-2/+0
2009-06-26Split thumb-related stuff into separate classes.Anton Korobeynikov1-3/+3
2009-06-19merge the common darwin settings from the X86/PPC/ARM targetsChris Lattner1-2/+1
2008-09-25Reapply 56585:56589 with proper fix for some gcc versionsAnton Korobeynikov1-10/+24
2008-09-25Temporarily backing out 56585:56589 to unbreak the build.Evan Cheng1-24/+10
2008-09-24Get rid of virtual inheritance for ARM TAIAnton Korobeynikov1-10/+24
2008-08-07Switch ARM to new section handling stuffAnton Korobeynikov1-1/+13
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-09-25More explicit keywords.Dan Gohman1-1/+1
2007-05-02Add some support for (Darwin) code-generating directives in getInlineAsmLength.Dale Johannesen1-1/+4
2007-04-29Make ARM-specific version of getInlineAsmLengthDale Johannesen1-0/+2
2007-04-23add isThumb (unused as yet)Dale Johannesen1-0/+2
2006-09-07Break out target asm info into separate files.Jim Laskey1-0/+31