1. 6503f24 Add additional testcases for nsw markings on ++ and --. by Eli Friedman · 9 years ago
  2. 6cd3591 [CodeGen] Don't UBSan-ize the argument to __builtin_frame_address by David Majnemer · 10 years ago
  3. f624650 Unify the way we report overflow in increment/decrement operator. by Alexey Samsonov · 10 years ago
  4. 218b783 Update Clang tests to handle explicitly typed gep changes in LLVM. by David Blaikie · 11 years ago
  5. 4362261 CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. by Stephen Lin · 12 years ago
  6. b1b0ab4 Use the individual -fsanitize=<...> arguments to control which of the UBSan by Richard Smith · 13 years ago
  7. 3e056de -fcatch-undefined-behavior: add the -ftrapv checks to the set of things caught by Richard Smith · 13 years ago
  8. 729e6a0 hopefully fix a bunch of ARM buildbot failures by Nuno Lopes · 13 years ago
  9. 846ded2 PR9350: increment/decrement of char (and anything else narrower than int) by Eli Friedman · 15 years ago
  10. 2e72da94 -fwrapv should turn off the inbounds markers from geps used for pointer by Chris Lattner · 15 years ago
  11. dd84ef1 Add a -ftrapv-handler= option which allows a handler to invoke instead of simply aborting when a signed operation overflows. This mirrors the (GCC-incompatible) behaviour from clang 1.0 and 1.1 when -ftrapv was specified, but allows the handler to be defined for each compilation unit. by David Chisnall · 15 years ago
  12. 431bef4 fix inc/dec to honor -fwrapv and -ftrapv, implementing PR7426. by Chris Lattner · 15 years ago
  13. 0bf2762 Fix unary minus to trap on overflow with -ftrapv, refactoring binop by Chris Lattner · 15 years ago
  14. 51924e51 Implement support for -fwrapv, rdar://7221421 by Chris Lattner · 15 years ago