summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/builtins-powi.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove some redundant tests.Daniel Dunbar2009-11-171-28/+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
* Removed math.h include, as Windows math.h has a compile error.John Thompson2009-10-151-1/+0
| | | | llvm-svn: 84160
* 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
* Add __builtin_powi[fl] supportDaniel Dunbar2008-07-211-0/+29
llvm-svn: 53866
OpenPOWER on IntegriCloud