This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 281796ea5c0 Fix PR88046 on AArch64 and Arm bare metal targets.
new e0b64342b99 2019-01-16 Tamar Christina <tamar.christina(a)arm.com>
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 | 9 +++++++++
gcc/config/aarch64/aarch64-builtins.c | 26 +++++++++++++++++---------
gcc/config/aarch64/aarch64-simd.md | 17 ++++++++++++++---
3 files changed, 40 insertions(+), 12 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 llvm.
from 30fdda8b5f9 [X86] getFauxShuffleMask - bail for non-byte aligned shuffle types
new 571ca7ccffe [X86][BtVer2] Update latency of horizontal operations.
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/Target/X86/X86ScheduleBtVer2.td | 10 ++--
test/CodeGen/X86/avx-schedule.ll | 16 +++----
test/CodeGen/X86/mmx-schedule.ll | 24 +++++-----
test/CodeGen/X86/sse3-schedule.ll | 32 ++++++-------
test/CodeGen/X86/ssse3-schedule.ll | 48 +++++++++----------
test/tools/llvm-mca/X86/BtVer2/dot-product.s | 32 ++++++-------
.../llvm-mca/X86/BtVer2/hadd-read-after-ld-1.s | 14 +++---
.../llvm-mca/X86/BtVer2/hadd-read-after-ld-2.s | 14 +++---
.../llvm-mca/X86/BtVer2/instruction-info-view.s | 10 ++--
test/tools/llvm-mca/X86/BtVer2/resources-avx1.s | 56 +++++++++++-----------
test/tools/llvm-mca/X86/BtVer2/resources-sse3.s | 16 +++----
test/tools/llvm-mca/X86/BtVer2/resources-ssse3.s | 48 +++++++++----------
12 files changed, 161 insertions(+), 159 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 20409629a llvm-f72117038125858c9a0d1fec190d6d1252065887: 16
new c5ee9fde1 llvm-d2a89cbed971256e7fad95cb1f3714654dd74bd0: 16
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 (20409629a)
\
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:
1-reset_artifacts/console.log | 79 +-
2-build_llvm/console.log | 9564 ++++++++++++++++++------------------
3-count_linux_objs/console.log | 74 +-
3-count_linux_objs/kernel.release | 1 +
console.log | 9715 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 4 +-
9 files changed, 9730 insertions(+), 9719 deletions(-)
create mode 100644 3-count_linux_objs/kernel.release
--
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 e34f519a820 [X86] Regenerate test
new 30fdda8b5f9 [X86] getFauxShuffleMask - bail for non-byte aligned shuffle types
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/Target/X86/X86ISelLowering.cpp | 4 ++--
1 file changed, 2 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 clang.
from 0d0de09b85 Add a REQUIRES: darwin line for a mac test.
new ad18a0d697 [Fixed Point Arithmetic] Fixed Point Addition
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:
include/clang/AST/ASTContext.h | 6 +
include/clang/AST/Type.h | 7 +
include/clang/Basic/FixedPoint.h | 21 ++
lib/AST/ASTContext.cpp | 43 +++-
lib/Basic/FixedPoint.cpp | 25 ++
lib/CodeGen/CGExprScalar.cpp | 82 ++++++-
lib/Sema/SemaExpr.cpp | 91 +++++++-
test/Frontend/fixed_point_add.c | 390 ++++++++++++++++++++++++++++++++
test/Frontend/fixed_point_conversions.c | 22 +-
9 files changed, 667 insertions(+), 20 deletions(-)
create mode 100644 test/Frontend/fixed_point_add.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 compiler-rt.
from b15181368 [TSan] Use switches when dealing with enums
new 79374b3a6 Make compiler-rt CMakeLists.txt formatting a bit more like LL [...]
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:
include/CMakeLists.txt | 6 ++++--
lib/interception/CMakeLists.txt | 6 ++++--
lib/sanitizer_common/CMakeLists.txt | 15 ++++++++++-----
lib/ubsan/CMakeLists.txt | 11 +++++++----
4 files changed, 25 insertions(+), 13 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-master-arm-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 9383a5c55 gcc-0ca47588bd2e38bbfa427503968e08a6b8ab3166: all
new 2a8c1a87f binutils-77fdb0e00bd47c564c4e32726fc6020d9441d4a7: 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 (9383a5c55)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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:
1-reset_artifacts/console.log | 74 +-
2-prepare_abe/console.log | 6 +-
3-build_abe-binutils/console.log | 3706 ++++++------
4-build_abe-stage1/console.log | 4879 ++++++++--------
5-count_linux_objs/console.log | 2695 ++++-----
5-count_linux_objs/kernel.release | 1 +
console.log | 11128 ++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
11 files changed, 11275 insertions(+), 11234 deletions(-)
create mode 100644 5-count_linux_objs/kernel.release
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.