This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10
in repository gcc.
from 0a76844b5d2 openmp: ensure variables in offload table are streamed out [...]
new 8a3453786c3 amdgcn: use unsigned extend for lshiftrt
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/config/gcn/gcn-valu.md | 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from ff08abb8a2c gdb/testsuite: fix minor things in jit tests
new f5272a3bb39 Remove read_memory_string
new 670e35fad9c Rewrite target_read_string
new a5d871ddaf2 Remove a use of target_read_string
new 66920317431 Change target_read_string API
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:
gdb/ChangeLog | 38 +++++++++++++++++++++++
gdb/ada-lang.c | 51 ++++++++++++++-----------------
gdb/ada-lang.h | 2 +-
gdb/ada-valprint.c | 4 +--
gdb/corefile.c | 27 -----------------
gdb/expprint.c | 12 +++-----
gdb/gdbcore.h | 6 ----
gdb/linux-tdep.c | 12 ++------
gdb/linux-thread-db.c | 9 +++---
gdb/solib-darwin.c | 8 ++---
gdb/solib-dsbt.c | 11 +++----
gdb/solib-frv.c | 11 +++----
gdb/solib-svr4.c | 22 +++++---------
gdb/target.c | 84 +++++++++------------------------------------------
gdb/target.h | 9 ++++--
gdb/valprint.c | 8 +----
gdb/windows-nat.c | 16 +++++-----
17 files changed, 123 insertions(+), 207 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_tk1
in repository toolchain/ci/interesting-commits.
from 5c84657 Add regression 3ee9d82484bdc0ae5b1b21f4a3d8ff46d40e36fd from [...]
new 9918615 Add regression 3ee9d82484bdc0ae5b1b21f4a3d8ff46d40e36fd from [...]
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 | 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_gnu/gnu-release-arm-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 2d7773f1 0: update: gcc-81568ce966da8c5a13af9c0f1c4f1b13aba39fbc: 1
new fa215106 0: update: gcc-a251bf8229e3fca1adaddd822e2bab12a43d8ea6: 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 (2d7773f1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
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 | 290 +-
02-prepare_abe/console.log | 354 +-
04-build_abe-bootstrap_O3/console.log | 83759 ++++++++++++++++---------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 4 +-
console.log | 84403 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
7 files changed, 84409 insertions(+), 84411 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 ce5a3d6bde7 BRIG FE testsuite: Fix all dump-scans
new f50c32fa7ab gcc: xtensa: make register elimination data static
new 8c8eb94914c gcc: xtensa: add -mabi option for call0/windowed ABI
new e46dad5d8f0 gcc: xtensa: make TARGET_HAVE_TLS definition static
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/config/xtensa/elf.h | 8 +++++--
gcc/config/xtensa/linux.h | 8 +++++--
gcc/config/xtensa/uclinux.h | 9 ++++++--
gcc/config/xtensa/xtensa.c | 28 +++++++++++++++++++++---
gcc/config/xtensa/xtensa.h | 29 +++++++++++++++++--------
gcc/config/xtensa/xtensa.opt | 11 ++++++++++
gcc/doc/invoke.texi | 26 +++++++++++++++++++++-
gcc/testsuite/gcc.target/xtensa/mabi-call0.c | 13 +++++++++++
gcc/testsuite/gcc.target/xtensa/mabi-windowed.c | 13 +++++++++++
libgcc/configure | 24 ++++++++++----------
libgcc/configure.ac | 14 +++++-------
11 files changed, 143 insertions(+), 40 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/xtensa/mabi-call0.c
create mode 100644 gcc/testsuite/gcc.target/xtensa/mabi-windowed.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 e221c512c7 ld.so: Check for new cache format first and enhance corrupti [...]
new 27bf5e9506 manual: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_np
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:
manual/threads.texi | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 72 insertions(+)
--
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 8df82de27b5 vect: Use LOOP_VINFO_DATAREFS and LOOP_VINFO_DDRS consistently
new ce5a3d6bde7 BRIG FE testsuite: Fix all dump-scans
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/testsuite/lib/brig.exp | 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_bmk_tx1/gnu-release-aarch64-spec2k6-Os_LTO
in repository toolchain/ci/base-artifacts.
from d026dc0a 2: reset: binutils-gcc-glibc: 0
new daebc288 3: reset: binutils-gcc-glibc: 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:
01-reset_artifacts/console.log | 67 +-
02-prepare_abe/console.log | 400 +-
03-build_abe-binutils/console.log | 11390 ++--
04-build_abe-stage1/console.log | 12991 ++--
05-build_abe-linux/console.log | 230 +-
06-build_abe-glibc/console.log | 37751 +++++------
07-build_abe-stage2/console.log | 36547 +++++------
09-benchmark--Os_LTO/benchmark-start.log | 2 +-
09-benchmark--Os_LTO/console.log | 36 +-
10-check_regression/console.log | 262 +-
10-check_regression/results.log | 4 +-
10-check_regression/trigger-build-gcc | 2 +-
11-update_baseline/console.log | 18 +-
11-update_baseline/results.log | 4 +-
console.log | 99746 +++++++++++++++--------------
jenkins/manifest.sh | 10 +-
results_id | 2 +-
17 files changed, 99737 insertions(+), 99725 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.