Kill ModuleProvider and ghost linkage by inverting the relationship between
[oota-llvm.git] / lib / Target / ARM / ARMSubtarget.cpp
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2009-11-30 Bob WilsonRemove isProfitableToDuplicateIndirectBranch target...
2009-11-24 Anton KorobeynikovMaterialize global addresses via movt/movw pair, this...
2009-11-18 Bob WilsonAdd a target hook to allow changing the tail duplicatio...
2009-11-13 David GoodwinAllow target to specify regclass for which antideps...
2009-11-10 David GoodwinFixed to address code review. No functional changes.
2009-10-16 Evan ChengI am no spelling bee.
2009-10-16 Evan ChengEnable post-alloc scheduling for all ARM variants excep...
2009-10-16 Evan ChengAdd comment.
2009-10-01 David GoodwinRemove neonfp attribute and instead set default based...
2009-10-01 David GoodwinRestore the -post-RA-scheduler flag as an override...
2009-09-30 David GoodwinRemove -post-RA-schedule flag and add a TargetSubtarget...
2009-09-03 Evan ChengReference to hidden symbols do not have to go through...
2009-08-28 Evan ChengLet Darwin linker auto-synthesize stubs and lazy-pointe...
2009-08-05 Daniel DunbarRemove some dead code.
2009-08-04 David GoodwinInitial support for single-precision FP using NEON...
2009-08-02 Daniel DunbarNormalize Subtarget constructors to take a target tripl...
2009-08-01 Evan ChengFix Thumb2 function call isel. Thumb1 and Thumb2 should...
2009-06-22 Bob WilsonUse thumb2 for ARM architectures V6T2 and later. Fix...
2009-06-22 Bob WilsonFor Darwin on ARMv6 and newer, make register r9 availab...
2009-06-18 Evan ChengRemove UseThumbBacktraces. Just check if subtarget...
2009-06-08 Anton KorobeynikovThe attached patches implement most of the ARM AAPCS...
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.