This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 87b02fc78d4 [llvm-mca] Simplify code in class Scheduler. NFCI
new 365d19d9574 [SelectionDAG] Support result type promotion for FLT_ROUNDS_
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/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 9 +++++++++
lib/CodeGen/SelectionDAG/LegalizeTypes.h | 1 +
test/CodeGen/RISCV/{prefetch.ll => flt-rounds.ll} | 14 ++++++++------
3 files changed, 18 insertions(+), 6 deletions(-)
copy test/CodeGen/RISCV/{prefetch.ll => flt-rounds.ll} (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/llvm-release-arm-mainline-allmodconfig
in repository toolchain/ci/llvm-monorepo.
from e35cea20fbc Merging r345497:
new 7ba0a8daae1 Merging r344444 and r344445:
new c1351b10049 Merging r347431:
new 69ea49fd000 Merging r347556:
new 6ce29826537 Merging r339260:
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:
.../clang-tidy/bugprone/ExceptionEscapeCheck.cpp | 6 +-
.../checks/bugprone-exception-escape.rst | 2 +
.../test/clang-tidy/bugprone-exception-escape.cpp | 25 ++
clang/lib/Headers/altivec.h | 63 ++--
clang/test/CodeGen/builtins-ppc-altivec.c | 84 ++---
clang/test/CodeGen/builtins-ppc-quadword.c | 32 +-
clang/test/CodeGen/builtins-ppc-vsx.c | 36 +--
llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 5 +-
llvm/lib/Target/PowerPC/P9InstrResources.td | 1 +
llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 11 -
llvm/lib/Target/PowerPC/PPCInstrVSX.td | 91 +++++-
llvm/test/CodeGen/PowerPC/VSX-XForm-Scalars.ll | 61 ++--
llvm/test/CodeGen/PowerPC/build-vector-tests.ll | 44 ++-
llvm/test/CodeGen/PowerPC/load-v4i8-improved.ll | 22 +-
.../CodeGen/PowerPC/power9-moves-and-splats.ll | 246 ++++++++++-----
llvm/test/CodeGen/PowerPC/pr38087.ll | 5 +-
llvm/test/CodeGen/PowerPC/qpx-load-splat.ll | 62 ++--
llvm/test/CodeGen/PowerPC/scalar_vector_test_1.ll | 292 ++++++++++++++++++
llvm/test/CodeGen/PowerPC/scalar_vector_test_2.ll | 118 +++++++
llvm/test/CodeGen/PowerPC/scalar_vector_test_3.ll | 265 ++++++++++++++++
llvm/test/CodeGen/PowerPC/scalar_vector_test_4.ll | 341 +++++++++++++++++++++
llvm/test/CodeGen/PowerPC/swaps-le-6.ll | 89 ++++--
llvm/test/CodeGen/PowerPC/vsx_insert_extract_le.ll | 123 +++++---
llvm/test/CodeGen/X86/mingw-comdats.ll | 33 +-
24 files changed, 1702 insertions(+), 355 deletions(-)
create mode 100644 llvm/test/CodeGen/PowerPC/scalar_vector_test_1.ll
create mode 100644 llvm/test/CodeGen/PowerPC/scalar_vector_test_2.ll
create mode 100644 llvm/test/CodeGen/PowerPC/scalar_vector_test_3.ll
create mode 100644 llvm/test/CodeGen/PowerPC/scalar_vector_test_4.ll
--
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-allnoconfig
in repository toolchain/gcc.
from 06403f63899 [PR c++/87531] operator= lookup in templates
adds 6cc908e72a7 gcc/ Backport from mainline 2018-11-29 Peter Bergner <b [...]
adds 9dfeb75e41a Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 9 +++++++++
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/rs6000.c | 22 ++++++++++++++--------
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/powerpc/pr87496.c | 10 ++++++++++
5 files changed, 42 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr87496.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 cdc31182973 [SelectionDAG] Support promotion of PREFETCH operands
new 87b02fc78d4 [llvm-mca] Simplify code in class Scheduler. NFCI
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:
tools/llvm-mca/include/HardwareUnits/LSUnit.h | 5 +++--
tools/llvm-mca/include/HardwareUnits/Scheduler.h | 19 +++++++++----------
tools/llvm-mca/lib/Context.cpp | 2 +-
tools/llvm-mca/lib/HardwareUnits/Scheduler.cpp | 10 +++++-----
4 files changed, 18 insertions(+), 18 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 40c1a2fade8 Restrict vector extension to use 128bit vectors (PR testsui [...]
new 39f7a88fefc 2018-11-30 Richard Biener <rguenther(a)suse.de>
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/c/ChangeLog | 5 ++
gcc/c/gimple-parser.c | 89 ++++++++++++++++++----
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.dg/gimplefe-34.c | 20 +++++
.../gcc.dg/{gimplefe-error-1.c => gimplefe-35.c} | 8 +-
5 files changed, 110 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/gimplefe-34.c
copy gcc/testsuite/gcc.dg/{gimplefe-error-1.c => gimplefe-35.c} (50%)
--
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-mainline-allyesconfig
in repository toolchain/binutils-gdb.
from 637d905555 Automatic date update in version.in
adds 081de957bc Automatic date update in version.in
adds 0f494b0143 PR23937, powerpc64le local ifunc IRELATIVE relocs are wrong
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 6 ++++
bfd/elf64-ppc.c | 3 +-
bfd/version.h | 2 +-
ld/ChangeLog | 6 ++++
ld/testsuite/ld-powerpc/powerpc.exp | 1 +
ld/testsuite/ld-powerpc/pr23937.d | 10 ++++++
ld/testsuite/ld-powerpc/pr23937.s | 65 +++++++++++++++++++++++++++++++++++++
7 files changed, 91 insertions(+), 2 deletions(-)
create mode 100644 ld/testsuite/ld-powerpc/pr23937.d
create mode 100644 ld/testsuite/ld-powerpc/pr23937.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.