Lower CONCAT_VECTOR during legalization instead of matching it during isel.
[oota-llvm.git] / lib / Target / ARM / ARMTargetAsmInfo.cpp
2009-08-02 Chris Lattnermove dwarf debug info section selection stuff from...
2009-08-02 Chris LattnerARM TAI no longer needs a TM, but createTargetAsmInfo...
2009-08-02 Chris LattnerMove the getInlineAsmLength virtual method from TAI...
2009-08-02 Chris Lattnerturn some templated inline functions into static functions.
2009-08-02 Chris Lattnerremove TargetAsmInfo::TM, which is now dead. The basic...
2009-08-02 Chris Lattnerconvert ctors/dtors section to be in TLOF instead of
2009-08-01 Chris LattnerREmove dead fields of TAI.
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-27 Chris LattnerEliminate getNamed/getUnnamedSection, adding a new...
2009-07-27 Chris LattnerEliminate SectionFlags, just embed a SectionKind into...
2009-07-26 Chris Lattneruntangle a TargetAsmInfo hack where ELFTargetAsmInfo...
2009-07-08 David GoodwinUse common code for both ARM and Thumb-2 instruction...
2009-06-26 Anton KorobeynikovSplit thumb-related stuff into separate classes.
2009-06-19 Devang PatelMove up dwarf writer initialization in common AsmPrinte...
2009-06-19 Chris Lattnermerge the common darwin settings from the X86/PPC/ARM...
2009-06-18 Chris Lattnermove mangler quote handling from asm printers to Target...
2009-06-18 Chris Lattnersimplify macro debug info directive handling.
2009-06-18 Evan ChengOn Darwin, ams printer should output a second label...
2009-03-11 Chris Lattnerfix PR3785, a valgrind error on test/CodeGen/ARM/pr3502.ll
2008-12-06 Evan ChengClean up some ARM GV asm printing out; minor fixes...
2008-12-03 Rafael EspindolaFix bug 3140.
2008-11-03 Dan GohmanRefactor various TargetAsmInfo subclasses' TargetMachin...
2008-10-05 Anton KorobeynikovFix weird think-o and unbreak build on all gcc-3.4...
2008-09-25 Anton KorobeynikovReapply 56585:56589 with proper fix for some gcc versions
2008-09-25 Evan ChengTemporarily backing out 56585:56589 to unbreak the...
2008-09-24 Anton KorobeynikovGet rid of virtual inheritance for ARM TAI
2008-09-24 Anton KorobeynikovGet rid of ReadOnlySection duplicate
2008-09-24 Anton KorobeynikovGet rid of now unused {Four,Eight,Sixteen}ByteConstantS...
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* stuff for TLS sections
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* DataSection
2008-09-09 Dale JohannesenFix logic for not emitting no-dead-strip for some
2008-08-07 Anton KorobeynikovSwitch ARM to new section handling stuff
2008-06-03 Dale JohannesenAdd StringConstantPrefix to control what the
2008-03-25 Dan GohmanA quick nm audit turned up several fixed tables and...
2008-03-24 Evan ChengAdd \t after .set. Fix by Jay Freeman.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
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.