summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fmacs.ll
Commit message (Expand)AuthorAge
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* This patch combines several changes from Evan Cheng for rdar://8659675.Bob Wilson2011-04-19
* Add some missing isel predicates on def : pat patterns to avoid generating VF...Evan Cheng2010-11-12
* Re-commit 117518 and 117519 now that ARM MC test failures are out of the way.Evan Cheng2010-10-28
* Revert 117518 and 117519 for now. They changed scheduling and cause MC tests ...Evan Cheng2010-10-28
* - Assign load / store with shifter op address modes the right itinerary classes.Evan Cheng2010-10-28
* Change ARM scheduling default to list-hybrid if the target supports floating ...Evan Cheng2010-05-21
* switch the flag for using NEON for SP floating point to a subtarget 'feature'.Jim Grosbach2010-03-25
* Convert ARM tests to FileCheck for PR5307.Edward O'Callaghan2009-11-22
* Use Unified Assembly Syntax for the ARM backend.Jim Grosbach2009-11-09
* vml[as].f32 cause stalls in following advanced SIMD instructions. Avoid usingJim Grosbach2009-10-31
* Remove neonfp attribute and instead set default based on CPU string. Add -arm...David Goodwin2009-10-01
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* Make NEON single-precision FP support the default for cortex-a8 (again).David Goodwin2009-08-07
* Initial support for single-precision FP using NEON. Added "neonfp" attribute ...David Goodwin2009-08-04