Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [UBSan] Make sure ASan and UBSan interact properly by running each test from ↵ | Alexey Samsonov | 2013-11-14 | 1 | -99/+0 |
| | | | | | | UBSan test suite with and without ASan llvm-svn: 194698 | ||||
* | [ubsan] Introduce %clangxx substitution for all C++ tests. | Peter Collingbourne | 2013-10-20 | 1 | -1/+1 |
| | | | | llvm-svn: 193059 | ||||
* | compiler-rt part of r178194. Remove ubsan test for diagnostic on inf/nan ↵ | Richard Smith | 2013-03-27 | 1 | -4/+2 |
| | | | | | | conversion between floating-point types. llvm-svn: 178195 | ||||
* | Update ubsan test for clang change r177362. | Richard Smith | 2013-03-19 | 1 | -2/+5 |
| | | | | llvm-svn: 177363 | ||||
* | [ubsan] Replace "fatal error" with "runtime error". | Will Dietz | 2012-12-02 | 1 | -10/+10 |
| | | | | llvm-svn: 169112 | ||||
* | ubsan: Disable __int128 tests if the host Clang does not support it. These | Richard Smith | 2012-11-29 | 1 | -1/+9 |
| | | | | | | | tests will still fail if compiler-rt was built with a compiler without __int128 support, but the host compiler has __int128 support. llvm-svn: 168955 | ||||
* | Update compiler-rt tests to match flag renaming/deprecation in Clang. | Richard Smith | 2012-11-06 | 1 | -1/+1 |
| | | | | llvm-svn: 167434 | ||||
* | -fcatch-undefined-behavior: Runtime library support for trapping conversions ↵ | Richard Smith | 2012-10-12 | 1 | -0/+90 |
to or from a floating-point type where the source value is not in the range of representable values of the destination type. llvm-svn: 165844 |