summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/ubsan/lit_tests/Float/cast-overflow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [UBSan] Make sure ASan and UBSan interact properly by running each test from ↵Alexey Samsonov2013-11-141-99/+0
| | | | | | UBSan test suite with and without ASan llvm-svn: 194698
* [ubsan] Introduce %clangxx substitution for all C++ tests.Peter Collingbourne2013-10-201-1/+1
| | | | llvm-svn: 193059
* compiler-rt part of r178194. Remove ubsan test for diagnostic on inf/nan ↵Richard Smith2013-03-271-4/+2
| | | | | | conversion between floating-point types. llvm-svn: 178195
* Update ubsan test for clang change r177362.Richard Smith2013-03-191-2/+5
| | | | llvm-svn: 177363
* [ubsan] Replace "fatal error" with "runtime error".Will Dietz2012-12-021-10/+10
| | | | llvm-svn: 169112
* ubsan: Disable __int128 tests if the host Clang does not support it. TheseRichard Smith2012-11-291-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 Smith2012-11-061-1/+1
| | | | llvm-svn: 167434
* -fcatch-undefined-behavior: Runtime library support for trapping conversions ↵Richard Smith2012-10-121-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
OpenPOWER on IntegriCloud