summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fnmscs.ll
Commit message (Expand)AuthorAge
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* Fix Darwin NEON FP and increase coverageRenato Golin2013-03-21
* Avoid NEON SP-FP unless unsafe-math or DarwinRenato Golin2013-03-21
* Remove some register allocation order dependencies.Jakob Stoklund Olesen2013-01-19
* Make the test less likely to fail with minor changes.Evan Cheng2011-05-03
* Fix ARM tests to be register allocator independent.Jakob Stoklund Olesen2011-03-31
* Convert -enable-sched-cycles and -enable-sched-hazard to -disableAndrew Trick2011-01-21
* Add some missing isel predicates on def : pat patterns to avoid generating VF...Evan Cheng2010-11-12
* 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
* Use Unified Assembly Syntax for the ARM backend.Jim Grosbach2009-11-09
* 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
* Use FileCheck... its good for you...David Goodwin2009-08-10
* Fix test.David Goodwin2009-08-10
* Add nounwind keywords.Dan Gohman2009-08-10
* Make NEON single-precision FP support the default for cortex-a8 (again).David Goodwin2009-08-07
* Improve tests.David Goodwin2009-08-04
* Initial support for single-precision FP using NEON. Added "neonfp" attribute ...David Goodwin2009-08-04