This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from d737c8f1a4 [WebAssembly] Cleanup toolchain test files. NFC.
new 94d43dcd1a [X86] Attempt to make the Intel core CPU inheritance a littl [...]
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/Basic/Targets/X86.cpp | 51 +++++++++++++++++++++++++----------------------
1 file changed, 27 insertions(+), 24 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
from e9d2ec7c 1: reset: gcc-1a15313ca9be716c4116835bd0367ed05661a776: -9
new 5c5d6063 2: update: gcc-70a6624c2dc3cf1b83041554a7e70054cb92abf0: -9
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 | 26 +-
02-prepare_abe/console.log | 284 +-
03-build_abe-binutils/console.log | 10318 +++++++-------
04-build_abe-stage1/console.log | 16420 +++++++++++-----------
07-check_regression/console.log | 20 +-
08-update_baseline/console.log | 30 +-
console.log | 27127 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
9 files changed, 27190 insertions(+), 27045 deletions(-)
delete mode 100644 reset-baseline
--
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/gnu-master-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
from e2cc1975 1: reset: gcc-1a15313ca9be716c4116835bd0367ed05661a776: -9
new d0931650 2: update: gcc-bf4c25cb334f1449db611d833b817069646daf3f: -9
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 | 14 +-
02-prepare_abe/console.log | 404 +-
03-build_abe-binutils/console.log | 9966 ++++++++--------
04-build_abe-stage1/console.log | 12208 ++++++++++---------
07-check_regression/console.log | 20 +-
08-update_baseline/console.log | 30 +-
console.log | 22642 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
9 files changed, 22647 insertions(+), 22647 deletions(-)
delete mode 100644 reset-baseline
--
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 f36937ccdef [ExecutionEngine] Fix rL362941: Add UnaryOperator visitor t [...]
new c030038e736 [FastISel] Skip creating unnecessary vregs for arguments
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/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 5 +-
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 64 +++---
test/CodeGen/AArch64/swifterror.ll | 2 -
test/CodeGen/AArch64/swiftself.ll | 5 +-
test/CodeGen/AMDGPU/mubuf-legalize-operands.ll | 8 +-
test/CodeGen/ARM/cmpxchg-O0.ll | 10 +-
test/CodeGen/ARM/swifterror.ll | 1 -
test/CodeGen/Mips/atomic.ll | 278 ++++++++++-------------
test/CodeGen/Mips/atomic64.ll | 117 ++++------
test/CodeGen/Mips/atomicCmpSwapPW.ll | 16 +-
test/CodeGen/Mips/dsp-spill-reload.ll | 1 -
test/CodeGen/SystemZ/swift-return.ll | 6 +-
test/CodeGen/X86/atomic-unordered.ll | 2 +-
test/CodeGen/X86/swifterror.ll | 8 +-
test/CodeGen/X86/swiftself.ll | 5 +-
test/DebugInfo/X86/dbg-declare-arg.ll | 2 +-
16 files changed, 230 insertions(+), 300 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 6257d1882 Experimantal dfsan mode "fast16labels=1"
new 7b8505068 [scudo][standalone] Introduce the thread specific data structures
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/scudo/standalone/CMakeLists.txt | 3 +
lib/scudo/standalone/internal_defs.h | 2 +-
lib/scudo/standalone/mutex.h | 1 -
lib/scudo/standalone/quarantine.h | 2 -
lib/scudo/standalone/tests/CMakeLists.txt | 1 +
lib/scudo/standalone/tests/primary_test.cc | 21 ++--
lib/scudo/standalone/tests/tsd_test.cc | 152 ++++++++++++++++++++++++++
lib/scudo/standalone/tsd.h | 61 +++++++++++
lib/scudo/standalone/tsd_exclusive.h | 114 ++++++++++++++++++++
lib/scudo/standalone/tsd_shared.h | 166 +++++++++++++++++++++++++++++
10 files changed, 512 insertions(+), 11 deletions(-)
create mode 100644 lib/scudo/standalone/tests/tsd_test.cc
create mode 100644 lib/scudo/standalone/tsd.h
create mode 100644 lib/scudo/standalone/tsd_exclusive.h
create mode 100644 lib/scudo/standalone/tsd_shared.h
--
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-defconfig
in repository toolchain/ci/base-artifacts.
discards 31df4dae 0: update: llvm-linux: boot
new 19c2970d 0: update: llvm-linux: boot
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 (31df4dae)
\
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:
01-reset_artifacts/console.log | 191 +-
02-build_llvm/console.log | 11869 ++++++++++++++++---------------
03-build_linux/console.log | 1658 ++---
04-boot_linux/console.log | 478 +-
05-check_regression/console.log | 14 +-
06-update_baseline/console.log | 25 +
console.log | 14235 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
8 files changed, 14273 insertions(+), 14207 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-next-allnoconfig
in repository toolchain/ci/gcc.
from 96161eee929 2019-06-09 Paul Thomas <pault(a)gcc.gnu.org>
adds 6da8cd22dff PR c++/60366 * g++.dg/cpp0x/lambda/lambda-ice32.C: New test.
adds a032a26894e PR c++/65175 * g++.dg/cpp0x/alias-decl-69.C: New test.
adds eabef64f6e1 Daily bump.
adds 8482ddd3ae2 Fix build with --enable-gather-detailed-mem-stats.
adds 2d19df75657 testsuite - Require alias support in a test using it.
adds 1a15313ca9b Implement N disk counters for single value and indirect cal [...]
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 30 +++++
gcc/DATESTAMP | 2 +-
gcc/gcov-io.h | 7 ++
gcc/hash-map.h | 6 +-
gcc/hash-table.h | 2 +-
gcc/ipa-profile.c | 12 +-
gcc/testsuite/ChangeLog | 12 ++
gcc/testsuite/g++.dg/cpp0x/alias-decl-69.C | 40 +++++++
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice32.C | 9 ++
gcc/testsuite/gcc.dg/attr-copy-6.c | 1 +
gcc/tree-profile.c | 6 +-
gcc/value-prof.c | 136 +++++++++++++----------
gcc/value-prof.h | 4 +
libgcc/ChangeLog | 24 ++++
libgcc/Makefile.in | 6 +-
libgcc/libgcov-merge.c | 83 +++++++++-----
libgcc/libgcov-profiler.c | 33 +++---
libgcc/libgcov.h | 29 ++++-
18 files changed, 322 insertions(+), 120 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-69.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice32.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.