Lower CONCAT_VECTOR during legalization instead of matching it during isel.
[oota-llvm.git] / lib / Target / ARM / ARMTargetAsmInfo.h
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 the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfo
2009-08-02 Chris Lattnerremove TargetAsmInfo::TM, which is now dead. The basic...
2009-08-01 Chris LattnerREmove dead fields of TAI.
2009-07-27 Chris Lattnerremove dead code.
2009-06-26 Anton KorobeynikovSplit thumb-related stuff into separate classes.
2009-06-19 Chris Lattnermerge the common darwin settings from the X86/PPC/ARM...
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-08-07 Anton KorobeynikovSwitch ARM to new section handling stuff
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-09-25 Dan GohmanMore explicit keywords.
2007-05-02 Dale JohannesenAdd some support for (Darwin) code-generating directive...
2007-04-29 Dale JohannesenMake ARM-specific version of getInlineAsmLength
2007-04-23 Dale Johannesenadd isThumb (unused as yet)
2006-09-07 Jim LaskeyBreak out target asm info into separate files.