aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/fadds.ll
Commit message (Expand)AuthorAgeFilesLines
* Update to LLVM 3.5a.Stephen Hines2014-04-241-6/+17
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-131-6/+6
* Fix Darwin NEON FP and increase coverageRenato Golin2013-03-211-2/+3
* Avoid NEON SP-FP unless unsafe-math or DarwinRenato Golin2013-03-211-2/+5
* Add LLVM support for Swift.Bob Wilson2012-09-291-4/+4
* Avoid write-after-write issue hazards for Cortex-A9.Bob Wilson2011-04-191-1/+1
* Re-commit 117518 and 117519 now that ARM MC test failures are out of the way.Evan Cheng2010-10-281-1/+1
* Revert 117518 and 117519 for now. They changed scheduling and cause MC tests ...Evan Cheng2010-10-281-1/+1
* - Assign load / store with shifter op address modes the right itinerary classes.Evan Cheng2010-10-281-1/+1
* Change ARM scheduling default to list-hybrid if the target supports floating ...Evan Cheng2010-05-211-1/+1
* switch the flag for using NEON for SP floating point to a subtarget 'feature'.Jim Grosbach2010-03-251-2/+1
* Convert ARM tests to FileCheck for PR5307.Edward O'Callaghan2009-11-221-5/+17
* Use Unified Assembly Syntax for the ARM backend.Jim Grosbach2009-11-091-3/+3
* Remove neonfp attribute and instead set default based on CPU string. Add -arm...David Goodwin2009-10-011-2/+2
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-5/+5
* Make NEON single-precision FP support the default for cortex-a8 (again).David Goodwin2009-08-071-0/+2
* Initial support for single-precision FP using NEON. Added "neonfp" attribute ...David Goodwin2009-08-041-0/+10