summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/integer-overflow.c
Commit message (Expand)AuthorAgeFilesLines
* Add additional testcases for nsw markings on ++ and --.Eli Friedman2017-01-121-3/+27
* [CodeGen] Don't UBSan-ize the argument to __builtin_frame_addressDavid Majnemer2015-07-251-0/+7
* Unify the way we report overflow in increment/decrement operator.Alexey Samsonov2015-04-231-2/+2
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-4/+4
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-3/+3
* Use the individual -fsanitize=<...> arguments to control which of the UBSanRichard Smith2012-11-051-1/+1
* -fcatch-undefined-behavior: add the -ftrapv checks to the set of things caughtRichard Smith2012-08-251-0/+9
* hopefully fix a bunch of ARM buildbot failuresNuno Lopes2012-05-091-4/+4
* PR9350: increment/decrement of char (and anything else narrower than int)Eli Friedman2011-03-021-1/+7
* -fwrapv should turn off the inbounds markers from geps used for pointerChris Lattner2011-03-011-0/+8
* Add a -ftrapv-handler= option which allows a handler to invoke instead of sim...David Chisnall2010-09-171-0/+7
* fix inc/dec to honor -fwrapv and -ftrapv, implementing PR7426.Chris Lattner2010-06-261-5/+17
* Fix unary minus to trap on overflow with -ftrapv, refactoring binopChris Lattner2010-06-261-1/+1
* Implement support for -fwrapv, rdar://7221421Chris Lattner2010-06-261-0/+33