This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bb9522438da Test commit - delete a trailing space.
new 4f0f4ba8d3a [X86] Add codegen tests for slow-shld scalar funnel shifts
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:
test/CodeGen/X86/fshl.ll | 360 ++++++++++++++++++++++++++++++++++-------------
test/CodeGen/X86/fshr.ll | 359 +++++++++++++++++++++++++++++++++-------------
2 files changed, 521 insertions(+), 198 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-arm-stable-defconfig
in repository toolchain/gcc.
from 485bcd4ddd4 Daily bump.
adds e1dc737efd2 Backport from mainline 2018-11-11 Uros Bizjak <ubizjak@ [...]
adds 03ce9f49470 Daily bump.
adds 026cc7cda0c Make a workaround for PR gcov-profile/88045.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 17 +++++++
gcc/DATESTAMP | 2 +-
gcc/config/i386/cygming.h | 3 --
gcc/config/i386/darwin.h | 3 +-
gcc/config/i386/i386.h | 3 +-
gcc/coverage.c | 6 ++-
gcc/testsuite/ChangeLog | 13 +++++
gcc/testsuite/g++.dg/gcov/pr88045.C | 90 +++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr87928.c | 23 +++++++++
9 files changed, 151 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/gcov/pr88045.C
create mode 100644 gcc/testsuite/gcc.target/i386/pr87928.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 06e2a9cc775 AMDGPU/InsertWaitcnts: Some more const-correctness
new bb9522438da Test commit - delete a trailing space.
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:
unittests/Support/ProcessTest.cpp | 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 clang.
from c05dbf6e8a [OpenCL] Fix address space deduction in template args.
new fd0f98bf23 Test commit - delete trailing space.
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:
examples/clang-interpreter/Test.cxx | 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 llvm.
from 14127217330 [ARM] Remove trunc sinks in ARM CGP
new 06e2a9cc775 AMDGPU/InsertWaitcnts: Some more const-correctness
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/AMDGPU/SIInsertWaitcnts.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 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-aarch64-lts-allyesconfig
in repository toolchain/binutils-gdb.
from ad6d89178d Automatic date update in version.in
adds c2a6c5da37 Fix ia64-linux-nat.c
adds 4f323b7277 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 13 +++++++++++++
gdb/ia64-linux-nat.c | 15 ++++++---------
gdb/target-delegates.c | 14 +++++++-------
gdb/target.h | 2 +-
5 files changed, 28 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-allmodconfig
in repository toolchain/binutils-gdb.
from ad6d89178d Automatic date update in version.in
adds c2a6c5da37 Fix ia64-linux-nat.c
adds 4f323b7277 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 13 +++++++++++++
gdb/ia64-linux-nat.c | 15 ++++++---------
gdb/target-delegates.c | 14 +++++++-------
gdb/target.h | 2 +-
5 files changed, 28 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 3ff9624d70d Fix how we match for count(n*) in gcov tests.
new 04535be00ef 2018-11-19 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/ChangeLog | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/lto/pr87229_0.C | 7 +++++++
gcc/tree.c | 7 +++++++
4 files changed, 25 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/lto/pr87229_0.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 ceb39000f30 [MSP430] Optimize srl/sra in case of A >> (8 + N)
new ae7ddf0c359 [LICM] Make LICM able to hoist phis
new 14127217330 [ARM] Remove trunc sinks in ARM CGP
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:
lib/Target/ARM/ARMCodeGenPrepare.cpp | 206 ++--
lib/Transforms/Scalar/LICM.cpp | 317 +++++-
test/CodeGen/ARM/CGP/arm-cgp-calls.ll | 12 +
test/CodeGen/ARM/CGP/arm-cgp-casts.ll | 146 +--
test/CodeGen/ARM/CGP/arm-cgp-phis-ret.ll | 12 +
test/CodeGen/ARM/CGP/arm-cgp-switch.ll | 168 +++
test/Transforms/LICM/hoist-phi.ll | 1164 ++++++++++++++++++++
.../LoopVectorize/invariant-store-vectorization.ll | 20 +-
8 files changed, 1841 insertions(+), 204 deletions(-)
create mode 100644 test/CodeGen/ARM/CGP/arm-cgp-switch.ll
create mode 100644 test/Transforms/LICM/hoist-phi.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.