summaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMSubtarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use thumb2 for ARM architectures V6T2 and later. Fix a bug in checkingBob Wilson2009-06-221-4/+8
* For Darwin on ARMv6 and newer, make register r9 available for use as aBob Wilson2009-06-221-2/+7
* Remove UseThumbBacktraces. Just check if subtarget is darwin.Evan Cheng2009-06-181-4/+1
* The attached patches implement most of the ARM AAPCS-VFP hard floatAnton Korobeynikov2009-06-081-0/+6
* Implement review feedback. Make thumb2 'normal' subtarget featureAnton Korobeynikov2009-06-011-9/+6
* Add placeholder for thumb2 stuffAnton Korobeynikov2009-05-291-5/+13
* Add ARMv7 architecture, Cortex processors and different FPU modes handling.Anton Korobeynikov2009-05-231-1/+1
* Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov2009-05-231-3/+2
* ARM target now also recognize triplets like thumbv6-apple-darwin and set thum...Evan Cheng2009-03-091-12/+19
* Recognize triplets starting with armv5-, armv6- etc. And set the ARM arch ver...Evan Cheng2009-03-081-1/+17
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Added -march=thumb; removed -enable-thumb.Evan Cheng2007-02-231-8/+2
* Add ABI information to ARM subtarget.Lauro Ramos Venancio2007-02-131-4/+10
* Introduce TargetType's ELF and Darwin.Evan Cheng2007-01-191-5/+10
* ARM backend contribution from Apple.Evan Cheng2007-01-191-0/+52