summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/integer-overflow.c
Commit message (Expand)AuthorAgeFilesLines
* 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