This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-Os_LTO
in repository toolchain/ci/newlib.
from 92b576dcc Cygwin: pty: Avoid script command crash in console.
adds 437d0a8f8 fhandler_process.cc(format_process_stat): fix /proc/pid/stat issues
adds 6238b1877 Cygwin: signal.cc: Include <unistd.h>
new 34a9570ff Cygwin: socket.h: add socket options added in recent Windows [...]
new 7c804d160 Cygwin: Implement GSO/GRO support
new 5a066d46c Remove duplicate stdio initializations
new 92896d4da Remove duplicate sglue initializations
new d041db379 Declare global __sf[] only once
new e5e36867f Add two __sglue initialization macros
new d83aa402b Remove __sinit_locks / __sinit_recursive_mutex
new a7bdda050 Move __sglue initializations to __sfp()
new 4b28f3c12 Add CLEANUP_FILE define
new 26747c47b Add stdio_exit_handler()
new 3941c8a88 stdio: Replace _fwalk_reent() with _fwalk_sglue()
new 8b96542ed Add global __sglue object for all configurations
new 0a862d131 Remove __sglue member for one configuration
new 01c823efb Make cleanup_glue() static
new d02421e7f Cygwin: switch to _REENT_GLOBAL_STDIO_STREAMS
new fcb32b737 Cygwin: configure: disable i686 builds
new e0df580bf Cygwin: configure: drop unused DEF_DLL_ENTRY variable
new 2aa37fed7 Cygwin: drop i686-only files
new d4fa3b4ab Cygwin: config.h: stop including auto-generated tlsoffsets.h file
new c0d5bb262 Cygwin: configure: Define default valus for target specific v [...]
new 0597c84b9 Cygwin: revamp TLS offsets computation
new 2610b681a Cygwin: wincap: drop wow64 flag and all conditions depending on it
new 0f4eb70ee Cygwin: wincap: set def_guard_pages to x86_64 value right away
new a70a969c6 Cygwin: wincap: drop no_msv1_0_s4u_logon_in_wow64 flag and re [...]
new ca313dd8f Cygwin: drop create_token and dependent functions
new 24363cffe Cygwin: drop system_wow64_directory and related code
new bf6940a41 Cygwin: wincap: drop has_broken_prefetchvm flag and related code
new 974163bc1 Cygwin: wincap: drop has_gaa_largeaddress_bug flag and related code
new d4df9c6de Cygwin: drop a few minor references to WOW64
new 4f034daba Cygwin: utils: drop unnecessary wow64 checks
The 30 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:
newlib/libc/include/sys/reent.h | 26 +-
newlib/libc/misc/lock.c | 4 -
newlib/libc/reent/reent.c | 6 +-
newlib/libc/stdio/fcloseall.c | 9 +-
newlib/libc/stdio/fflush.c | 2 +-
newlib/libc/stdio/findfp.c | 112 +++---
newlib/libc/stdio/fwalk.c | 16 +-
newlib/libc/stdio/local.h | 3 -
newlib/libc/stdio/refill.c | 4 +-
newlib/libc/stdlib/exit.c | 5 +-
winsup/configure.ac | 18 +-
winsup/cygwin/Makefile.am | 73 +---
winsup/cygwin/common.din | 1 -
winsup/cygwin/cygtls.cc | 14 +-
winsup/cygwin/cygtls.h | 33 +-
winsup/cygwin/cygtls_padsize.h | 12 -
winsup/cygwin/dcrt0.cc | 15 +-
winsup/cygwin/exceptions.cc | 6 -
winsup/cygwin/external.cc | 2 +-
winsup/cygwin/fhandler_process.cc | 39 +-
winsup/cygwin/fhandler_registry.cc | 5 +-
winsup/cygwin/fhandler_socket_inet.cc | 208 ++++++++++-
winsup/cygwin/gendef | 154 ++++----
winsup/cygwin/gentls_offsets | 178 ++++-----
winsup/cygwin/globals.cc | 2 -
winsup/cygwin/how-cygtls-works.txt | 10 +-
winsup/cygwin/i686.din | 643 ---------------------------------
winsup/cygwin/include/cygwin/config.h | 24 +-
winsup/cygwin/include/cygwin/socket.h | 21 ++
winsup/cygwin/include/cygwin/version.h | 3 +-
winsup/cygwin/include/netinet/udp.h | 4 +
winsup/cygwin/init.cc | 4 +-
winsup/cygwin/miscfuncs.cc | 10 +-
winsup/cygwin/mmap.cc | 10 +-
winsup/cygwin/net.cc | 55 +--
winsup/cygwin/ntdll.h | 2 +-
winsup/cygwin/path.cc | 25 +-
winsup/cygwin/release/3.4.0 | 2 +
winsup/cygwin/sec_auth.cc | 542 +--------------------------
winsup/cygwin/security.h | 2 -
winsup/cygwin/signal.cc | 8 +-
winsup/cygwin/spawn.cc | 8 +-
winsup/cygwin/syscalls.cc | 32 +-
winsup/cygwin/tlsoffsets.h | 125 -------
winsup/cygwin/tlsoffsets64.h | 125 -------
winsup/cygwin/uinfo.cc | 2 +-
winsup/cygwin/uname.cc | 11 +-
winsup/cygwin/wincap.cc | 75 +---
winsup/cygwin/wincap.h | 8 -
winsup/doc/new-features.xml | 4 +
winsup/utils/cygpath.cc | 13 -
winsup/utils/mingw/cygcheck.cc | 20 -
winsup/utils/mingw/strace.cc | 4 +-
53 files changed, 601 insertions(+), 2138 deletions(-)
delete mode 100644 winsup/cygwin/cygtls_padsize.h
delete mode 100644 winsup/cygwin/i686.din
delete mode 100644 winsup/cygwin/tlsoffsets.h
delete mode 100644 winsup/cygwin/tlsoffsets64.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-Os_LTO
in repository toolchain/ci/base-artifacts.
discards 439c081fd 0: update: binutils-gcc-newlib: 1
new 4f8aa8c42 0: update: binutils-gcc-newlib: 1
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 (439c081fd)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_e [...]
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.xz | Bin 1572 -> 1776 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2736 bytes
03-build_abe-binutils/console.log.xz | Bin 30120 -> 30060 bytes
04-build_abe-stage1/console.log.xz | Bin 88296 -> 88564 bytes
06-build_abe-newlib/console.log.xz | Bin 16816 -> 16540 bytes
07-build_abe-stage2/console.log.xz | Bin 159256 -> 159616 bytes
08-benchmark/benchmark-build.log | 34 +++---
08-benchmark/benchmark.log | 32 ++---
08-benchmark/console.log.xz | Bin 3032 -> 3028 bytes
09-check_regression/console.log.xz | Bin 1624 -> 1624 bytes
09-check_regression/results-1.csv | 2 +-
09-check_regression/results-brief.csv | 2 +-
09-check_regression/results-full.csv | 2 +-
09-check_regression/results-internal.csv | 2 +-
09-check_regression/results-perf-1.csv | 2 +-
09-check_regression/results.log | 4 +-
10-update_baseline/console.log | 202 +++++++++++++++----------------
10-update_baseline/results-1.csv | 2 +-
10-update_baseline/results-brief.csv | 2 +-
10-update_baseline/results-full.csv | 2 +-
10-update_baseline/results-internal.csv | 2 +-
10-update_baseline/results-perf-1.csv | 2 +-
10-update_baseline/results.log | 4 +-
jenkins/manifest.sh | 18 +--
results_id | 2 +-
25 files changed, 158 insertions(+), 158 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_bmk_llvm_tk1/llvm-master-arm-spec2k6-O2
in repository toolchain/ci/base-artifacts.
discards e82d61575 0: update: binutils-gcc-linux-glibc-llvm: 1
new 72e8b42e1 0: update: binutils-gcc-linux-glibc-llvm: 1
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 (e82d61575)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_llvm_tk1/llvm-master [...]
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.xz | Bin 1800 -> 1796 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 32220 -> 32164 bytes
04-build_abe-stage1/console.log.xz | Bin 92760 -> 92328 bytes
05-clean_sysroot/console.log.xz | Bin 336 -> 336 bytes
06-build_abe-linux/console.log.xz | Bin 9144 -> 9108 bytes
07-build_abe-glibc/console.log.xz | Bin 234356 -> 234436 bytes
08-build_abe-stage2/console.log.xz | Bin 213292 -> 212944 bytes
09-build_llvm-true/console.log.xz | Bin 61120 -> 61344 bytes
10-benchmark/benchmark-build.log | 70 +-
10-benchmark/benchmark.log | 68 +-
10-benchmark/console.log.xz | Bin 3216 -> 3288 bytes
11-check_regression/console.log.xz | Bin 5384 -> 5392 bytes
11-check_regression/results-0.csv | 18110 +-
11-check_regression/results-1.csv | 9081 +-
11-check_regression/results-brief.csv | 36 +-
11-check_regression/results-full.csv | 2300 +-
11-check_regression/results-internal.csv | 152 +-
11-check_regression/results-md5sum-0.csv | 26108 +-
11-check_regression/results-md5sum-1.csv | 40966 +--
11-check_regression/results-perf-0.csv | 2227 +-
11-check_regression/results-perf-1.csv | 2242 +-
11-check_regression/results-size-0.csv | 296489 +++++++++---------
11-check_regression/results-size-1.csv | 230128 +++++++-------
11-check_regression/results-vect-0.csv | 20 +-
11-check_regression/results-vect-1.csv | 16 +-
11-check_regression/results.log | 3110 +-
12-update_baseline/console.log | 3932 +-
12-update_baseline/results-0.csv | 18110 +-
12-update_baseline/results-1.csv | 9081 +-
12-update_baseline/results-brief.csv | 36 +-
12-update_baseline/results-full.csv | 2300 +-
12-update_baseline/results-internal.csv | 152 +-
12-update_baseline/results-md5sum-0.csv | 26108 +-
12-update_baseline/results-md5sum-1.csv | 40966 +--
12-update_baseline/results-perf-0.csv | 2227 +-
12-update_baseline/results-perf-1.csv | 2242 +-
12-update_baseline/results-size-0.csv | 296489 +++++++++---------
12-update_baseline/results-size-1.csv | 230128 +++++++-------
12-update_baseline/results-vect-0.csv | 20 +-
12-update_baseline/results-vect-1.csv | 16 +-
12-update_baseline/results.log | 3128 +-
.../top-artifacts/save-temps/400.perlbench.tar.xz | Bin 1348000 -> 1348092 bytes
.../top-artifacts/save-temps/401.bzip2.tar.xz | Bin 102928 -> 102968 bytes
.../top-artifacts/save-temps/403.gcc.tar.xz | Bin 3763964 -> 3744812 bytes
.../top-artifacts/save-temps/429.mcf.tar.xz | Bin 34572 -> 34384 bytes
.../top-artifacts/save-temps/433.milc.tar.xz | Bin 154356 -> 154492 bytes
.../top-artifacts/save-temps/444.namd.tar.xz | Bin 211952 -> 211784 bytes
.../top-artifacts/save-temps/445.gobmk.tar.xz | Bin 2086836 -> 2085484 bytes
.../top-artifacts/save-temps/447.dealII.tar.xz | Bin 3275876 -> 3296540 bytes
.../top-artifacts/save-temps/450.soplex.tar.xz | Bin 526532 -> 531392 bytes
.../top-artifacts/save-temps/453.povray.tar.xz | Bin 1244216 -> 1258792 bytes
.../top-artifacts/save-temps/458.sjeng.tar.xz | Bin 173192 -> 173488 bytes
.../top-artifacts/save-temps/462.libquantum.tar.xz | Bin 52424 -> 52148 bytes
.../top-artifacts/save-temps/464.h264ref.tar.xz | Bin 663360 -> 663408 bytes
.../top-artifacts/save-temps/470.lbm.tar.xz | Bin 25392 -> 25380 bytes
.../top-artifacts/save-temps/471.omnetpp.tar.xz | Bin 846320 -> 833360 bytes
.../top-artifacts/save-temps/473.astar.tar.xz | Bin 75244 -> 75620 bytes
.../top-artifacts/save-temps/482.sphinx3.tar.xz | Bin 236692 -> 236012 bytes
.../top-artifacts/save-temps/483.xalancbmk.tar.xz | Bin 7156844 -> 7169068 bytes
jenkins/manifest.sh | 22 +-
results | 2 +-
results_id | 2 +-
save-temps/400.perlbench.tar.xz | Bin 1348000 -> 1348092 bytes
save-temps/401.bzip2.tar.xz | Bin 102928 -> 102968 bytes
save-temps/403.gcc.tar.xz | Bin 3763964 -> 3744812 bytes
save-temps/429.mcf.tar.xz | Bin 34572 -> 34384 bytes
save-temps/433.milc.tar.xz | Bin 154356 -> 154492 bytes
save-temps/444.namd.tar.xz | Bin 211952 -> 211784 bytes
save-temps/445.gobmk.tar.xz | Bin 2086836 -> 2085484 bytes
save-temps/447.dealII.tar.xz | Bin 3275876 -> 3296540 bytes
save-temps/450.soplex.tar.xz | Bin 526532 -> 531392 bytes
save-temps/453.povray.tar.xz | Bin 1244216 -> 1258792 bytes
save-temps/458.sjeng.tar.xz | Bin 173192 -> 173488 bytes
save-temps/462.libquantum.tar.xz | Bin 52424 -> 52148 bytes
save-temps/464.h264ref.tar.xz | Bin 663360 -> 663408 bytes
save-temps/470.lbm.tar.xz | Bin 25392 -> 25380 bytes
save-temps/471.omnetpp.tar.xz | Bin 846320 -> 833360 bytes
save-temps/473.astar.tar.xz | Bin 75244 -> 75620 bytes
save-temps/482.sphinx3.tar.xz | Bin 236692 -> 236012 bytes
save-temps/483.xalancbmk.tar.xz | Bin 7156844 -> 7169068 bytes
81 files changed, 661911 insertions(+), 604173 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 releases/gcc-11
in repository gcc.
from f705d0f2d03 c++: deduction guides and ttp rewriting [PR102479]
new e60f7127b32 c++: alignment of local typedef in template [PR65211]
new 5c6577dcf1d c++: template conversion op [PR101698]
new f9e356458d8 c++: NRV and ref-extended temps [PR101442]
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/cp/decl.c | 2 +-
gcc/cp/init.c | 2 +-
gcc/cp/pt.c | 9 +++++++-
gcc/cp/semantics.c | 3 ++-
gcc/testsuite/g++.dg/cpp0x/initlist-nrv1.C | 34 ++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/template/conv19.C | 34 ++++++++++++++++++++++++++++++
gcc/testsuite/g++.target/i386/vec-tmpl1.C | 17 +++++++++++++++
7 files changed, 97 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-nrv1.C
create mode 100644 gcc/testsuite/g++.dg/template/conv19.C
create mode 100644 gcc/testsuite/g++.target/i386/vec-tmpl1.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.
unknown user pushed a change to branch master
in repository glibc.
from f39ff483f3 Remove configure fno_unit_at_a_time
new 7c20479d08 C-SKY: Use an autoconf template to produce `preconfigure'
new fe7dd93db3 m68k: Use an autoconf template to produce `preconfigure'
new 353a1220e3 MIPS: Use an autoconf template to produce `preconfigure'
new 7b1cfba79e RISC-V: Use an autoconf template to produce `preconfigure'
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:
sysdeps/csky/preconfigure | 27 ++++++++++++--------
sysdeps/csky/{preconfigure => preconfigure.ac} | 21 ++++++++--------
sysdeps/m68k/preconfigure | 6 +++--
sysdeps/m68k/{preconfigure => preconfigure.ac} | 8 +++---
sysdeps/mips/preconfigure | 7 ++++--
sysdeps/mips/{preconfigure => preconfigure.ac} | 7 ++++--
sysdeps/riscv/preconfigure | 33 ++++++++++++++-----------
sysdeps/riscv/{preconfigure => preconfigure.ac} | 27 +++++++++-----------
8 files changed, 77 insertions(+), 59 deletions(-)
copy sysdeps/csky/{preconfigure => preconfigure.ac} (80%)
copy sysdeps/m68k/{preconfigure => preconfigure.ac} (70%)
copy sysdeps/mips/{preconfigure => preconfigure.ac} (78%)
copy sysdeps/riscv/{preconfigure => preconfigure.ac} (59%)
--
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 f671c8b0c 2: update: linux-3cb0d3510053a2b69bb5fda29dea373099c4b4b1: 22163
new 24dc24849 2: update: binutils-169692ce6c0fa21c4648d2862cb2bb94012a1cd9: 22163
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 (f671c8b0c)
\
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.xz | Bin 1588 -> 1608 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2724 bytes
03-build_abe-binutils/console.log.xz | Bin 29308 -> 31552 bytes
04-build_abe-stage1/console.log.xz | Bin 92124 -> 91640 bytes
05-build_abe-qemu/console.log.xz | Bin 32996 -> 32928 bytes
06-build_linux/console.log.xz | Bin 5444 -> 6872 bytes
08-check_regression/console.log.xz | Bin 476 -> 476 bytes
09-update_baseline/console.log | 228 +++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
9 files changed, 118 insertions(+), 118 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_gcc_bootstrap/master-arm-bootstrap
in repository toolchain/ci/base-artifacts.
discards e29daf94b 0: update: binutils-gcc: 2
new 5982ea0c7 0: update: binutils-gcc: 2
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 (e29daf94b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-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.xz | Bin 1532 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2712 bytes
04-build_abe-binutils/console.log.xz | Bin 52308 -> 51688 bytes
05-build_abe-bootstrap/console.log.xz | Bin 462088 -> 461624 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
jenkins/manifest.sh | 12 ++++++------
6 files changed, 6 insertions(+), 6 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-stable-allyesconfig
in repository toolchain/ci/binutils-gdb.
from bd6c5ec02d Automatic date update in version.in
adds 94e07b6911 Automatic date update in version.in
adds 5e59286034 Automatic date update in version.in
adds 5b43f78fb1 Automatic date update in version.in
adds 74ef67f9ba Automatic date update in version.in
adds 8d1187516e Adjust ld ctf test for 32-bit targets
adds c473aa1b9d M68K: avoid quadratic slowdlow in label alignment check
adds 1bd729e36b Automatic date update in version.in
adds e15ecaa1e8 Automatic date update in version.in
adds 7646a5c999 Automatic date update in version.in
adds 3d549e5ccc PR29142, segv in ar with empty archive and libdeps specified
adds 7aa02500cb Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
binutils/ar.c | 16 +++++++------
gas/config/tc-m68k.c | 43 +++++++---------------------------
gas/config/tc-m68k.h | 17 ++++++++++++++
ld/testsuite/ld-ctf/nonrepresentable.d | 2 +-
5 files changed, 37 insertions(+), 43 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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards c1d950c7e 0: update: binutils-gcc-linux-qemu: all
new cb3a75cb1 0: update: binutils-gcc-linux-qemu: 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 (c1d950c7e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-s [...]
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.xz | Bin 1564 -> 1560 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2736 bytes
03-build_abe-binutils/console.log.xz | Bin 29816 -> 29680 bytes
04-build_abe-stage1/console.log.xz | Bin 85720 -> 85956 bytes
05-build_abe-qemu/console.log.xz | Bin 31688 -> 30860 bytes
06-build_linux/console.log.xz | Bin 3436 -> 3444 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 22 +++++++++++-----------
10 files changed, 16 insertions(+), 16 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 f3204ce1ae6 Return a bool result for union, and add performance improvements.
new ade5531c9dd Move VREL values to their own enumerated type.
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:
gcc/gimple-range-fold.cc | 28 ++---
gcc/gimple-range-path.cc | 6 +-
gcc/range-op.cc | 318 +++++++++++++++++++++++------------------------
gcc/range-op.h | 38 +++---
gcc/value-query.cc | 4 +-
gcc/value-relation.cc | 278 ++++++++++++++++++++---------------------
gcc/value-relation.h | 26 ++--
7 files changed, 350 insertions(+), 348 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.