This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_fast_check_gcc/master-aarch64
in repository toolchain/ci/base-artifacts.
from c427193935 61: onsuccess: #103: 1: [TCWG CI] https://ci.linaro.org/job/ [...]
new 28886a4f09 62: force: #104: 1: [TCWG CI] https://ci.linaro.org/job/tcwg [...]
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.xz | Bin 1972 -> 2000 bytes
02-prepare_abe/console.log.xz | Bin 2416 -> 2456 bytes
03-build_abe-binutils/console.log.xz | Bin 35116 -> 35576 bytes
04-build_abe-gcc/console.log.xz | Bin 205848 -> 204072 bytes
06-build_abe-linux/console.log.xz | Bin 8624 -> 8588 bytes
07-build_abe-glibc/console.log.xz | Bin 242988 -> 243424 bytes
08-build_abe-gdb/console.log.xz | Bin 35124 -> 34828 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3872 -> 3828 bytes
10-build_abe-check_gcc/console.log.xz | Bin 8492 -> 8536 bytes
11-check_regression/console.log.xz | Bin 1440 -> 972 bytes
11-check_regression/results.compare2 | 51 +--
12-update_baseline/console.log | 9 -
git/linux_rev | 2 +-
jenkins/notify.sh | 2 +-
manifest.sh | 10 +-
sumfiles/g++.log.sep.xz | Bin 1436 -> 1432 bytes
sumfiles/g++.log.xz | Bin 1408 -> 1408 bytes
sumfiles/g++.sum.sep | 2 +-
sumfiles/gcc.log.sep.xz | Bin 5260 -> 4972 bytes
sumfiles/gcc.log.xz | Bin 370744 -> 371040 bytes
sumfiles/gcc.sum.sep | 665 +++++++++++++++-------------------
sumfiles/gfortran.log.sep.xz | Bin 1448 -> 3824 bytes
sumfiles/gfortran.log.xz | Bin 55464 -> 55328 bytes
sumfiles/gfortran.sum.sep | 163 ++++++++-
sumfiles/libatomic.log.xz | Bin 436 -> 432 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 432 -> 432 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 432 -> 428 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.sep.xz | Bin 440 -> 436 bytes
sumfiles/libstdc++.log.xz | Bin 424 -> 424 bytes
sumfiles/libstdc++.sum.sep | 2 +-
33 files changed, 472 insertions(+), 440 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 a02676b77d8 Symbols with GOT relocatios do not fix adjustbale
new c1a398a320f PowerPC: fix _Float128 type output string
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:
gdb/arch-utils.c | 7 +++++++
gdb/arch-utils.h | 5 +++++
gdb/dwarf2/read.c | 23 +++++++++++++++++++----
gdb/gdbarch-gen.h | 8 ++++++++
gdb/gdbarch.c | 22 ++++++++++++++++++++++
gdb/gdbarch_components.py | 23 +++++++++++++++++++++++
gdb/ppc-linux-tdep.c | 36 ++++++++++++++++++++++++++++++++++++
7 files changed, 120 insertions(+), 4 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 glibc.
from 8895a99c10 hurd: Microoptimize sigreturn
new e5524ef335 malloc: set NON_MAIN_ARENA flag for reclaimed memalign chunk [...]
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:
malloc/Makefile | 7 +-
malloc/malloc.c | 157 +++++++++++++-------------
malloc/tst-memalign-2.c | 13 ++-
malloc/{tst-memalign-2.c => tst-memalign-3.c} | 34 ++++--
4 files changed, 121 insertions(+), 90 deletions(-)
copy malloc/{tst-memalign-2.c => tst-memalign-3.c} (90%)
--
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 18e78844e78 aarch64: Use standard RTL codes for __rev16 intrinsic expansion
new decd9de4506 PHIOPT: small cleanup in match_simplify_replacement
new 52948982567 PHIOPT: add folding/simplification detail to the dump
new 2b53ac39bce Shrink points-to analysis dumps when not dumping with -details
new f548ece7abc middle-end/108786 - add bitmap_clear_first_set_bit
The 4 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/bitmap.cc | 41 ++++++++++++++--
gcc/bitmap.h | 3 ++
gcc/df-core.cc | 3 +-
gcc/graphite-scop-detection.cc | 3 +-
gcc/sanopt.cc | 6 +--
gcc/testsuite/gcc.dg/ipa/ipa-pta-16.c | 2 +-
gcc/testsuite/gcc.dg/tm/alias-1.c | 2 +-
gcc/testsuite/gcc.dg/tm/alias-2.c | 2 +-
gcc/testsuite/gcc.dg/torture/ipa-pta-1.c | 2 +-
gcc/testsuite/gcc.dg/torture/pr39074-2.c | 2 +-
gcc/testsuite/gcc.dg/torture/pr39074.c | 2 +-
gcc/testsuite/gcc.dg/torture/pta-callused-1.c | 2 +-
gcc/testsuite/gcc.dg/torture/pta-escape-1.c | 2 +-
gcc/testsuite/gcc.dg/torture/pta-ptrarith-1.c | 2 +-
gcc/testsuite/gcc.dg/torture/pta-ptrarith-2.c | 2 +-
gcc/testsuite/gcc.dg/torture/pta-ptrarith-3.c | 2 +-
gcc/testsuite/gcc.dg/torture/pta-structcopy-1.c | 2 +-
gcc/testsuite/gcc.dg/torture/ssa-pta-fn-1.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/alias-19.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pta-callused.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pta-fp.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pta-ptrarith-1.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pta-ptrarith-2.c | 2 +-
gcc/tree-cfgcleanup.cc | 3 +-
gcc/tree-into-ssa.cc | 3 +-
gcc/tree-ssa-dce.cc | 3 +-
gcc/tree-ssa-phiopt.cc | 34 +++++++++++--
gcc/tree-ssa-sccvn.cc | 3 +-
gcc/tree-ssa-structalias.cc | 63 ++++++++++++++-----------
29 files changed, 132 insertions(+), 69 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_gnu_native_fast_check_gcc/master-aarch64
in repository toolchain/ci/base-artifacts.
from e09e381a57 60: force: #102: 1: [TCWG CI] https://ci.linaro.org/job/tcwg [...]
new c427193935 61: onsuccess: #103: 1: [TCWG CI] https://ci.linaro.org/job/ [...]
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.xz | Bin 2188 -> 1972 bytes
02-prepare_abe/console.log.xz | Bin 2420 -> 2416 bytes
03-build_abe-binutils/console.log.xz | Bin 34972 -> 35116 bytes
04-build_abe-gcc/console.log.xz | Bin 204752 -> 205848 bytes
06-build_abe-linux/console.log.xz | Bin 8644 -> 8624 bytes
07-build_abe-glibc/console.log.xz | Bin 241388 -> 242988 bytes
08-build_abe-gdb/console.log.xz | Bin 34960 -> 35124 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3876 -> 3872 bytes
10-build_abe-check_gcc/console.log.xz | Bin 8152 -> 8492 bytes
11-check_regression/console.log.xz | Bin 972 -> 1440 bytes
11-check_regression/results.compare2 | 51 ++-
12-update_baseline/console.log | 9 +
git/gdb_rev | 2 +-
jenkins/notify.sh | 2 +-
manifest.sh | 10 +-
sumfiles/g++.log.sep.xz | Bin 1436 -> 1436 bytes
sumfiles/g++.log.xz | Bin 1408 -> 1408 bytes
sumfiles/g++.sum.sep | 2 +-
sumfiles/gcc.log.sep.xz | Bin 5184 -> 5260 bytes
sumfiles/gcc.log.xz | Bin 371068 -> 370744 bytes
sumfiles/gcc.sum.sep | 731 +++++++++++++++++-----------------
sumfiles/gfortran.log.sep.xz | Bin 3348 -> 1448 bytes
sumfiles/gfortran.log.xz | Bin 55608 -> 55464 bytes
sumfiles/gfortran.sum.sep | 163 +-------
sumfiles/libatomic.log.xz | Bin 436 -> 436 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 432 -> 432 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 432 -> 432 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.sep.xz | Bin 440 -> 440 bytes
sumfiles/libstdc++.log.xz | Bin 424 -> 424 bytes
sumfiles/libstdc++.sum.sep | 2 +-
33 files changed, 440 insertions(+), 538 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.