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 c1edcb29 0: update: llvm-linux: boot
new 350987a2 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 (c1edcb29)
\
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 | 193 +-
02-build_llvm/console.log | 12153 +++++++++++++++++-----------------
03-build_linux/console.log | 684 +-
04-boot_linux/console.log | 480 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 8 +-
console.log | 13526 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13544 insertions(+), 13516 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 0cd0037f5cd [SimplifyLibCalls] handle pow(x,-0.0) before it can assert [...]
new 68fb7122453 [InstCombine] pow(x, +/- 0.0) -> 1.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:
test/Transforms/InstCombine/pow-0.ll | 60 ++++++++++++++++++++++++++++++++++++
1 file changed, 60 insertions(+)
create mode 100644 test/Transforms/InstCombine/pow-0.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 7e836a876a [NFC] Added new tests for r371222
new 2701ffe17b [NFCI] Unbreak buildbots
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/clang/Basic/DiagnosticSemaKinds.td | 4 ----
lib/Sema/SemaExpr.cpp | 32 ++++++++++--------------------
test/Sema/div-sizeof-array.cpp | 26 ------------------------
3 files changed, 10 insertions(+), 52 deletions(-)
delete mode 100644 test/Sema/div-sizeof-array.cpp
--
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 lld.
from 3acccfe5d Reland D66717 [ELF] Do not ICF two sections with different ou [...]
new ae9bed29a [ELF] Replace error() with errorOrWarn() for the ASSERT command
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:
ELF/ScriptParser.cpp | 2 +-
test/ELF/linkerscript/assert.s | 4 ++--
2 files changed, 3 insertions(+), 3 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 release/2.26/master
in repository glibc.
from 54194d8b4d posix: Fix large mmap64 offset for mips64n32 (BZ#24699)
new 1896de3d92 [AArch64] Optimized memcmp.
new 600e4e866c aarch64: Use the L() macro for labels in memcmp
new ec4512194f aarch64: Optimized memcmp for medium to large sizes
new 8569357e11 aarch64: Fix branch target to loop16
new 4e75091d6c aarch64: Improve strcmp unaligned performance
new 01de24dbca aarch64/strcmp: fix misaligned loop jump target
new af9381b734 aarch64: Improve strncmp for mutually misaligned inputs
new 00fd3acde1 aarch64/strncmp: Unbreak builds with old binutils
new e3c35100d3 aarch64/strncmp: Use lsr instead of mov+lsr
The 9 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:
ChangeLog | 43 ++++++++++
sysdeps/aarch64/memcmp.S | 214 +++++++++++++++++++++++-----------------------
sysdeps/aarch64/strcmp.S | 31 ++++++-
sysdeps/aarch64/strncmp.S | 95 ++++++++++++++++----
4 files changed, 259 insertions(+), 124 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 f8efa958c2 [NFC][CodeGen][UBSan] EmitCheckedInBoundsGEP(): pass a vecto [...]
new 365b1264c7 [Diagnostics] Refactor code for -Wsizeof-pointer-div, catch [...]
new 7e836a876a [NFC] Added new tests for r371222
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:
include/clang/Basic/DiagnosticSemaKinds.td | 6 ++++-
lib/Sema/SemaChecking.cpp | 2 +-
lib/Sema/SemaExpr.cpp | 35 ++++++++++++++++++++----------
test/Sema/div-sizeof-array.cpp | 26 ++++++++++++++++++++++
test/Sema/div-sizeof-ptr.cpp | 18 ++++++++-------
5 files changed, 66 insertions(+), 21 deletions(-)
create mode 100644 test/Sema/div-sizeof-array.cpp
--
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-7-branch
in repository gcc.
from 6fae923a069 [Darwin, testsuite] Fix PR67958.
new 478db436b18 [Darwin, testsuite] Fix PR27221.
new e5c014758a7 [Ada] Push -shared-libgcc where needed.
new 0ba1a8e2af7 [Ada, Darwin, PPC] PPC Darwin has stack check probes.
The 3 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/ada/ChangeLog | 18 ++++++++++++++++++
gcc/ada/gnatlink.adb | 30 +++++++++++++++++++++++++++++-
gcc/ada/system-darwin-ppc.ads | 2 +-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/ext/alignof2.C | 2 +-
5 files changed, 57 insertions(+), 3 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-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 0c99348d 0: update: linux-c3915fe1bf1235dbf3b0bced734c960202915bd5: all
new 387ea1cf 0: update: binutils-f5c3a9e3055224d8ed8140d48c96465294839e95: 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 (0c99348d)
\
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 | 184 +-
02-prepare_abe/console.log | 252 +-
03-build_abe-binutils/console.log | 11180 +++++++------
04-build_abe-stage1/console.log | 18979 +++++++++++----------
05-build_linux/console.log | 921 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 31718 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
10 files changed, 31778 insertions(+), 31482 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.