This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from cc63d3ba2fd [WebAssembly] Lower ASan constructor priority on Emscripten
new ea686596ffb hwasan: Instrument globals.
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/BinaryFormat/ELF.h | 5 +
.../Instrumentation/HWAddressSanitizer.cpp | 229 ++++++++++++++++++++-
test/Instrumentation/HWAddressSanitizer/globals.ll | 37 ++++
3 files changed, 261 insertions(+), 10 deletions(-)
create mode 100644 test/Instrumentation/HWAddressSanitizer/globals.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 d0f6f6ffc9 [WebAssembly] Lower ASan constructor priority on Emscripten
new 34e2ee80f4 hwasan: Instrument globals.
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/SanitizerArgs.cpp | 5 +++++
test/Driver/fsanitize.c | 2 ++
2 files changed, 7 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 compiler-rt.
from 47e8efc9d [Sanitizer] little typo
new 63597da68 hwasan: Instrument globals.
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/hwasan/hwasan.cpp | 123 ++++++++++++++++++++++++++++-----
lib/hwasan/hwasan.h | 1 -
lib/hwasan/hwasan_interface_internal.h | 9 +++
lib/hwasan/hwasan_report.cpp | 25 +++++++
test/hwasan/TestCases/global.c | 17 +++++
test/hwasan/lit.cfg.py | 7 +-
6 files changed, 161 insertions(+), 21 deletions(-)
create mode 100644 test/hwasan/TestCases/global.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 llvm.
from 97dccece328 gn build: Merge r368065.
new cc63d3ba2fd [WebAssembly] Lower ASan constructor priority on Emscripten
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 | 25 ++++++++++++++++------
1 file changed, 18 insertions(+), 7 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 d594273bc0 fix clang-scan-deps test to match filepaths on Windows
new d0f6f6ffc9 [WebAssembly] Lower ASan constructor priority on Emscripten
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/CodeGen/asan-constructor.c | 5 +++++
1 file changed, 5 insertions(+)
create mode 100644 test/CodeGen/asan-constructor.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 llvm.
from 2f0fa8be4db Revert [InstCombine] Shift amount reassociation: shl-trunc- [...]
new 360c172b79e [X86] Don't allow combineSIntToFP to create v2i32 vectors a [...]
new 018314991b5 IR: Disable verifier check for GlobalValues with private li [...]
new 6bbda5f6e45 gn build: Merge r368070.
new 75ffbb54a9d gn build: Merge r368086.
new 1ec9a57a037 gn build: Merge r368054.
new 036032722eb gn build: Merge r368052.
new 97dccece328 gn build: Merge r368065.
The 7 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/IR/Verifier.cpp | 15 ++++++++-----
lib/Target/X86/X86ISelLowering.cpp | 18 +++++++++++----
test/CodeGen/X86/pr42905.ll | 26 ++++++++++++++++++++++
test/Verifier/comdat2.ll | 4 +++-
.../clang-tools-extra/unittests/clang-doc/BUILD.gn | 1 +
.../clang/lib/Tooling/DependencyScanning/BUILD.gn | 2 ++
utils/gn/secondary/clang/unittests/AST/BUILD.gn | 1 +
utils/gn/secondary/compiler-rt/include/BUILD.gn | 2 +-
.../secondary/llvm/lib/CodeGen/GlobalISel/BUILD.gn | 1 +
.../llvm/unittests/CodeGen/GlobalISel/BUILD.gn | 1 +
10 files changed, 59 insertions(+), 12 deletions(-)
create mode 100644 test/CodeGen/X86/pr42905.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 3443f89fb1 [clang-scan-deps] Implementation of dependency scanner over [...]
new d594273bc0 fix clang-scan-deps test to match filepaths on Windows
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/ClangScanDeps/header_stat_before_open.m | 4 ++--
1 file changed, 2 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.
unknown user pushed a change to branch master
in repository compiler-rt.
from 325ce8e07 [Sanitizer] Linux explicitally migrate shadow mapping to Tran [...]
new 47e8efc9d [Sanitizer] little typo
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_posix_libcdep.cpp | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards a9f86713 1: update: llvm-linux: 16550
new ce4b4511 1: update: linux-fd1594eb706427cc0d88fdfc2c1dbecd5abe7a83: 16550
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 (a9f86713)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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:
01-reset_artifacts/console.log | 130 +-
02-build_llvm/console.log | 11930 ++++++++++++++--------------
03-build_linux/console.log | 4458 +++++------
06-update_baseline/console.log | 32 +-
console.log | 16550 +++++++++++++++++++--------------------
jenkins/manifest.sh | 7 +-
6 files changed, 16387 insertions(+), 16720 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.