Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prior to adding the new "expected-no-diagnostics" directive to ↵ | Andy Gibbs | 2012-10-19 | 1 | -0/+1 |
| | | | | | | VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280 | ||||
* | Define __builtin_ffs[ll] with a signed argument instead of unsigned. | Benjamin Kramer | 2012-08-17 | 1 | -0/+5 |
| | | | | | | GCC documents these as unsigned, but defines them as signed. llvm-svn: 162106 | ||||
* | include/clang/Basic/BuiltinsX86.def: __builtin_ia32_crc32**() should be ↵ | NAKAMURA Takumi | 2011-03-09 | 1 | -0/+8 |
defined to take unsigned args and to return unsigned value. mingw-w64's intrin.h declares __builtin_ia32_crc32**() as external. llvm-svn: 127329 |