summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/ext-vector-shuffle.c
Commit message (Collapse)AuthorAgeFilesLines
* OpenCL: standardise naming of test casesPeter Collingbourne2011-02-151-17/+0
| | | | llvm-svn: 125590
* Implement -cl-opt-disablePeter Collingbourne2010-12-041-3/+3
| | | | llvm-svn: 120876
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-3/+3
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* 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
* Add test for OpenCL vector initializer codegenNate Begeman2009-10-181-3/+5
| | | | llvm-svn: 84445
* MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar2009-07-251-2/+2
| | | | | | | | - This is just to normalize, these will go away soon hopefully. Added all the missing '&&'s that have crept in. :) llvm-svn: 77062
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-3/+3
| | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
* Vector codegen improvementsNate Begeman2009-01-181-0/+15
llvm-svn: 62458
OpenPOWER on IntegriCloud