aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fnmscs.ll
AgeCommit message (Expand)Author
2013-03-21Fix Darwin NEON FP and increase coverageRenato Golin
2013-03-21Avoid NEON SP-FP unless unsafe-math or DarwinRenato Golin
2013-01-19Remove some register allocation order dependencies.Jakob Stoklund Olesen
2011-05-03Make the test less likely to fail with minor changes.Evan Cheng
2011-03-31Fix ARM tests to be register allocator independent.Jakob Stoklund Olesen
2011-01-21Convert -enable-sched-cycles and -enable-sched-hazard to -disableAndrew Trick
2010-11-12Add some missing isel predicates on def : pat patterns to avoid generating VF...Evan Cheng
2010-05-21Change ARM scheduling default to list-hybrid if the target supports floating ...Evan Cheng
2010-03-25switch the flag for using NEON for SP floating point to a subtarget 'feature'.Jim Grosbach
2009-11-09Use Unified Assembly Syntax for the ARM backend.Jim Grosbach
2009-10-01Remove neonfp attribute and instead set default based on CPU string. Add -arm...David Goodwin
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-08-10Use FileCheck... its good for you...David Goodwin
2009-08-10Fix test.David Goodwin
2009-08-10Add nounwind keywords.Dan Gohman
2009-08-07Make NEON single-precision FP support the default for cortex-a8 (again).David Goodwin
2009-08-04Improve tests.David Goodwin
2009-08-04Initial support for single-precision FP using NEON. Added "neonfp" attribute ...David Goodwin