Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove some redundant tests. | Daniel Dunbar | 2009-11-17 | 1 | -28/+0 |
| | | | | llvm-svn: 89069 | ||||
* | Eliminate &&s in tests. | Daniel Dunbar | 2009-11-08 | 1 | -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 | ||||
* | Removed math.h include, as Windows math.h has a compile error. | John Thompson | 2009-10-15 | 1 | -1/+0 |
| | | | | llvm-svn: 84160 | ||||
* | MultiTestRunner: Validate '&&' at the end of RUN lines. | Daniel Dunbar | 2009-07-25 | 1 | -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 Dunbar | 2009-03-24 | 1 | -1/+1 |
| | | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602 | ||||
* | Add __builtin_powi[fl] support | Daniel Dunbar | 2008-07-21 | 1 | -0/+29 |
llvm-svn: 53866 |