aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/catch-undef-behavior.c
AgeCommit message (Expand)Author
2013-03-27UBSan: Don't diagnose inf/nan conversions between floating-point types. It's ...Richard Smith
2013-03-22ubsan: Pass floating-point arguments to the runtime by value if they fit theRichard Smith
2013-03-19PR15383: When -fsanitize=float-cast-overflow checks a float-to-int conversion,Richard Smith
2013-02-25[ubsan] Emit single check for left shift.Will Dietz
2013-02-22Update to use references to attribute groups instead of listing the attribute...Bill Wendling
2013-01-29[ubsan] Implement the -fcatch-undefined-behavior flag using a trappingChad Rosier
2013-01-09[ubsan] Make static check data non-const so it can be used for deduplication.Will Dietz
2013-01-07Scalar shifts in the OpenCL specification (as of v. 1.2) are defined to beDavid Tweed
2012-12-30[ubsan] Recover by default, use -fno-sanitize-recover to disable.Will Dietz
2012-12-15[ubsan] Emit branch weight metadata to hint towards common case.Will Dietz
2012-12-13ubsan: Add -fsanitize=bool and -fsanitize=enum, which check for loads ofRichard Smith
2012-12-02[ubsan] Add flag to enable recovery from checks when possible.Will Dietz
2012-11-27Add -fsanitize=integer for reporting suspicious integer behaviors.Will Dietz
2012-11-06Classify the INT_MIN/-1 check as -fsanitize=signed-integer-overflow, not as -...Richard Smith
2012-11-05Use the individual -fsanitize=<...> arguments to control which of the UBSanRichard Smith
2012-11-01-fcatch-undefined-behavior: Start checking loads and stores for null pointers.Richard Smith
2012-10-12-fcatch-undefined-behavior: Trap undefined behavior due to conversions to orRichard Smith
2012-10-10-fcatch-undefined-behavior: catch a VLA bound which evalutes to a non-positiv...Richard Smith
2012-10-10Fix test broken by r165572.Richard Smith
2012-10-09-fcatch-undefined-behavior: emit calls to the runtime library whenever one of...Richard Smith
2012-10-04If we flow off the end of a value-returning function:Richard Smith
2012-08-25-fcatch-undefined-behavior: add the -ftrapv checks to the set of things caughtRichard Smith
2012-08-24New -fcatch-undefined-behavior features:Richard Smith
2012-05-08hopefully unbreak some buildbotsNuno Lopes
2012-05-07make this test a little more useful. I'll add more tests for bound checking o...Nuno Lopes
2010-04-11Fix run line so this test actually tests something.Benjamin Kramer
2010-04-10fix PR6805: llvm.objectsize changed to take an i1 instead of an i32.Chris Lattner