Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move a test to a more appropriate directory | Chris Lattner | 2010-03-22 | 1 | -32/+0 |
| | | | | llvm-svn: 99200 | ||||
* | Add sse4.2 support to this test. | Eric Christopher | 2010-03-20 | 1 | -0/+4 |
| | | | | llvm-svn: 99052 | ||||
* | Add include for smmintrin.h to this test. | Eric Christopher | 2010-03-20 | 1 | -0/+4 |
| | | | | llvm-svn: 99019 | ||||
* | Update tests to use %clang instead of 'clang', and forcibly disable use of ' | Daniel Dunbar | 2009-12-15 | 1 | -3/+3 |
| | | | | | | | clang ' or ' clang -cc1 ' or ' clang-cc ' in test lines (by substituting them to garbage). llvm-svn: 91460 | ||||
* | Eliminate &&s in tests. | Daniel Dunbar | 2009-11-08 | 1 | -2/+2 |
| | | | | | | - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430 | ||||
* | Attempt to make a test portable. | Daniel Dunbar | 2009-09-18 | 1 | -4/+19 |
| | | | | llvm-svn: 82292 | ||||
* | Make our char vector types not be explicitly signed to match GCC and to fix ↵ | Anders Carlsson | 2009-09-18 | 1 | -0/+9 |
compilation with C++ and -fno-lax-vector-conversions llvm-svn: 82254 |