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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 677d550 0: update: binutils-gcc-linux: all
new 91092ce 0: update: binutils-gcc-linux: all
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 (677d550)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 166 +-
02-prepare_abe/console.log | 408 +-
03-build_abe-binutils/console.log | 11435 ++++++-------
04-build_abe-stage1/console.log | 19937 +++++++++++-----------
05-build_linux/console.log | 741 +-
06-boot_linux/console.log | 2 +-
08-update_baseline/console.log | 8 +-
console.log | 32714 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
9 files changed, 32744 insertions(+), 32679 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/llvm-release-aarch64-lts-allnoconfig
in repository toolchain/ci/llvm-project.
from 201b879fd7f Merging release note update in r368874
adds 450f5f3986c Correcting clang-cpp release not to spcify supported targets.
No new revisions were added by this update.
Summary of changes:
clang/docs/ReleaseNotes.rst | 14 +++++++-------
1 file changed, 7 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards ade34d3 0: update: llvm-linux: boot
new 24dee5f 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 (ade34d3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 220 +-
02-build_llvm/console.log | 11974 +++++++++++++++++------------------
03-build_linux/console.log | 808 +--
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 8 +-
console.log | 13014 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 13018 insertions(+), 13018 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 0015b14b6e7 MVT: Add v3i16/v3f16 vectors
new db792383559 Revert [Bugpoint redesign] Added Pass to Remove Global Variables
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/Reduce/Inputs/remove-global-vars.py | 10 ----
test/Reduce/remove-funcs.ll | 2 +-
test/Reduce/remove-global-vars.ll | 30 -----------
tools/llvm-reduce/CMakeLists.txt | 1 -
tools/llvm-reduce/DeltaManager.h | 5 --
tools/llvm-reduce/deltas/ReduceGlobalVars.cpp | 71 ---------------------------
tools/llvm-reduce/deltas/ReduceGlobalVars.h | 20 --------
7 files changed, 1 insertion(+), 138 deletions(-)
delete mode 100755 test/Reduce/Inputs/remove-global-vars.py
delete mode 100644 test/Reduce/remove-global-vars.ll
delete mode 100644 tools/llvm-reduce/deltas/ReduceGlobalVars.cpp
delete mode 100644 tools/llvm-reduce/deltas/ReduceGlobalVars.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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from db502012fc TUI window resize should not need invisibility
new 080a488354 RISC-V: Fix lui relaxation issue with code at address 0.
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:
bfd/ChangeLog | 6 ++++++
bfd/elfnn-riscv.c | 16 ++++++++++++++--
ld/ChangeLog | 7 +++++++
ld/testsuite/ld-riscv-elf/c-lui-2.d | 19 +++++++++++++++++++
ld/testsuite/ld-riscv-elf/{weakref.ld => c-lui-2.ld} | 2 +-
ld/testsuite/ld-riscv-elf/c-lui-2.s | 12 ++++++++++++
ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp | 1 +
7 files changed, 60 insertions(+), 3 deletions(-)
create mode 100644 ld/testsuite/ld-riscv-elf/c-lui-2.d
copy ld/testsuite/ld-riscv-elf/{weakref.ld => c-lui-2.ld} (65%)
create mode 100644 ld/testsuite/ld-riscv-elf/c-lui-2.s
--
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-release-arm-next-defconfig
in repository toolchain/ci/llvm-project.
from 201b879fd7f Merging release note update in r368874
adds 450f5f3986c Correcting clang-cpp release not to spcify supported targets.
No new revisions were added by this update.
Summary of changes:
clang/docs/ReleaseNotes.rst | 14 +++++++-------
1 file changed, 7 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 311ae37 0: update: llvm-linux: boot
new eb329f0 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 (311ae37)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 48 +-
02-build_llvm/console.log | 12062 +++++++++++++++++------------------
03-build_linux/console.log | 690 +-
04-boot_linux/console.log | 410 +-
06-update_baseline/console.log | 25 -
console.log | 13210 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
7 files changed, 13212 insertions(+), 13241 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 9fae5e10c1b [NFC] Add a couple of dump routines for RegisterPressure he [...]
new 0015b14b6e7 MVT: Add v3i16/v3f16 vectors
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/CodeGen/ValueTypes.td | 214 +++++++++++++++---------------
include/llvm/Support/MachineValueType.h | 218 ++++++++++++++++---------------
lib/CodeGen/TargetLoweringBase.cpp | 3 +-
lib/CodeGen/ValueTypes.cpp | 4 +
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 5 +
lib/Target/AMDGPU/SIISelLowering.cpp | 2 +
test/CodeGen/X86/promote-vec3.ll | 116 +++++-----------
test/CodeGen/X86/vec_cast.ll | 46 ++-----
test/CodeGen/X86/widen_load-2.ll | 20 ++-
test/TableGen/intrinsic-varargs.td | 2 +-
utils/TableGen/CodeGenTarget.cpp | 2 +
utils/TableGen/IntrinsicEmitter.cpp | 4 +-
12 files changed, 296 insertions(+), 340 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 0b9143b20fc [ValueTracking] Look through ptrmask intrinsics during getU [...]
new 9fae5e10c1b [NFC] Add a couple of dump routines for RegisterPressure he [...]
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/CodeGen/RegisterPressure.h | 3 +++
lib/CodeGen/RegisterPressure.cpp | 16 ++++++++++++++++
2 files changed, 19 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 gcc-9-branch
in repository gcc.
from 900edf070bc PR c++/87519 - bogus warning with -Wsign-conversion. * ty [...]
new 81380ecb806 PR c++/90473 - wrong code with nullptr in default argument [...]
new 87fa6c226d6 PR c++/90884 - stray note with -Wctor-dtor-privacy. * cla [...]
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:
gcc/cp/ChangeLog | 13 +++++++++++++
gcc/cp/call.c | 5 ++---
gcc/cp/class.c | 8 ++++----
gcc/cp/decl.c | 4 +++-
gcc/testsuite/g++.dg/cpp0x/nullptr42.C | 18 ++++++++++++++++++
gcc/testsuite/g++.dg/warn/ctor-dtor-privacy-4.C | 5 +++++
gcc/testsuite/g++.dg/warn/ctor-dtor-privacy-4.h | 7 +++++++
7 files changed, 52 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/nullptr42.C
create mode 100644 gcc/testsuite/g++.dg/warn/ctor-dtor-privacy-4.C
create mode 100644 gcc/testsuite/g++.dg/warn/ctor-dtor-privacy-4.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.