This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f7ca167f4a6 [rs6000]Fix PR92132 by adding vec_cmp and vcond_mask supports
new 8c849f78c70 Fortran] PR91253 fix continuation-line handling with -pre_include
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/fortran/ChangeLog | 8 ++++++++
gcc/fortran/scanner.c | 26 +++++++++++++++++++++-----
2 files changed, 29 insertions(+), 5 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-release-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards e6c450e8 0: update: llvm-linux: boot
new b13b41b5 0: update: llvm-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 (e6c450e8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-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 | 106 +-
02-build_llvm/console.log | 11942 +++++++++++++++++-----------------
03-build_linux/console.log | 780 ++-
04-boot_linux/console.log | 472 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 25 +
console.log | 13333 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13362 insertions(+), 13312 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-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards bb96a60a 0: update: llvm-linux: all
new c12928f5 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 (bb96a60a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 176 +-
02-build_llvm/console.log | 12541 +++++++++++++--------------
03-build_linux/console.log | 4798 ++++++-----
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 25 -
console.log | 17550 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 17528 insertions(+), 17580 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 831bd6aa3b PR25172, Wrong description of --stop-address=ADDR switch
new bab6aec125 x86: introduce operand type "class"
new 00cee14fba x86: convert SReg from bitfield to enumerator
new 4a5c67ed84 x86: convert Control/Debug/Test from bitfield to enumerator
new 3528c362d9 x86: convert RegSIMD and RegMMX from bitfield to enumerator
new f74a630727 x86: convert RegMask and RegBND from bitfield to enumerator
The 5 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:
gas/ChangeLog | 42 +
gas/config/tc-i386-intel.c | 4 +-
gas/config/tc-i386.c | 242 +-
opcodes/ChangeLog | 78 +
opcodes/i386-gen.c | 93 +-
opcodes/i386-init.h | 188 +-
opcodes/i386-opc.h | 50 +-
opcodes/i386-opc.tbl | 27 +-
opcodes/i386-reg.tbl | 524 +-
opcodes/i386-tbl.h | 38180 +++++++++++++++++++++----------------------
10 files changed, 19803 insertions(+), 19625 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 ee2a9ee641f Fix inefficient vector constructor.
new f7ca167f4a6 [rs6000]Fix PR92132 by adding vec_cmp and vcond_mask supports
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/ChangeLog | 27 +++
gcc/config/rs6000/predicates.md | 10 +
gcc/config/rs6000/rs6000.md | 8 +-
gcc/config/rs6000/vector.md | 262 +++++++++++++++++++-
gcc/testsuite/ChangeLog | 8 +
gcc/testsuite/gcc.target/powerpc/pr92132-fp-1.c | 297 +++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/pr92132-fp-2.c | 297 +++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/pr92132-int-1.c | 126 ++++++++++
gcc/testsuite/gcc.target/powerpc/pr92132-int-2.c | 126 ++++++++++
9 files changed, 1150 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr92132-fp-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr92132-fp-2.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr92132-int-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr92132-int-2.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/llvm-master-arm-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards cfee4a39 2: update: llvm-linux: 17874
new 36e470a4 2: update: llvm-linux: 17874
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 (cfee4a39)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 166 +-
02-build_llvm/console.log | 12549 ++++++++++++++--------------
03-build_linux/console.log | 4728 ++++++-----
06-update_baseline/console.log | 42 +-
console.log | 17485 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
6 files changed, 17488 insertions(+), 17490 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-release-arm-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 882bda2a 0: update: llvm-linux: boot
new 0c00c46d 0: update: llvm-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 (882bda2a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-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 | 220 +-
02-build_llvm/console.log | 12060 +++++++++++++++----------------
03-build_linux/console.log | 1810 +++--
04-boot_linux/console.log | 470 +-
05-check_regression/console.log | 8 +-
console.log | 14568 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 14572 insertions(+), 14572 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.