This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 997a485 [asan] Separate calculation of ShadowBytes from calculating A [...]
new b8ae70f Use store operation to poison allocas for lifetime analysis.
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:
.../Instrumentation/AddressSanitizer.cpp | 165 ++++++----
.../stack-poisoning-experimental-be.ll | 324 ++++++++++++++++++++
.../stack-poisoning-experimental.ll | 335 ++++++++++++++++++---
3 files changed, 730 insertions(+), 94 deletions(-)
create mode 100644 test/Instrumentation/AddressSanitizer/stack-poisoning-experimen [...]
--
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 1743780 selftest.h: mark failure functions with ATTRIBUTE_NORETURN.
new f293b7f PR c/77292 * c-common.c (warn_logical_not_parentheses): Don [...]
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/c-family/ChangeLog | 6 +++++
gcc/c-family/c-common.c | 6 +++--
gcc/testsuite/ChangeLog | 5 +++++
.../c-c++-common/Wlogical-not-parentheses-1.c | 26 ++++++++++++++++++++++
4 files changed, 41 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wlogical-not-parentheses-1.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 compiler-rt.
from bcfcbdc [asan] Remove runtime flag detect_stack_use_after_scope
new d1a9fe4 [scudo] use 32 bits of ASLR entropy instead of just 24 when s [...]
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/sanitizer_common/sanitizer_allocator_primary64.h | 2 +-
1 file changed, 1 insertion(+), 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 f94d4a7 [SimplifyCFG] Hoisting invalidates metadata
new 997a485 [asan] Separate calculation of ShadowBytes from calculating A [...]
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:
.../llvm/Transforms/Utils/ASanStackFrameLayout.h | 24 +++++--
.../Instrumentation/AddressSanitizer.cpp | 10 +--
lib/Transforms/Utils/ASanStackFrameLayout.cpp | 80 ++++++++++++++--------
.../Transforms/Utils/ASanStackFrameLayoutTest.cpp | 80 +++++++++++-----------
4 files changed, 115 insertions(+), 79 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 aca2a31 make_location: ensure end-points are pure locations
new 1743780 selftest.h: mark failure functions with ATTRIBUTE_NORETURN.
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 | 5 +++++
gcc/selftest.h | 5 +++--
2 files changed, 8 insertions(+), 2 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.
adhemerval.zanella pushed a change to branch linaro_binutils-2_27-branch
in repository toolchain/binutils-gdb.
at eb65c97 Fix the generation of alignment frags in code sections for AArch64.
This branch includes the following new commits:
new eb65c97 Fix the generation of alignment frags in code sections for AArch64.
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.
--
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 e8beddd Make vec_fabs.ll pass with MSVC 2013
new f94d4a7 [SimplifyCFG] Hoisting invalidates metadata
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/Transforms/Utils/SimplifyCFG.cpp | 10 ++++++++--
test/Transforms/SimplifyCFG/PR29163.ll | 31 +++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/SimplifyCFG/PR29163.ll
--
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 7dc1023 Revert "Start reifying error descriptions. Second try: Try to [...]
new bcfcbdc [asan] Remove runtime flag detect_stack_use_after_scope
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/asan/asan_flags.inc | 2 --
lib/asan/asan_interface_internal.h | 4 ----
lib/asan/asan_poisoning.cc | 2 --
lib/asan/asan_rtl.cc | 4 ----
lib/asan/asan_win.cc | 6 ------
lib/asan/asan_win_dll_thunk.cc | 4 ----
lib/asan/asan_win_dynamic_runtime_thunk.cc | 18 ------------------
test/asan/TestCases/use-after-scope-types.cc | 24 +++++++++++-------------
test/asan/TestCases/use-after-scope.cc | 4 +---
9 files changed, 12 insertions(+), 56 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 a4a311c PR c++/77379 - ABI tag on thunk
new aca2a31 make_location: ensure end-points are pure locations
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 | 9 ++++++++
gcc/input.c | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
gcc/input.h | 8 ++++++++
3 files changed, 81 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.