summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/fnmscs.ll
Commit message (Collapse)AuthorAgeFilesLines
* Make the test less likely to fail with minor changes.Evan Cheng2011-05-031-1/+1
| | | | llvm-svn: 130778
* Fix ARM tests to be register allocator independent.Jakob Stoklund Olesen2011-03-311-8/+9
| | | | llvm-svn: 128680
* Convert -enable-sched-cycles and -enable-sched-hazard to -disableAndrew Trick2011-01-211-4/+4
| | | | | | | | | | | flags. They are still not enable in this revision. Added TargetInstrInfo::isZeroCost() to fix a fundamental problem with the scheduler's model of operand latency in the selection DAG. Generalized unit tests to work with sched-cycles. llvm-svn: 123969
* Add some missing isel predicates on def : pat patterns to avoid generating ↵Evan Cheng2010-11-121-8/+56
| | | | | | VFP vmla / vmls (they cause stalls). Disabling them in isel is properly not a right solution, I'll look into a proper solution next. llvm-svn: 118922
* Change ARM scheduling default to list-hybrid if the target supports floating ↵Evan Cheng2010-05-211-2/+2
| | | | | | point instructions (and is not using soft float). llvm-svn: 104307
* switch the flag for using NEON for SP floating point to a subtarget 'feature'.Jim Grosbach2010-03-251-2/+1
| | | | | | Re-commit. This time complete with testsuite updates. llvm-svn: 99570
* Use Unified Assembly Syntax for the ARM backend.Jim Grosbach2009-11-091-2/+2
| | | | llvm-svn: 86494
* Remove neonfp attribute and instead set default based on CPU string. Add ↵David Goodwin2009-10-011-2/+2
| | | | | | -arm-use-neon-fp to override the default. llvm-svn: 83218
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-5/+5
| | | | llvm-svn: 81293
* Use FileCheck... its good for you...David Goodwin2009-08-101-5/+7
| | | | llvm-svn: 78613
* Fix test.David Goodwin2009-08-101-2/+1
| | | | llvm-svn: 78606
* Add nounwind keywords.Dan Gohman2009-08-101-2/+2
| | | | llvm-svn: 78568
* Make NEON single-precision FP support the default for cortex-a8 (again).David Goodwin2009-08-071-0/+2
| | | | llvm-svn: 78430
* Improve tests.David Goodwin2009-08-041-4/+12
| | | | llvm-svn: 78083
* Initial support for single-precision FP using NEON. Added "neonfp" attribute ↵David Goodwin2009-08-041-0/+13
to enable. Added patterns for some binary FP operations. llvm-svn: 78081
OpenPOWER on IntegriCloud