summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMSubtarget.cpp
Commit message (Expand)AuthorAge
* Define the subtarget feature for the architecture version,Bob Wilson2010-11-09
* Fix preload instruction isel. Only v7 supports pli, and only v7 with mp exten...Evan Cheng2010-11-03
* PR8359: The ARM backend may end up allocating registers D16 to D31 whenBob Wilson2010-10-12
* Add a subtarget hook for reporting the misprediction penalty. Use this to pro...Owen Anderson2010-09-28
* Add a command line option "-arm-strict-align" to disallow unaligned memoryBob Wilson2010-09-28
* Teach if-converter to be more careful with predicating instructions that wouldEvan Cheng2010-09-10
* cortex m4 has floating point support, but only single precision.Jim Grosbach2010-08-11
* Report error if codegen tries to instantiate a ARM target when the cpu does s...Evan Cheng2010-08-11
* - Add subtarget feature -mattr=+db which determine whether an ARM cpu has theEvan Cheng2010-08-11
* Explicitly initialize SlowFPBrcc and Pref32BitThumb to false.Evan Cheng2010-08-09
* Cleanup of ARMv7M support. Move hardware divide and Thumb2 extract/packJim Grosbach2010-05-05
* Add initial support for ARMv7M subtarget and cortex-m3 cpu. Patch byJim Grosbach2010-05-05
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-15
* switch the flag for using NEON for SP floating point to a subtarget 'feature'.Jim Grosbach2010-03-25
* need to fix 'make check' tests first. revert for a moment.Jim Grosbach2010-03-25
* switch the flag for using NEON for SP floating point to a subtarget 'feature'Jim Grosbach2010-03-25
* switch the use-vml[as] instructions flag to a subtarget 'feature'Jim Grosbach2010-03-25
* ARM cortex-a8 doesn't do vmla/vmls well. disable them by default for that cpuJim Grosbach2010-03-25
* Make the use of the vmla and vmls VFP instructions controllable via cmd line.Jim Grosbach2010-03-24
* Add substarget feature for FP16Anton Korobeynikov2010-03-14
* Initial bits of ARMv4-only support.Anton Korobeynikov2010-03-06
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* Remove isProfitableToDuplicateIndirectBranch target hook. It is profitableBob Wilson2009-11-30
* Materialize global addresses via movt/movw pair, this is always betterAnton Korobeynikov2009-11-24
* Add a target hook to allow changing the tail duplication limit based on theBob Wilson2009-11-18
* Allow target to specify regclass for which antideps will only be broken along...David Goodwin2009-11-13
* Fixed to address code review. No functional changes.David Goodwin2009-11-10
* I am no spelling bee.Evan Cheng2009-10-16
* Enable post-alloc scheduling for all ARM variants except for Thumb1.Evan Cheng2009-10-16
* Add comment.Evan Cheng2009-10-16
* Remove neonfp attribute and instead set default based on CPU string. Add -arm...David Goodwin2009-10-01
* Restore the -post-RA-scheduler flag as an override for the target specificati...David Goodwin2009-10-01
* Remove -post-RA-schedule flag and add a TargetSubtarget method to enable post...David Goodwin2009-09-30
* Reference to hidden symbols do not have to go through non-lazy pointer in non...Evan Cheng2009-09-03
* Let Darwin linker auto-synthesize stubs and lazy-pointers. This deletes a bun...Evan Cheng2009-08-28
* Remove some dead code.Daniel Dunbar2009-08-05
* Initial support for single-precision FP using NEON. Added "neonfp" attribute ...David Goodwin2009-08-04
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-02
* Fix Thumb2 function call isel. Thumb1 and Thumb2 should share the sameEvan Cheng2009-08-01
* Use thumb2 for ARM architectures V6T2 and later. Fix a bug in checkingBob Wilson2009-06-22
* For Darwin on ARMv6 and newer, make register r9 available for use as aBob Wilson2009-06-22
* Remove UseThumbBacktraces. Just check if subtarget is darwin.Evan Cheng2009-06-18
* The attached patches implement most of the ARM AAPCS-VFP hard floatAnton Korobeynikov2009-06-08
* Implement review feedback. Make thumb2 'normal' subtarget featureAnton Korobeynikov2009-06-01
* Add placeholder for thumb2 stuffAnton Korobeynikov2009-05-29
* Add ARMv7 architecture, Cortex processors and different FPU modes handling.Anton Korobeynikov2009-05-23
* Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov2009-05-23
* ARM target now also recognize triplets like thumbv6-apple-darwin and set thum...Evan Cheng2009-03-09
* Recognize triplets starting with armv5-, armv6- etc. And set the ARM arch ver...Evan Cheng2009-03-08
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29