Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARM: fixup more tests to specify the target more explicitly | Saleem Abdulrasool | 2014-04-03 | 1 | -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 XFAIL | Sandeep Patel | 2010-09-02 | 1 | -7/+5 |
| | | | | llvm-svn: 112853 | ||||
* | Remove neonfp attribute and instead set default based on CPU string. Add ↵ | David Goodwin | 2009-10-01 | 1 | -2/+2 |
| | | | | | | -arm-use-neon-fp to override the default. llvm-svn: 83218 | ||||
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-09 | 1 | -5/+5 |
| | | | | llvm-svn: 81293 | ||||
* | Use FileCheck... its good for you... | David Goodwin | 2009-08-10 | 1 | -5/+7 |
| | | | | llvm-svn: 78613 | ||||
* | Fix test. | David Goodwin | 2009-08-10 | 1 | -1/+3 |
| | | | | llvm-svn: 78611 | ||||
* | Add nounwind keywords. | Dan Gohman | 2009-08-10 | 1 | -2/+2 |
| | | | | llvm-svn: 78568 | ||||
* | Improve tests. | David Goodwin | 2009-08-04 | 1 | -4/+11 |
| | | | | llvm-svn: 78083 | ||||
* | Initial support for single-precision FP using NEON. Added "neonfp" attribute ↵ | David Goodwin | 2009-08-04 | 1 | -0/+12 |
to enable. Added patterns for some binary FP operations. llvm-svn: 78081 |