summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/builtins-ffs_parity_popcount.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove some redundant tests.Daniel Dunbar2009-11-171-15/+0
| | | | llvm-svn: 89069
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
| | | | | | - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
* 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-1/+1
| | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
* Implement ffs, parity, and popcount builtins.Daniel Dunbar2008-07-211-0/+15
+ test case llvm-svn: 53851
OpenPOWER on IntegriCloud