Add sub-registers sets.
[oota-llvm.git] / lib / Target / ARM / ARMTargetAsmInfo.cpp
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.