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 6591bf0131 Automatic date update in version.in
new 1e4b5e7d35 Fix a potential buffer overrun in the MMIX disassembler when [...]
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:
opcodes/ChangeLog | 10 ++++++
opcodes/mmix-dis.c | 93 ++++++++++++++++++++++++++++++++----------------------
2 files changed, 66 insertions(+), 37 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-aarch64-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 104215df 0: update: llvm-linux: boot
new eac9662f 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 (104215df)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 162 +-
02-build_llvm/console.log | 12060 ++++++++++++++++++------------------
03-build_linux/console.log | 806 +--
console.log | 13028 +++++++++++++++++++--------------------
jenkins/manifest.sh | 6 +-
5 files changed, 13029 insertions(+), 13033 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-aarch64-lts-allyesconfig
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-aarch64-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 7216f3bc 0: update: binutils-gcc-linux: all
new 221feba7 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 (7216f3bc)
\
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 | 130 +-
02-prepare_abe/console.log | 426 +-
03-build_abe-binutils/console.log | 11100 ++++++++-------
04-build_abe-stage1/console.log | 13915 ++++++++++---------
05-build_linux/console.log | 840 +-
06-boot_linux/console.log | 6 +-
console.log | 26470 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
8 files changed, 26460 insertions(+), 26441 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 clang.
from d04eb5b33d [x86] Fix bugs of some intrinsic functions in CLANG : _mm512 [...]
new d5d301798d [RISCV] Correct Logic around ilp32e macros
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:
lib/Basic/Targets/RISCV.cpp | 5 +++--
1 file changed, 3 insertions(+), 2 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 7d549bca130 [AArch64] Add support for missing CPUs
new 51f75907837 [AArch64] Implement ACLE intrinsics for FRINT[32,64][Z,X]
new 25cf4c37c0f [AArch64] Add support for __jcvt intrinsic
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 | 33 ++++++
gcc/config/aarch64/aarch64-builtins.c | 18 +++
gcc/config/aarch64/aarch64-c.c | 2 +
gcc/config/aarch64/aarch64-simd-builtins.def | 6 +
gcc/config/aarch64/aarch64.h | 6 +
gcc/config/aarch64/aarch64.md | 24 ++++
gcc/config/aarch64/arm_acle.h | 63 ++++++++++
gcc/config/aarch64/arm_neon.h | 118 +++++++++++++++++++
gcc/config/aarch64/iterators.md | 9 ++
gcc/testsuite/ChangeLog | 9 ++
gcc/testsuite/gcc.target/aarch64/acle/jcvt_1.c | 15 +++
gcc/testsuite/gcc.target/aarch64/acle/rintnzx_1.c | 73 ++++++++++++
gcc/testsuite/gcc.target/aarch64/simd/vrndnzx_1.c | 137 ++++++++++++++++++++++
13 files changed, 513 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/jcvt_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/rintnzx_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vrndnzx_1.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 llvm.
from 5a59f3c7bbc [MachinePipeliner] Add a way to unit-test the schedule emitter
new 8103f963ba9 [LV] Tail-folding with runtime memory checks
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:
lib/Transforms/Vectorize/LoopVectorize.cpp | 5 ++++-
1 file changed, 4 insertions(+), 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 gcc.
from e1c786d6b5c [AArch64] Add Linux hwcap strings for some extensions
new 651d2bef778 2019-09-03 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new 7d549bca130 [AArch64] Add support for missing CPUs
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 | 8 ++++++++
gcc/config/aarch64/aarch64-cores.def | 5 +++++
gcc/config/aarch64/aarch64-tune.md | 2 +-
gcc/doc/invoke.texi | 4 +++-
libphobos/ChangeLog | 5 +++++
libphobos/testsuite/lib/libphobos.exp | 19 +++++++++++++++++++
6 files changed, 41 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.