aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/fnmscs.ll
Commit message (Expand)AuthorAgeFilesLines
* Update to LLVM 3.5a.Stephen Hines2014-04-241-6/+17
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-16/+16
* Fix Darwin NEON FP and increase coverageRenato Golin2013-03-211-3/+4
* Avoid NEON SP-FP unless unsafe-math or DarwinRenato Golin2013-03-211-2/+19
* Remove some register allocation order dependencies.Jakob Stoklund Olesen2013-01-191-4/+4
* Make the test less likely to fail with minor changes.Evan Cheng2011-05-031-1/+1
* Fix ARM tests to be register allocator independent.Jakob Stoklund Olesen2011-03-311-8/+9
* Convert -enable-sched-cycles and -enable-sched-hazard to -disableAndrew Trick2011-01-211-4/+4
* Add some missing isel predicates on def : pat patterns to avoid generating VF...Evan Cheng2010-11-121-8/+56
* Change ARM scheduling default to list-hybrid if the target supports floating ...Evan Cheng2010-05-211-2/+2
* switch the flag for using NEON for SP floating point to a subtarget 'feature'.Jim Grosbach2010-03-251-2/+1
* Use Unified Assembly Syntax for the ARM backend.Jim Grosbach2009-11-091-2/+2
* 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
* Use FileCheck... its good for you...David Goodwin2009-08-101-5/+7
* Fix test.David Goodwin2009-08-101-2/+1
* Add nounwind keywords.Dan Gohman2009-08-101-2/+2
* Make NEON single-precision FP support the default for cortex-a8 (again).David Goodwin2009-08-071-0/+2
* Improve tests.David Goodwin2009-08-041-4/+12
* Initial support for single-precision FP using NEON. Added "neonfp" attribute ...David Goodwin2009-08-041-0/+13