Support non-POSIX hosts by removing use of strncasecmp.
[oota-llvm.git] / lib / Target / ARM / ARMTargetAsmInfo.cpp
2007-10-25 Dale JohannesenSupport non-POSIX hosts by removing use of strncasecmp.
2007-09-11 Bill WendlingEnable indirect encoding for the personality function
2007-06-08 Lauro Ramos VenancioDefine AsmTransCBE for ARM.
2007-05-14 Lauro Ramos VenancioEnable aliases on arm-linux.
2007-05-03 Lauro Ramos VenancioDebug support for arm-linux.
2007-05-02 Dale JohannesenAdd some support for (Darwin) code-generating directive...
2007-04-30 Dale Johannesenremove unused variable
2007-04-30 Lauro Ramos VenancioEnable protected visibility on ARM.
2007-04-29 Dale JohannesenMake ARM-specific version of getInlineAsmLength
2007-04-27 Lauro Ramos VenancioARM TLS: implement "general dynamic", "initial exec...
2007-04-23 Dale Johannesenadd isThumb (unused as yet)
2007-03-08 Evan ChengFor Darwin, put constant data into .const, .const_data...
2007-03-05 Lauro Ramos VenancioUse init_array/fini_array sections for static contructo...
2007-02-01 Lauro Ramos VenancioDefine PrivateGlobalPrefix for ARM Linux. (Fix CodeGen...
2007-01-30 Evan ChengDarwin -static should codegen static ctors / dtors...
2007-01-26 Lauro Ramos VenancioSome asm directives fixes for ELF.
2007-01-26 Lauro Ramos VenancioFix Data16bitsDirective for ELF.
2007-01-23 Evan ChengDarwin HiddenDirective is .private_extern.
2007-01-19 Evan ChengDarwin doesn't support .bss, but it does have .zerofill
2007-01-19 Evan ChengModify emission of jump tables on darwin to emit an...
2007-01-19 Evan ChengARM backend contribution from Apple.
2006-12-28 Lauro Ramos VenancioDefine StaticCtorsSection and StaticDtorsSection for...
2006-12-06 Rafael Espindolaprint weak references
2006-09-07 Jim LaskeyBreak out target asm info into separate files.