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-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 9a3eb8361 0: update: llvm-linux: 18110
new 6f6c0579d 0: update: llvm-linux: 18110
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 (9a3eb8361)
\
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 | 162 +-
02-build_llvm/console.log | 11988 ++++++++++++++--------------
03-build_linux/console.log | 4556 +++++------
console.log | 16706 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
5 files changed, 16710 insertions(+), 16710 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-tools-extra.
from a86d240e [clangd] Show better message when we rename macros.
new 83a6ad28 [clangd] Make PreambleStatusCache handle filenames more carefully
new 8fdd122a [clangd] Fix unused var from r364735
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:
clangd/FS.cpp | 19 +++++++++++++++----
clangd/XRefs.cpp | 9 ++++-----
clangd/unittests/FSTests.cpp | 12 ++++++++++--
3 files changed, 29 insertions(+), 11 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 binutils-gdb.
from 900e33b9cf Fix spelling error in assembler documentation.
new c550e7ba93 libctf: disambiguate hex output in dumps
new 3e10cffc98 libctf: fix hash removal
new 9658dc3963 libctf: add hash traversal helpers
new f5e9c9bde0 libctf: deduplicate and sort the string table
new f57cf0e3e3 libctf: fix spurious error when rolling back to the first snapshot
new 539300fb92 Correct the calculation of offsets for ARM exidx relocs when [...]
The 6 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/elf32-arm.c | 2 +-
ld/ChangeLog | 6 +
ld/testsuite/ld-arm/unwind-4.d | 2 +
libctf/ChangeLog | 76 ++++++++++
libctf/Makefile.am | 2 +-
libctf/Makefile.in | 12 +-
libctf/ctf-create.c | 185 ++++++++++-------------
libctf/ctf-dump.c | 6 +-
libctf/ctf-hash.c | 52 ++++++-
libctf/ctf-impl.h | 49 +++++-
libctf/ctf-open.c | 2 +
libctf/ctf-string.c | 330 +++++++++++++++++++++++++++++++++++++++++
libctf/ctf-util.c | 35 ++---
14 files changed, 621 insertions(+), 144 deletions(-)
create mode 100644 libctf/ctf-string.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/gnu-master-aarch64-lts-defconfig
in repository toolchain/ci/gcc.
from 77e49d6c05a Daily bump.
adds 1d79fa1803d [PATCH, Ada] Push -shared-libgcc where needed.
adds b967edfe7e2 * config/i386/i386.md (mmx_isa): Rename x64, x64_noavx and [...]
adds f45da3c5d95 * config/i386/sse.md (ssse3_abs<mode>2): Rename from abs<m [...]
adds 6b18cddd747 Daily bump.
adds 5b355ddd812 gcc/
adds 87ee9f7a511 2019-07-01 Richard Biener <rguenther(a)suse.de>
new ee5b48dc12d 2019-07-01 Richard Biener <rguenther(a)suse.de>
new 4606134eb0d 2019-07-01 Dominique d'Humieres <dominiq(a)gcc.gnu.org>
new 01ae1ec0045 gdbhooks.py: rename parameters to match usage
new 513fad55c57 Fix 2 clang warnings.
new 3d2484d6eea Use alternative_mask for add_insn_allocno_copies
new 8c24981087b Simplify ira_setup_alts
new 460bce5dc61 Make ira_get_dup_out_num handle more cases
new 341b1932c53 Allow earlyclobbers in ira_get_dup_out_num
new f278a92ec6a Use ira_setup_alts for conflict detection
new e967dff897f PR lto/91028 PR lto/90720 * g++.dg/lto/alias-1_0.C: Add [...]
The 10 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 | 107 +++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 8 ++
gcc/ada/gnatlink.adb | 30 ++++-
gcc/config/i386/i386-builtin.def | 6 +-
gcc/config/i386/i386.md | 10 +-
gcc/config/i386/mmx.md | 123 +++++++++++--------
gcc/config/i386/sse.md | 35 ++++--
gcc/doc/sourcebuild.texi | 3 +
gcc/edit-context.c | 4 +-
gcc/gdbhooks.py | 8 +-
gcc/ggc-page.c | 6 +-
gcc/ira-conflicts.c | 4 +-
gcc/ira-int.h | 4 +-
gcc/ira-lives.c | 9 +-
gcc/ira.c | 130 ++++++++++-----------
gcc/passes.def | 7 +-
gcc/testsuite/ChangeLog | 24 ++++
gcc/testsuite/g++.dg/cpp0x/gen-attrs-67.C | 2 +-
gcc/testsuite/g++.dg/lto/alias-1_0.C | 4 +-
gcc/testsuite/g++.dg/lto/alias-2_0.C | 4 +-
gcc/testsuite/gcc.dg/tree-ssa/pr77445-2.c | 8 +-
.../i386/avx512vp2intersect-2intersect-1b.c | 1 +
.../i386/avx512vp2intersect-2intersectvl-1b.c | 1 +
gcc/testsuite/lib/target-supports.exp | 14 +++
gcc/tree-ssa-sccvn.c | 68 +++++------
26 files changed, 423 insertions(+), 199 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-aarch64-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 146c519d6 0: update: binutils-gcc-linux: boot
new c1ed2a6d3 0: update: binutils-gcc-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 (146c519d6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 60 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 10548 +++++++-------
04-build_abe-stage1/console.log | 15615 ++++++++++----------
05-build_linux/console.log | 648 +-
06-boot_linux/console.log | 328 +-
console.log | 27662 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 27675 insertions(+), 27636 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-master-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 236c1679f 0: update: llvm-linux: all
new 26b9d265f 0: update: llvm-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 (236c1679f)
\
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 | 220 +-
02-build_llvm/console.log | 11912 +++++++++++++++++------------------
03-build_linux/console.log | 790 +--
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 8 +-
console.log | 12930 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 12938 insertions(+), 12938 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 1c1bc8778e6 [InstCombine] Omit 'urem' where possible
new 0eb09fcac93 [NFC][InstCombine] Tests for x - ~(y) -> x + y + 1 fold ( [...]
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:
.../InstCombine/fold-sub-of-not-to-inc-of-add.ll | 94 ++++++++++++++++++++++
1 file changed, 94 insertions(+)
create mode 100644 test/Transforms/InstCombine/fold-sub-of-not-to-inc-of-add.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 llvm.
from 9ea08046da6 [DebugInfo] Avoid adding too much indirection to pointer-va [...]
new 624893e969e [NFC][InstCombine] Copy test for omit urem when possible fr [...]
new 1c1bc8778e6 [InstCombine] Omit 'urem' where possible
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:
lib/Transforms/InstCombine/InstCombineCompares.cpp | 24 ++-
...ower-of-two-or-zero-when-comparing-with-zero.ll | 166 +++++++++++++++++++++
2 files changed, 186 insertions(+), 4 deletions(-)
create mode 100644 test/Transforms/InstCombine/omit-urem-of-power-of-two-or-zero-w [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.