summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/integer-overflow.c
AgeCommit message (Expand)Author
2025-01-28[Clang] Add -fwrapv-pointer flag (#122486)Nikita Popov
2024-09-05Reland "[clang] Add nuw attribute to GEPs (#105496)" (#107257)Hari Limaye
2024-08-28Revert "[clang] Add nuw attribute to GEPs" (#106343)Vitaly Buka
2024-08-27[clang] Add nuw attribute to GEPs (#105496)Hari Limaye
2024-02-21[Sanitizer] Support -fwrapv with -fsanitize=signed-integer-overflow (#82432)Justin Stitt
2023-08-28[clang] Remove rdar links; NFCAaron Ballman
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini
2023-07-07Remove rdar links; NFCAaron Ballman
2022-10-07[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-15Use functions with prototypes when appropriate; NFCAaron Ballman
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
2019-07-22Updated the signature for some stack related intrinsics (CLANG)Christudasan Devadasan
2017-01-12Add additional testcases for nsw markings on ++ and --.Eli Friedman
2015-07-25[CodeGen] Don't UBSan-ize the argument to __builtin_frame_addressDavid Majnemer
2015-04-23Unify the way we report overflow in increment/decrement operator.Alexey Samsonov
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2012-11-05Use the individual -fsanitize=<...> arguments to control which of the UBSanRichard Smith
2012-08-25-fcatch-undefined-behavior: add the -ftrapv checks to the set of things caughtRichard Smith
2012-05-09hopefully fix a bunch of ARM buildbot failuresNuno Lopes
2011-03-02PR9350: increment/decrement of char (and anything else narrower than int)Eli Friedman
2011-03-01-fwrapv should turn off the inbounds markers from geps used for pointerChris Lattner
2010-09-17Add a -ftrapv-handler= option which allows a handler to invoke instead of sim...David Chisnall
2010-06-26fix inc/dec to honor -fwrapv and -ftrapv, implementing PR7426.Chris Lattner
2010-06-26Fix unary minus to trap on overflow with -ftrapv, refactoring binopChris Lattner
2010-06-26Implement support for -fwrapv, rdar://7221421Chris Lattner