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 806f4749b [hwasan,asan] Intercept vfork.
new 0733cd371 [asan] Fix vfork handling.
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_rtl.cc | 6 ++----
test/asan/TestCases/Linux/vfork.cc | 4 ++--
2 files changed, 4 insertions(+), 6 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 llvm.
from a653fee83b1 [MemorySSA & LoopPassManager] Update MemorySSA in formDedic [...]
new a6ed7180331 [hwasan,asan] Intercept vfork.
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:
utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn | 1 +
1 file changed, 1 insertion(+)
--
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 2871f6380 Revert "[sanitizers] Restore internal_readlink for x32"
new 806f4749b [hwasan,asan] Intercept vfork.
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:
include/sanitizer/hwasan_interface.h | 8 ++++
lib/asan/CMakeLists.txt | 1 +
lib/asan/asan_interceptors.cc | 4 ++
lib/asan/asan_interceptors_vfork.S | 7 ++++
lib/asan/asan_interface.inc | 2 +
lib/asan/asan_interface_internal.h | 3 ++
lib/asan/asan_rtl.cc | 15 ++++++++
lib/asan/asan_thread.h | 3 ++
lib/hwasan/CMakeLists.txt | 1 +
lib/hwasan/hwasan.cc | 24 ++++++++++++
lib/hwasan/hwasan_interceptors.cc | 5 +++
lib/hwasan/hwasan_interceptors_vfork.S | 7 ++++
lib/hwasan/hwasan_interface_internal.h | 6 +++
lib/hwasan/hwasan_thread.h | 3 ++
lib/sanitizer_common/CMakeLists.txt | 1 +
...nitizer_common_interceptors_vfork_aarch64.inc.S | 43 ++++++++++++++++++++++
test/asan/TestCases/Linux/vfork.cc | 31 ++++++++++++++++
test/hwasan/TestCases/Linux/vfork.c | 32 ++++++++++++++++
18 files changed, 196 insertions(+)
create mode 100644 lib/asan/asan_interceptors_vfork.S
create mode 100644 lib/hwasan/hwasan_interceptors_vfork.S
create mode 100644 lib/sanitizer_common/sanitizer_common_interceptors_vfork_aarch64.inc.S
create mode 100644 test/asan/TestCases/Linux/vfork.cc
create mode 100644 test/hwasan/TestCases/Linux/vfork.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 clang.
from ae84a25bd6 [Driver] Fix float ABI default for Android ARMv8.
new 0474a37aeb AMDGPU: Don't emit debugger subtarget features
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/Driver/ToolChains/AMDGPU.cpp | 11 ++---------
test/Driver/amdgpu-features.c | 2 +-
2 files changed, 3 insertions(+), 10 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 d373b606b7f PR libstdc++/89416 fix __is_move_insertable trait
new 02d7a1324f6 PR c++/89285 * builtins.c (fold_builtin_arith_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:
gcc/ChangeLog | 7 +
gcc/builtins.c | 40 ++--
gcc/cp/ChangeLog | 29 +++
gcc/cp/constexpr.c | 216 +++++++++++++++++----
gcc/cp/lambda.c | 3 +-
gcc/testsuite/ChangeLog | 13 ++
.../g++.dg/cpp0x/constexpr-arith-overflow.C | 6 +
.../g++.dg/cpp0x/constexpr-arith-overflow2.C | 31 +++
gcc/testsuite/g++.dg/cpp1y/constexpr-70265-2.C | 4 +-
gcc/testsuite/g++.dg/cpp1y/constexpr-84192.C | 2 +-
gcc/testsuite/g++.dg/cpp1y/constexpr-89285.C | 20 ++
gcc/testsuite/g++.dg/ubsan/vptr-4.C | 13 +-
12 files changed, 321 insertions(+), 63 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-arith-overflow2.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-89285.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 44b8df43fd 0: last-good: llvm-linux: 19214
new 0e96267cc8 0: last-good: llvm-linux: 19234
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (44b8df43fd)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
1-reset_artifacts/console.log | 16 +-
2-build_llvm/console.log | 9003 ++++++++++++++++++-------------------
3-count_linux_objs/console.log | 457 +-
4-check_regression/console.log | 14 +-
5-update_baseline/console.log | 14 +-
console.log | 9512 ++++++++++++++++++++--------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
8 files changed, 9479 insertions(+), 9551 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 llvm.
from cff23398f9b AMDGPU/NFC: Cleanup subtarget predicates
new a653fee83b1 [MemorySSA & LoopPassManager] Update MemorySSA in formDedic [...]
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:
include/llvm/Transforms/Utils/LoopUtils.h | 2 +-
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp | 18 +++--
lib/Transforms/Utils/LoopSimplify.cpp | 4 +-
lib/Transforms/Utils/LoopUnrollRuntime.cpp | 4 +-
lib/Transforms/Utils/LoopUtils.cpp | 4 +-
test/Analysis/MemorySSA/pr40037.ll | 108 +++++++++++++++++++++++++++
6 files changed, 129 insertions(+), 11 deletions(-)
create mode 100644 test/Analysis/MemorySSA/pr40037.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 clang.
from 19aa7637bc [Fixed Point Arithmetic] Fixed Point Comparisons
new ae84a25bd6 [Driver] Fix float ABI default for Android ARMv8.
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/Driver/ToolChains/Arch/ARM.cpp | 2 +-
test/Driver/arm-float-abi.c | 10 ++++++++++
2 files changed, 11 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.