Will Dietz
|
b28179be10
|
[ubsan] Replace "fatal error" with "runtime error".
llvm-svn: 169112
|
2012-12-02 18:43:33 +00:00 |
Richard Smith
|
57000c38fc
|
ubsan: Disable __int128 tests if the host Clang does not support it. These
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
|
2012-11-29 23:03:58 +00:00 |
Will Dietz
|
2631aaf939
|
ubsan: Support unsigned overflows, and divide-by-zero int/float split.
llvm-svn: 168700
|
2012-11-27 15:01:43 +00:00 |
Richard Smith
|
77930919ad
|
Update compiler-rt tests to match flag renaming/deprecation in Clang.
llvm-svn: 167434
|
2012-11-06 02:31:42 +00:00 |
Richard Smith
|
68b3014cd3
|
Add a runtime diagnostics library for Clang's -fcatch-undefined-behavior.
llvm-svn: 165533
|
2012-10-09 19:34:32 +00:00 |