1. a68d90f UBSan: Enable runtime library tests on Windows, and get most tests passing. by Peter Collingbourne · 10 years ago
  2. b8aae54 Add %run to all lit tests by Greg Fitzgerald · 11 years ago
  3. ba869e7 Move UBSan test suite under test/ by Alexey Samsonov · 12 years ago[Renamed from compiler-rt/lib/ubsan/lit_tests/TestCases/Integer/add-overflow.cpp]
  4. 1648410 [UBSan] Make sure ASan and UBSan interact properly by running each test from UBSan test suite with and without ASan by Alexey Samsonov · 12 years ago[Renamed from compiler-rt/lib/ubsan/lit_tests/Integer/add-overflow.cpp]
  5. b714e7e [ubsan] Introduce %clangxx substitution for all C++ tests. by Peter Collingbourne · 12 years ago
  6. 633ec68 Add "CHECK-" prefix to un-break buildbot failure. by Rui Ueyama · 12 years ago
  7. 2b40b7e [ubsan] Check for appropriate types on compound assignment overflow diagnostics. by Will Dietz · 13 years ago
  8. b28179be [ubsan] Replace "fatal error" with "runtime error". by Will Dietz · 13 years ago
  9. 57000c3 ubsan: Disable __int128 tests if the host Clang does not support it. These by Richard Smith · 13 years ago
  10. be9a293 UBSan: enable CMake build on Darwin. Fix two failing tests and disable the test which produces linker errors on Darwin. by Alexey Samsonov · 13 years ago
  11. 7793091 Update compiler-rt tests to match flag renaming/deprecation in Clang. by Richard Smith · 13 years ago
  12. 68b3014 Add a runtime diagnostics library for Clang's -fcatch-undefined-behavior. by Richard Smith · 13 years ago