summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/x86-intrinsics-headers.c
Commit message (Collapse)AuthorAgeFilesLines
* move a test to a more appropriate directoryChris Lattner2010-03-221-32/+0
| | | | llvm-svn: 99200
* Add sse4.2 support to this test.Eric Christopher2010-03-201-0/+4
| | | | llvm-svn: 99052
* Add include for smmintrin.h to this test.Eric Christopher2010-03-201-0/+4
| | | | llvm-svn: 99019
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-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 Dunbar2009-11-081-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 Dunbar2009-09-181-4/+19
| | | | llvm-svn: 82292
* Make our char vector types not be explicitly signed to match GCC and to fix ↵Anders Carlsson2009-09-181-0/+9
compilation with C++ and -fno-lax-vector-conversions llvm-svn: 82254
OpenPOWER on IntegriCloud