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 2adb5dbcc [profile] Fix the gcov tests after the patch in D49853 landed. new 920444af7 [compiler-rt][ubsan] Split Implicit Integer Truncation Saniti [...]
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 | 8 ++- lib/ubsan/ubsan_handlers.cc | 31 +++++++-- lib/ubsan/ubsan_handlers.h | 4 +- ...cpp => ImplicitSignedIntegerTruncationTest.cpp} | 0 ...p => ImplicitUnsignedIntegerTruncationTest.cpp} | 4 +- .../fuzzer/fuzzer-implicit-integer-truncation.test | 5 -- .../fuzzer-implicit-signed-integer-truncation.test | 5 ++ ...uzzer-implicit-unsigned-integer-truncation.test | 5 ++ .../integer-truncation-blacklist.c | 26 -------- .../signed-integer-truncation-blacklist.c | 58 ++++++++++++++++ ...y.cpp => signed-integer-truncation-summary.cpp} | 6 +- ...er-conversion.c => signed-integer-truncation.c} | 78 ++++++++++------------ .../unsigned-integer-truncation-blacklist.c | 58 ++++++++++++++++ ...cpp => unsigned-integer-truncation-summary.cpp} | 4 +- ...-conversion.c => unsigned-integer-truncation.c} | 64 ++++++------------ ...tion.c => implicit-signed-integer-truncation.c} | 6 +- ...on.c => implicit-unsigned-integer-truncation.c} | 2 +- 17 files changed, 228 insertions(+), 136 deletions(-) copy test/fuzzer/{ImplicitIntegerTruncationTest.cpp => ImplicitSignedIntegerTrunca [...] rename test/fuzzer/{ImplicitIntegerTruncationTest.cpp => ImplicitUnsignedIntegerTr [...] delete mode 100644 test/fuzzer/fuzzer-implicit-integer-truncation.test create mode 100644 test/fuzzer/fuzzer-implicit-signed-integer-truncation.test create mode 100644 test/fuzzer/fuzzer-implicit-unsigned-integer-truncation.test delete mode 100644 test/ubsan/TestCases/ImplicitConversion/integer-truncation-blacklist.c create mode 100644 test/ubsan/TestCases/ImplicitConversion/signed-integer-truncati [...] copy test/ubsan/TestCases/ImplicitConversion/{integer-truncation-summary.cpp => si [...] copy test/ubsan/TestCases/ImplicitConversion/{integer-conversion.c => signed-integ [...] create mode 100644 test/ubsan/TestCases/ImplicitConversion/unsigned-integer-trunca [...] rename test/ubsan/TestCases/ImplicitConversion/{integer-truncation-summary.cpp => [...] copy test/ubsan/TestCases/ImplicitConversion/{integer-conversion.c => unsigned-int [...] copy test/ubsan_minimal/TestCases/{implicit-integer-truncation.c => implicit-signe [...] rename test/ubsan_minimal/TestCases/{implicit-integer-truncation.c => implicit-uns [...]