This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from 1c06b1148 [cmake] [ARM] Exclude any VFP builtins if VFP is not supported new 5f775cc5e [compiler-rt][ubsan] Implicit Conversion Sanitizer - integer [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/ubsan/ubsan_checks.inc | 2 + lib/ubsan/ubsan_diag.h | 2 +- lib/ubsan/ubsan_handlers.cc | 43 +++++++++++++++ lib/ubsan/ubsan_handlers.h | 17 ++++++ lib/ubsan/ubsan_interface.inc | 2 + lib/ubsan_minimal/ubsan_minimal_handlers.cc | 1 + ...wTest.cpp => ImplicitIntegerTruncationTest.cpp} | 5 +- .../fuzzer/fuzzer-implicit-integer-truncation.test | 5 ++ .../ImplicitCast/integer-truncation-blacklist.c | 15 ++++++ .../ImplicitCast/integer-truncation-summary.cpp | 13 +++++ .../TestCases/ImplicitCast/integer-truncation.c | 63 ++++++++++++++++++++++ .../TestCases/implicit-integer-truncation.c | 24 +++++++++ 12 files changed, 188 insertions(+), 4 deletions(-) copy test/fuzzer/{SignedIntOverflowTest.cpp => ImplicitIntegerTruncationTest.cpp} (86%) create mode 100644 test/fuzzer/fuzzer-implicit-integer-truncation.test create mode 100644 test/ubsan/TestCases/ImplicitCast/integer-truncation-blacklist.c create mode 100644 test/ubsan/TestCases/ImplicitCast/integer-truncation-summary.cpp create mode 100644 test/ubsan/TestCases/ImplicitCast/integer-truncation.c create mode 100644 test/ubsan_minimal/TestCases/implicit-integer-truncation.c