summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMSubtarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reference to hidden symbols do not have to go through non-lazy pointer in non...Evan Cheng2009-09-031-6/+46
* Let Darwin linker auto-synthesize stubs and lazy-pointers. This deletes a bun...Evan Cheng2009-08-281-0/+11
* Remove some dead code.Daniel Dunbar2009-08-051-4/+0
* Initial support for single-precision FP using NEON. Added "neonfp" attribute ...David Goodwin2009-08-041-0/+1
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-021-4/+1
* Fix Thumb2 function call isel. Thumb1 and Thumb2 should share the sameEvan Cheng2009-08-011-0/+4
* 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
OpenPOWER on IntegriCloud