aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMTargetAsmInfo.cpp
AgeCommit message (Expand)Author
2008-03-25A quick nm audit turned up several fixed tables and objects that wereDan Gohman
2008-03-24Add \t after .set. Fix by Jay Freeman.Evan Cheng
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-10-25Support non-POSIX hosts by removing use of strncasecmp.Dale Johannesen
2007-09-11Enable indirect encoding for the personality functionBill Wendling
2007-06-08Define AsmTransCBE for ARM.Lauro Ramos Venancio
2007-05-14Enable aliases on arm-linux.Lauro Ramos Venancio
2007-05-03Debug support for arm-linux.Lauro Ramos Venancio
2007-05-02Add some support for (Darwin) code-generating directives in getInlineAsmLength.Dale Johannesen
2007-04-30remove unused variableDale Johannesen
2007-04-30Enable protected visibility on ARM.Lauro Ramos Venancio
2007-04-29Make ARM-specific version of getInlineAsmLengthDale Johannesen
2007-04-27ARM TLS: implement "general dynamic", "initial exec" and "local exec" models.Lauro Ramos Venancio
2007-04-23add isThumb (unused as yet)Dale Johannesen
2007-03-08For Darwin, put constant data into .const, .const_data, .literal{4|8|16}Evan Cheng
2007-03-05Use init_array/fini_array sections for static contructors/destructors when th...Lauro Ramos Venancio
2007-02-01Define PrivateGlobalPrefix for ARM Linux. (Fix CodeGen/ARM/large_stack.ll)Lauro Ramos Venancio
2007-01-30Darwin -static should codegen static ctors / dtors to .constructor / .destruc...Evan Cheng
2007-01-26Some asm directives fixes for ELF.Lauro Ramos Venancio
2007-01-26Fix Data16bitsDirective for ELF.Lauro Ramos Venancio
2007-01-23Darwin HiddenDirective is .private_extern.Evan Cheng
2007-01-19Darwin doesn't support .bss, but it does have .zerofillEvan Cheng
2007-01-19Modify emission of jump tables on darwin to emit an extra "l" label thatEvan Cheng
2007-01-19ARM backend contribution from Apple.Evan Cheng
2006-12-28Define StaticCtorsSection and StaticDtorsSection for ARM.Lauro Ramos Venancio
2006-12-06print weak referencesRafael Espindola
2006-09-07Break out target asm info into separate files.Jim Laskey