1. 1f0e404 By default, for cortex-a8 use NEON for single-precision FP. by David Goodwin · 16 years ago
  2. 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
  3. 3be0340 Normalize Subtarget constructors to take a target triple string instead of by Daniel Dunbar · 16 years ago
  4. 3147fb2 isThumb2 really should mean thumb2 only, not thumb2+. by Evan Cheng · 16 years ago
  5. 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
  6. e481f12 Revert 74164. We'll want to use this method later. by Bob Wilson · 16 years ago
  7. c9028e6 Remove unused hasV6T2Ops method. We already have a separate feature to by Bob Wilson · 16 years ago
  8. 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
  9. cd82861 Remove UseThumbBacktraces. Just check if subtarget is darwin. by Evan Cheng · 16 years ago
  10. bb62962 Rename methods for the sake of consistency. by Anton Korobeynikov · 16 years ago
  11. fbbf1ee Separate V6 from V6T2 since the latter has some extra nice instructions by Anton Korobeynikov · 16 years ago
  12. a7b0ded Add helper for checking of Thumb1 mode by Anton Korobeynikov · 16 years ago
  13. 70459be Implement review feedback. Make thumb2 'normal' subtarget feature by Anton Korobeynikov · 16 years ago
  14. d4022c3 Add placeholder for thumb2 stuff by Anton Korobeynikov · 16 years ago
  15. 6d7d2aa Add ARMv7 architecture, Cortex processors and different FPU modes handling. by Anton Korobeynikov · 16 years ago
  16. 41a0243 Propagate CPU string out of SubtargetFeatures by Anton Korobeynikov · 16 years ago
  17. 707e018 Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal by Dan Gohman · 17 years ago
  18. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  19. e0703c8 Make ARM and X86 LowerMEMCPY identical by moving the isThumb check into getMaxInlineSizeThreshold by Rafael Espindola · 18 years ago
  20. fc05f40 Make ARM an X86 memcpy expansion more similar to each other. by Rafael Espindola · 18 years ago
  21. 04321f7 Added -march=thumb; removed -enable-thumb. by Evan Cheng · 18 years ago
  22. 3630e78 Add ABI information to ARM subtarget. by Lauro Ramos Venancio · 19 years ago
  23. 1a3771e Introduce TargetType's ELF and Darwin. by Evan Cheng · 19 years ago
  24. a8e2989 ARM backend contribution from Apple. by Evan Cheng · 19 years ago