Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
1f0e404c87675ce75e34bcd91395c660fe1d4ac1
/
lib
/
Target
/
ARM
/
ARMSubtarget.h
1f0e404
By default, for cortex-a8 use NEON for single-precision FP.
by David Goodwin
· 16 years ago
42a83f2
Initial support for single-precision FP using NEON. Added "neonfp" attribute to enable. Added patterns for some binary FP operations.
by David Goodwin
· 16 years ago
3be0340
Normalize Subtarget constructors to take a target triple string instead of
by Daniel Dunbar
· 16 years ago
3147fb2
isThumb2 really should mean thumb2 only, not thumb2+.
by Evan Cheng
· 16 years ago
d770d9e
Change the meaning of predicate hasThumb2 to mean thumb2 ISA is available, not that it's in thumb mode and thumb2 is available. Added isThumb2 predicate to replace the old predicate.
by Evan Cheng
· 16 years ago
e481f12
Revert 74164. We'll want to use this method later.
by Bob Wilson
· 16 years ago
c9028e6
Remove unused hasV6T2Ops method. We already have a separate feature to
by Bob Wilson
· 16 years ago
8557c2b
Latency information for ARM v6. It's rough and not yet hooked up. Right now we are only using branch latency to determine if-conversion limits.
by Evan Cheng
· 16 years ago
cd82861
Remove UseThumbBacktraces. Just check if subtarget is darwin.
by Evan Cheng
· 16 years ago
bb62962
Rename methods for the sake of consistency.
by Anton Korobeynikov
· 16 years ago
fbbf1ee
Separate V6 from V6T2 since the latter has some extra nice instructions
by Anton Korobeynikov
· 16 years ago
a7b0ded
Add helper for checking of Thumb1 mode
by Anton Korobeynikov
· 16 years ago
70459be
Implement review feedback. Make thumb2 'normal' subtarget feature
by Anton Korobeynikov
· 16 years ago
d4022c3
Add placeholder for thumb2 stuff
by Anton Korobeynikov
· 16 years ago
6d7d2aa
Add ARMv7 architecture, Cortex processors and different FPU modes handling.
by Anton Korobeynikov
· 16 years ago
41a0243
Propagate CPU string out of SubtargetFeatures
by Anton Korobeynikov
· 16 years ago
707e018
Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal
by Dan Gohman
· 17 years ago
4ee451d
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
e0703c8
Make ARM and X86 LowerMEMCPY identical by moving the isThumb check into getMaxInlineSizeThreshold
by Rafael Espindola
· 18 years ago
fc05f40
Make ARM an X86 memcpy expansion more similar to each other.
by Rafael Espindola
· 18 years ago
04321f7
Added -march=thumb; removed -enable-thumb.
by Evan Cheng
· 18 years ago
3630e78
Add ABI information to ARM subtarget.
by Lauro Ramos Venancio
· 19 years ago
1a3771e
Introduce TargetType's ELF and Darwin.
by Evan Cheng
· 19 years ago
a8e2989
ARM backend contribution from Apple.
by Evan Cheng
· 19 years ago