This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 5e2a3ae204 [clang][ubsan] Implicit Conversion Sanitizer - integer trunc [...]
new 19e630a473 Make test/Driver/baremetal.cpp work with linkers other than lld
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:
test/Driver/baremetal.cpp | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 38025c8580 Delete some unreachable AST printing code.
new 55d0abdd35 [analyzer] Store ValueDecl in DeclRegion
new 5e2a3ae204 [clang][ubsan] Implicit Conversion Sanitizer - integer trunc [...]
The 2 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:
docs/ReleaseNotes.rst | 32 +-
docs/UndefinedBehaviorSanitizer.rst | 34 +-
include/clang/Basic/Sanitizers.def | 9 +-
include/clang/Basic/Sanitizers.h | 3 +-
.../StaticAnalyzer/Core/PathSensitive/MemRegion.h | 6 +-
lib/CodeGen/CGExprScalar.cpp | 105 +++++-
lib/CodeGen/CodeGenFunction.h | 1 +
lib/Driver/SanitizerArgs.cpp | 10 +-
lib/Driver/ToolChain.cpp | 4 +-
test/CodeGen/catch-implicit-integer-truncations.c | 395 +++++++++++++++++++++
.../catch-implicit-integer-truncations.cpp | 256 +++++++++++++
test/Driver/fsanitize.c | 17 +-
12 files changed, 832 insertions(+), 40 deletions(-)
create mode 100644 test/CodeGen/catch-implicit-integer-truncations.c
create mode 100644 test/CodeGenCXX/catch-implicit-integer-truncations.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 629cfaf1b0 x86: don't mistakenly scale non-8-bit displacements
new c8f2dc0dc9 gdb: Fix sizeof for dynamic types other than arrays
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:
gdb/ChangeLog | 5 +++++
gdb/eval.c | 4 +++-
2 files changed, 8 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 54b04a891a5 [MachineOutliner][AArch64] Add support for saving LR to a register
new 7e678dc65bb [InstSimplify] [NFC] Tests for Select with AND/OR fold
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:
test/Transforms/InstSimplify/select-and-cmp.ll | 183 ++++++++++++++++++++++++-
test/Transforms/InstSimplify/select-or-cmp.ll | 182 +++++++++++++++++++++++-
2 files changed, 361 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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 8a9847b18 [XRay][compiler-rt] FDR Mode: Use mmap instead of internal allocator
new 1c06b1148 [cmake] [ARM] Exclude any VFP builtins if VFP is not supported
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/builtins/CMakeLists.txt | 9 +++++++++
1 file changed, 9 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository openmp.
from d961fcb [OpenMP] Add GOMP version symbols for OMP_4.5 API
new 89df44b [CMake] Disable -Wstringop-overflow
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:
runtime/cmake/LibompHandleFlags.cmake | 1 +
runtime/cmake/config-ix.cmake | 1 +
2 files changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 82b074f758 [ARM, AArch64]: Use unadjusted alignment when passing compos [...]
new 38025c8580 Delete some unreachable AST printing code.
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/AST/TypePrinter.cpp | 30 ------------------------------
1 file changed, 30 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a8793a27ca6 PR libstdc++/86734 make reverse_iterator::operator-> more robust
new 193d78c830f arm: Generate correct const_ints (PR86640)
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:
gcc/ChangeLog | 6 ++++++
gcc/config/arm/arm.c | 5 +----
2 files changed, 7 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository openmp.
from 4aa544b [OpenMP] Implement GOMP doacross compatibility
new d961fcb [OpenMP] Add GOMP version symbols for OMP_4.5 API
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:
runtime/src/exports_so.txt | 2 ++
runtime/src/kmp_ftn_entry.h | 23 ++++++++++++++++-------
2 files changed, 18 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.