summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/catch-undef-behavior.c
Commit message (Expand)AuthorAgeFilesLines
* UBSan: Don't diagnose inf/nan conversions between floating-point types. It's ...Richard Smith2013-03-271-5/+8
* ubsan: Pass floating-point arguments to the runtime by value if they fit theRichard Smith2013-03-221-1/+26
* PR15383: When -fsanitize=float-cast-overflow checks a float-to-int conversion,Richard Smith2013-03-191-12/+12
* [ubsan] Emit single check for left shift.Will Dietz2013-02-251-16/+16
* Update to use references to attribute groups instead of listing the attribute...Bill Wendling2013-02-221-17/+19
* [ubsan] Implement the -fcatch-undefined-behavior flag using a trappingChad Rosier2013-01-291-0/+149
* [ubsan] Make static check data non-const so it can be used for deduplication.Will Dietz2013-01-091-2/+2
* Scalar shifts in the OpenCL specification (as of v. 1.2) are defined to beDavid Tweed2013-01-071-1/+1
* [ubsan] Recover by default, use -fno-sanitize-recover to disable.Will Dietz2012-12-301-18/+18
* [ubsan] Emit branch weight metadata to hint towards common case.Will Dietz2012-12-151-2/+4
* ubsan: Add -fsanitize=bool and -fsanitize=enum, which check for loads ofRichard Smith2012-12-131-1/+9
* [ubsan] Add flag to enable recovery from checks when possible.Will Dietz2012-12-021-17/+17
* Add -fsanitize=integer for reporting suspicious integer behaviors.Will Dietz2012-11-271-1/+1
* Classify the INT_MIN/-1 check as -fsanitize=signed-integer-overflow, not as -...Richard Smith2012-11-061-1/+26
* Use the individual -fsanitize=<...> arguments to control which of the UBSanRichard Smith2012-11-051-1/+12
* -fcatch-undefined-behavior: Start checking loads and stores for null pointers.Richard Smith2012-11-011-3/+13
* -fcatch-undefined-behavior: Trap undefined behavior due to conversions to orRichard Smith2012-10-121-0/+59
* -fcatch-undefined-behavior: catch a VLA bound which evalutes to a non-positiv...Richard Smith2012-10-101-0/+11
* Fix test broken by r165572.Richard Smith2012-10-101-4/+2
* -fcatch-undefined-behavior: emit calls to the runtime library whenever one of...Richard Smith2012-10-091-10/+90
* If we flow off the end of a value-returning function:Richard Smith2012-10-041-0/+8
* -fcatch-undefined-behavior: add the -ftrapv checks to the set of things caughtRichard Smith2012-08-251-0/+25
* New -fcatch-undefined-behavior features:Richard Smith2012-08-241-3/+7
* hopefully unbreak some buildbotsNuno Lopes2012-05-081-2/+2
* make this test a little more useful. I'll add more tests for bound checking o...Nuno Lopes2012-05-071-1/+11
* Fix run line so this test actually tests something.Benjamin Kramer2010-04-111-1/+1
* fix PR6805: llvm.objectsize changed to take an i1 instead of an i32.Chris Lattner2010-04-101-0/+7
OpenPOWER on IntegriCloud