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/uadd-overflow.cpp]
  4. 186507d Fix integer tests on platforms where uint64_t is 'unsigned long long'. by Will Dietz · 12 years ago
  5. 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/uadd-overflow.cpp]
  6. b714e7e [ubsan] Introduce %clangxx substitution for all C++ tests. by Peter Collingbourne · 12 years ago
  7. 633ec68 Add "CHECK-" prefix to un-break buildbot failure. by Rui Ueyama · 12 years ago
  8. 2b40b7e [ubsan] Check for appropriate types on compound assignment overflow diagnostics. by Will Dietz · 13 years ago
  9. b28179be [ubsan] Replace "fatal error" with "runtime error". by Will Dietz · 13 years ago
  10. 57000c3 ubsan: Disable __int128 tests if the host Clang does not support it. These by Richard Smith · 13 years ago
  11. 2631aaf ubsan: Support unsigned overflows, and divide-by-zero int/float split. by Will Dietz · 13 years ago