aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMSubtarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup of ARMv7M support. Move hardware divide and Thumb2 extract/packJim Grosbach2010-05-051-0/+2
* Add initial support for ARMv7M subtarget and cortex-m3 cpu. Patch byJim Grosbach2010-05-051-0/+2
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-1/+2
* switch the flag for using NEON for SP floating point to a subtarget 'feature'.Jim Grosbach2010-03-251-13/+1
* need to fix 'make check' tests first. revert for a moment.Jim Grosbach2010-03-251-1/+13
* switch the flag for using NEON for SP floating point to a subtarget 'feature'Jim Grosbach2010-03-251-13/+1
* switch the use-vml[as] instructions flag to a subtarget 'feature'Jim Grosbach2010-03-251-11/+1
* ARM cortex-a8 doesn't do vmla/vmls well. disable them by default for that cpuJim Grosbach2010-03-251-0/+6
* Make the use of the vmla and vmls VFP instructions controllable via cmd line.Jim Grosbach2010-03-241-0/+5
* Add substarget feature for FP16Anton Korobeynikov2010-03-141-0/+1
* Initial bits of ARMv4-only support.Anton Korobeynikov2010-03-061-16/+24
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-3/+3
* Remove isProfitableToDuplicateIndirectBranch target hook. It is profitableBob Wilson2009-11-301-2/+0
* Materialize global addresses via movt/movw pair, this is always betterAnton Korobeynikov2009-11-241-0/+5
* Add a target hook to allow changing the tail duplication limit based on theBob Wilson2009-11-181-0/+2
* Allow target to specify regclass for which antideps will only be broken along...David Goodwin2009-11-131-3/+3
* Fixed to address code review. No functional changes.David Goodwin2009-11-101-0/+11
* I am no spelling bee.Evan Cheng2009-10-161-1/+1
* Enable post-alloc scheduling for all ARM variants except for Thumb1.Evan Cheng2009-10-161-3/+5
* Add comment.Evan Cheng2009-10-161-0/+2
* Remove neonfp attribute and instead set default based on CPU string. Add -arm...David Goodwin2009-10-011-1/+7
* Restore the -post-RA-scheduler flag as an override for the target specificati...David Goodwin2009-10-011-0/+5
* Remove -post-RA-schedule flag and add a TargetSubtarget method to enable post...David Goodwin2009-09-301-0/+1
* 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