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-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 980ae739 0: update: binutils-gcc-linux: all
new 80544ef3 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 (980ae739)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 184 +-
02-prepare_abe/console.log | 398 +-
03-build_abe-binutils/console.log | 11174 +++++++--------
04-build_abe-stage1/console.log | 13974 ++++++++++---------
05-build_linux/console.log | 534 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 26271 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 26264 insertions(+), 26301 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-release-arm-mainline-allmodconfig
in repository toolchain/ci/gcc.
from aba0dd32455 2019-09-02 Steven G. Kargl <kargl(a)gc.gnu.org>
adds 626d7d48e23 Daily bump.
adds d0aa310e2e2 PR tree-optimization/91597 * tree-vrp.c (extract_range_fr [...]
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 7 ++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.c-torture/execute/pr91597.c | 48 +++++++++++++++++++++++++++
gcc/tree-vrp.c | 4 +--
5 files changed, 62 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr91597.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-release-arm-mainline-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 6b68d2cff3 Automatic date update in version.in
adds e5cc07bada Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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/gnu-release-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 3d0bada9 0: update: binutils-gcc-linux: all
new ed51772a 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 (3d0bada9)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
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-prepare_abe/console.log | 416 +-
03-build_abe-binutils/console.log | 10771 ++++++-------
04-build_abe-stage1/console.log | 18422 ++++++++++-----------
05-build_linux/console.log | 1010 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 31077 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 30972 insertions(+), 30974 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 ec070e1a452 [CodeGen] Use FSHR in DAGTypeLegalizer::ExpandIntRes_MULFIX
new a5d420688d7 [Attributor] Deduce "no-capture" argument attribute
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/Transforms/IPO/Attributor.h | 69 ++++
lib/Transforms/IPO/Attributor.cpp | 365 ++++++++++++++++++++-
test/Transforms/FunctionAttrs/align.ll | 30 +-
test/Transforms/FunctionAttrs/arg_nocapture.ll | 27 +-
test/Transforms/FunctionAttrs/arg_returned.ll | 26 +-
test/Transforms/FunctionAttrs/dereferenceable.ll | 14 +-
test/Transforms/FunctionAttrs/internal-noalias.ll | 4 +-
test/Transforms/FunctionAttrs/liveness.ll | 10 +-
test/Transforms/FunctionAttrs/noalias_returned.ll | 13 +-
test/Transforms/FunctionAttrs/nocapture.ll | 116 ++++---
test/Transforms/FunctionAttrs/nonnull.ll | 4 +-
test/Transforms/FunctionAttrs/nosync.ll | 24 +-
.../read_write_returned_arguments_scc.ll | 4 +-
13 files changed, 579 insertions(+), 127 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 lld.
from 15b30c3f8 ld.lld.1: explain long options may use one or two dashes
new 9aef96954 reland "[lld-link] implement -start-lib and -end-lib"
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:
COFF/DebugTypes.cpp | 2 +-
COFF/Driver.cpp | 60 +++++++++++++++-----
COFF/Driver.h | 5 +-
COFF/InputFiles.cpp | 62 ++++++++++++++++++---
COFF/InputFiles.h | 37 ++++++++++++-
COFF/Options.td | 4 ++
COFF/SymbolTable.cpp | 77 ++++++++++++++++++--------
COFF/SymbolTable.h | 5 +-
COFF/Symbols.cpp | 6 +-
COFF/Symbols.h | 41 +++++++++-----
COFF/Writer.cpp | 3 +-
test/COFF/Inputs/start-lib1.ll | 13 +++++
test/COFF/Inputs/{lto-dep.ll => start-lib2.ll} | 9 ++-
test/COFF/start-lib-cmd-diagnostics.ll | 19 +++++++
test/COFF/start-lib.ll | 43 ++++++++++++++
15 files changed, 311 insertions(+), 75 deletions(-)
create mode 100644 test/COFF/Inputs/start-lib1.ll
copy test/COFF/Inputs/{lto-dep.ll => start-lib2.ll} (55%)
create mode 100644 test/COFF/start-lib-cmd-diagnostics.ll
create mode 100644 test/COFF/start-lib.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
from 9a1654d2 1: reset: linux-b8b576a16f79efbdde49348147f491b176537d88: 19648
new dfd80adb 2: update: linux-b5f466091e130caaf0735976648f72bd5e09aa84: 19833
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-prepare_abe/console.log | 422 +-
03-build_abe-binutils/console.log | 10493 ++++++------
04-build_abe-stage1/console.log | 19136 +++++++++++----------
05-build_linux/console.log | 1870 ++-
07-check_regression/console.log | 24 +-
08-update_baseline/console.log | 40 +-
console.log | 32243 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
results | 2 +-
11 files changed, 33141 insertions(+), 31319 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 lldb.
from aae5f6164 [lldb][NFC] Remove lldbcurses.py
new 1fbd77f99 [Driver] Remove duplicate option parsing (NFC)
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:
tools/driver/Driver.cpp | 9 +--------
1 file changed, 1 insertion(+), 8 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 gcc.
from 9b946574629 * c-cppbuiltin.c (builtin_define_with_hex_fp_value): Alway [...]
new 9af8677b95a * rust-demangle.c (unescape): Remove. (parse_lower_hex_ni [...]
new d26b2c2c352 PR tree-optimization/91504 * match.pd: Add ((~a & b) ^a) [...]
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/ChangeLog | 5 +
gcc/match.pd | 5 +
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.dg/tree-ssa/pr91504.c | 18 ++
libiberty/ChangeLog | 10 +
libiberty/rust-demangle.c | 281 ++++++++++++++---------------
libiberty/testsuite/rust-demangle-expected | 4 +
7 files changed, 181 insertions(+), 147 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr91504.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.