summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/fnmuls.ll
Commit message (Collapse)AuthorAgeFilesLines
* ARM: fixup more tests to specify the target more explicitlySaleem Abdulrasool2014-04-031-4/+4
| | | | | | | | | | | | | This changes the tests that were targeting ARM EABI to explicitly specify the environment rather than relying on the default. This breaks with the new Windows on ARM support when running the tests on Windows where the default environment is no longer EABI. Take the opportunity to avoid a pointless redirect (helps when trying to debug with providing a command line invocation which can be copy and pasted) and removing a few greps in favour of FileCheck. llvm-svn: 205541
* Fix an unnecessary XFAILSandeep Patel2010-09-021-7/+5
| | | | llvm-svn: 112853
* 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-1/+3
| | | | llvm-svn: 78611
* Add nounwind keywords.Dan Gohman2009-08-101-2/+2
| | | | llvm-svn: 78568
* Improve tests.David Goodwin2009-08-041-4/+11
| | | | llvm-svn: 78083
* Initial support for single-precision FP using NEON. Added "neonfp" attribute ↵David Goodwin2009-08-041-0/+12
to enable. Added patterns for some binary FP operations. llvm-svn: 78081
OpenPOWER on IntegriCloud