index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
catch-undef-behavior.c
Age
Commit message (
Expand
)
Author
2013-03-27
UBSan: Don't diagnose inf/nan conversions between floating-point types. It's ...
Richard Smith
2013-03-22
ubsan: Pass floating-point arguments to the runtime by value if they fit the
Richard Smith
2013-03-19
PR15383: 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-22
Update 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 trapping
Chad Rosier
2013-01-09
[ubsan] Make static check data non-const so it can be used for deduplication.
Will Dietz
2013-01-07
Scalar shifts in the OpenCL specification (as of v. 1.2) are defined to be
David 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-13
ubsan: Add -fsanitize=bool and -fsanitize=enum, which check for loads of
Richard Smith
2012-12-02
[ubsan] Add flag to enable recovery from checks when possible.
Will Dietz
2012-11-27
Add -fsanitize=integer for reporting suspicious integer behaviors.
Will Dietz
2012-11-06
Classify the INT_MIN/-1 check as -fsanitize=signed-integer-overflow, not as -...
Richard Smith
2012-11-05
Use the individual -fsanitize=<...> arguments to control which of the UBSan
Richard 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 or
Richard Smith
2012-10-10
-fcatch-undefined-behavior: catch a VLA bound which evalutes to a non-positiv...
Richard Smith
2012-10-10
Fix 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-04
If 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 caught
Richard Smith
2012-08-24
New -fcatch-undefined-behavior features:
Richard Smith
2012-05-08
hopefully unbreak some buildbots
Nuno Lopes
2012-05-07
make this test a little more useful. I'll add more tests for bound checking o...
Nuno Lopes
2010-04-11
Fix run line so this test actually tests something.
Benjamin Kramer
2010-04-10
fix PR6805: llvm.objectsize changed to take an i1 instead of an i32.
Chris Lattner