aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMSubtarget.h
Commit message (Expand)AuthorAgeFilesLines
* Fix preload instruction isel. Only v7 supports pli, and only v7 with mp exten...Evan Cheng2010-11-031-0/+5
* PR8359: The ARM backend may end up allocating registers D16 to D31 whenBob Wilson2010-10-121-0/+5
* Jim Asked us to move DataLayout on ARM back to the most specialized classes. DoRafael Espindola2010-10-031-23/+0
* Increase ARM APCS preferred alignment for i64 and f64 from 32 bits to 64 bits.Bob Wilson2010-09-291-2/+2
* Add a subtarget hook for reporting the misprediction penalty. Use this to pro...Owen Anderson2010-09-281-0/+2
* Add a command line option "-arm-strict-align" to disallow unaligned memoryBob Wilson2010-09-281-0/+7
* Hard to imagine there are still people using inferior compilers.Daniel Dunbar2010-09-271-1/+1
* Odd additional stub framework for the ARM MC ELF emission.Rafael Espindola2010-09-271-0/+23
* Teach if-converter to be more careful with predicating instructions that wouldEvan Cheng2010-09-101-0/+10
* cortex m4 has floating point support, but only single precision.Jim Grosbach2010-08-111-0/+5
* Report error if codegen tries to instantiate a ARM target when the cpu does s...Evan Cheng2010-08-111-0/+5
* Add ARM Archv6M and let it implies FeatureDB (having dmb, etc.)Evan Cheng2010-08-111-1/+1
* - Add subtarget feature -mattr=+db which determine whether an ARM cpu has theEvan Cheng2010-08-111-0/+5
* Change -prefer-32bit-thumb to attribute -mattr=+32bit instead to disable more...Evan Cheng2010-08-091-0/+5
* Add an ARM "feature". Cortex-a8 fp comparison is very slow (> 20 cycles).Evan Cheng2010-07-131-0/+4
* Fix "warning: extra ';' inside a struct or union" when building llvm with clangShantonu Sen2010-05-061-2/+2
* Cleanup of ARMv7M support. Move hardware divide and Thumb2 extract/packJim Grosbach2010-05-051-2/+9
* Add initial support for ARMv7M subtarget and cortex-m3 cpu. Patch byJim Grosbach2010-05-051-2/+4
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-1/+1
* switch the use-vml[as] instructions flag to a subtarget 'feature'Jim Grosbach2010-03-251-4/+4
* 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/+6
* Lower small memcpys to load/stores on Thumb2.Bob Wilson2010-03-111-3/+3
* Initial bits of ARMv4-only support.Anton Korobeynikov2010-03-061-2/+2
* Remove isProfitableToDuplicateIndirectBranch target hook. It is profitableBob Wilson2009-11-301-5/+0
* Materialize global addresses via movt/movw pair, this is always betterAnton Korobeynikov2009-11-241-1/+7
* Add a target hook to allow changing the tail duplication limit based on theBob Wilson2009-11-181-0/+5
* Allow target to specify regclass for which antideps will only be broken along...David Goodwin2009-11-131-1/+1
* Fixed to address code review. No functional changes.David Goodwin2009-11-101-8/+2
* Allow targets to specify register classes whose member registers should not b...David Goodwin2009-11-101-2/+6
* Break anti-dependence breaking out into its own class.David Goodwin2009-10-261-1/+1
* Allow the target to select the level of anti-dependence breaking that should ...David Goodwin2009-10-221-1/+3
* Change createPostRAScheduler so it can be turned off at llc -O1.Evan Cheng2009-10-161-3/+5
* Remove -post-RA-schedule flag and add a TargetSubtarget method to enable post...David Goodwin2009-09-301-0/+7
* Reference to hidden symbols do not have to go through non-lazy pointer in non...Evan Cheng2009-09-031-1/+2
* Let Darwin linker auto-synthesize stubs and lazy-pointers. This deletes a bun...Evan Cheng2009-08-281-0/+5
* Whitespace cleanup. Remove trailing whitespace.Jim Grosbach2009-08-111-4/+4
* By default, for cortex-a8 use NEON for single-precision FP. David Goodwin2009-08-051-1/+3
* Initial support for single-precision FP using NEON. Added "neonfp" attribute ...David Goodwin2009-08-041-1/+6
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-021-3/+2
* isThumb2 really should mean thumb2 only, not thumb2+.Evan Cheng2009-07-061-1/+1
* Change the meaning of predicate hasThumb2 to mean thumb2 ISA is available, no...Evan Cheng2009-07-021-1/+2
* Revert 74164. We'll want to use this method later.Bob Wilson2009-06-251-0/+1
* Remove unused hasV6T2Ops method. We already have a separate feature toBob Wilson2009-06-251-1/+0
* Latency information for ARM v6. It's rough and not yet hooked up. Right now ...Evan Cheng2009-06-191-0/+8
* Remove UseThumbBacktraces. Just check if subtarget is darwin.Evan Cheng2009-06-181-4/+0
* Rename methods for the sake of consistency.Anton Korobeynikov2009-06-151-2/+2
* Separate V6 from V6T2 since the latter has some extra nice instructionsAnton Korobeynikov2009-06-081-1/+2
* Add helper for checking of Thumb1 modeAnton Korobeynikov2009-06-081-0/+1
* Implement review feedback. Make thumb2 'normal' subtarget featureAnton Korobeynikov2009-06-011-4/+6