aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMSubtarget.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add placeholder for thumb2 stuffAnton Korobeynikov2009-05-291-5/+12
* Add ARMv7 architecture, Cortex processors and different FPU modes handling.Anton Korobeynikov2009-05-231-11/+17
* Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov2009-05-231-2/+8
* Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not LegalDan Gohman2008-04-121-0/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Make ARM and X86 LowerMEMCPY identical by moving the isThumb check into getMa...Rafael Espindola2007-10-311-1/+5
* Make ARM an X86 memcpy expansion more similar to each other.Rafael Espindola2007-10-311-0/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+94