Re-apply 72756 with fixes. One of those was introduced by we changed MachineInstrBuil...
[oota-llvm.git] / lib / Target / ARM / ARMSubtarget.cpp
2009-06-01 Anton KorobeynikovImplement review feedback. Make thumb2 'normal' subtarg...
2009-05-29 Anton KorobeynikovAdd placeholder for thumb2 stuff
2009-05-23 Anton KorobeynikovAdd ARMv7 architecture, Cortex processors and different...
2009-05-23 Anton KorobeynikovPropagate CPU string out of SubtargetFeatures
2009-03-09 Evan ChengARM target now also recognize triplets like thumbv6...
2009-03-08 Evan ChengRecognize triplets starting with armv5-, armv6- etc...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-02-23 Evan ChengAdded -march=thumb; removed -enable-thumb.
2007-02-13 Lauro Ramos VenancioAdd ABI information to ARM subtarget.
2007-01-19 Evan ChengIntroduce TargetType's ELF and Darwin.
2007-01-19 Evan ChengARM backend contribution from Apple.