summaryrefslogtreecommitdiff
path: root/test/CodeGen/catch-undef-behavior.c
AgeCommit message (Expand)Author
2017-10-03[ubsan] Save a ptrtoint when emitting alignment checksVedant Kumar
2017-04-26[ubsan] Skip alignment checks on allocas with known alignmentVedant Kumar
2017-03-21Let llvm.objectsize be conservative with null pointersGeorge Burgess IV
2017-02-17Retry^2: [ubsan] Reduce null checking of C++ object pointers (PR27581)Vedant Kumar
2017-02-17Revert "Retry: [ubsan] Reduce null checking of C++ object pointers (PR27581)"Vedant Kumar
2017-02-17Retry: [ubsan] Reduce null checking of C++ object pointers (PR27581)Vedant Kumar
2017-02-17Revert "[ubsan] Reduce null checking of C++ object pointers (PR27581)"Vedant Kumar
2017-02-17[ubsan] Reduce null checking of C++ object pointers (PR27581)Vedant Kumar
2017-01-06[ubsan] Minimize size of data for type_mismatch (Redo of D19667)Filipe Cabecinhas
2015-09-15Make clang/test/CodeGen/catch-undef-behavior.c* capable of -Asserts with "opt...NAKAMURA Takumi
2015-09-08Compute and preserve alignment more faithfully in IR-generation.John McCall
2015-08-11Propagate SourceLocations through to get a Loc on float_cast_overflowFilipe Cabecinhas
2015-06-18Introduce -fsanitize-trap= flag.Peter Collingbourne
2015-05-30ubsan: Check for null pointers given to certain builtins, suchNuno Lopes
2015-04-16[opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie
2015-03-09Suppress a couple of tests, clang/test/CodeGen/catch-undef-behavior.c and one...NAKAMURA Takumi
2015-03-09[UBSan] Split -fsanitize=shift into -fsanitize=shift-base and -fsanitize=shif...Alexey Samsonov
2015-03-05Revert "[UBSan] Split -fsanitize=shift into -fsanitize=shift-base and -fsanit...Alexey Samsonov
2015-03-03[UBSan] Split -fsanitize=shift into -fsanitize=shift-base and -fsanitize=shif...Alexey Samsonov
2015-01-12Reimplement -fsanitize-recover family of flags.Alexey Samsonov
2014-12-15IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith
2014-11-11Bundle conditions checked by UBSan with sanitizer kinds they implement.Alexey Samsonov
2014-11-11Simplify the test by using multiple --check-prefix argumentsAlexey Samsonov
2014-09-08Implement nonnull-attribute sanitizerAlexey Samsonov
2014-08-13[UBSan] Add returns-nonnull sanitizer.Alexey Samsonov
2014-07-17Check-labelize ubsan testsAlexey Samsonov
2014-07-17[UBSan] Add !nosanitize metadata to the code generated by UBSan.Alexey Samsonov
2013-10-07Fix objectsize tests after r192117Matt Arsenault
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