Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
CodeGen
/
integer-overflow.c
6503f24
Add additional testcases for nsw markings on ++ and --.
by Eli Friedman
· 9 years ago
6cd3591
[CodeGen] Don't UBSan-ize the argument to __builtin_frame_address
by David Majnemer
· 10 years ago
f624650
Unify the way we report overflow in increment/decrement operator.
by Alexey Samsonov
· 10 years ago
218b783
Update Clang tests to handle explicitly typed gep changes in LLVM.
by David Blaikie
· 11 years ago
4362261
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail.
by Stephen Lin
· 12 years ago
b1b0ab4
Use the individual -fsanitize=<...> arguments to control which of the UBSan
by Richard Smith
· 13 years ago
3e056de
-fcatch-undefined-behavior: add the -ftrapv checks to the set of things caught
by Richard Smith
· 13 years ago
729e6a0
hopefully fix a bunch of ARM buildbot failures
by Nuno Lopes
· 13 years ago
846ded2
PR9350: increment/decrement of char (and anything else narrower than int)
by Eli Friedman
· 15 years ago
2e72da94
-fwrapv should turn off the inbounds markers from geps used for pointer
by Chris Lattner
· 15 years ago
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
431bef4
fix inc/dec to honor -fwrapv and -ftrapv, implementing PR7426.
by Chris Lattner
· 15 years ago
0bf2762
Fix unary minus to trap on overflow with -ftrapv, refactoring binop
by Chris Lattner
· 15 years ago
51924e51
Implement support for -fwrapv, rdar://7221421
by Chris Lattner
· 15 years ago