aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/integer-overflow.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-3/+3
2012-11-05Use the individual -fsanitize=<...> arguments to control which of the UBSanRichard Smith1-1/+1
2012-08-25-fcatch-undefined-behavior: add the -ftrapv checks to the set of things caughtRichard Smith1-0/+9
2012-05-09hopefully fix a bunch of ARM buildbot failuresNuno Lopes1-4/+4
2011-03-02PR9350: increment/decrement of char (and anything else narrower than int)Eli Friedman1-1/+7
2011-03-01-fwrapv should turn off the inbounds markers from geps used for pointerChris Lattner1-0/+8
2010-09-17Add a -ftrapv-handler= option which allows a handler to invoke instead of sim...David Chisnall1-0/+7
2010-06-26fix inc/dec to honor -fwrapv and -ftrapv, implementing PR7426.Chris Lattner1-5/+17
2010-06-26Fix unary minus to trap on overflow with -ftrapv, refactoring binopChris Lattner1-1/+1
2010-06-26Implement support for -fwrapv, rdar://7221421Chris Lattner1-0/+33