This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 40cd741960e [SelectionDAG] fix formatting; NFC
new e6d82b3e055 [ThinLTO] Fix comment. NFC
new 5e067bb37cc Subject: [PATCH] [CodeGen] Add pass to combine interleaved loads.
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:
include/llvm/CodeGen/Passes.h | 5 +
include/llvm/InitializePasses.h | 1 +
lib/CodeGen/CMakeLists.txt | 1 +
lib/CodeGen/CodeGen.cpp | 1 +
lib/CodeGen/InterleavedLoadCombinePass.cpp | 1366 ++++++++++++++++++++
lib/IR/ModuleSummaryIndex.cpp | 2 +-
lib/Target/AArch64/AArch64TargetMachine.cpp | 4 +-
test/CodeGen/AArch64/O3-pipeline.ll | 5 +
.../AArch64/aarch64-interleaved-ld-combine.ll | 406 ++++++
tools/opt/opt.cpp | 1 +
10 files changed, 1790 insertions(+), 2 deletions(-)
create mode 100644 lib/CodeGen/InterleavedLoadCombinePass.cpp
create mode 100644 test/CodeGen/AArch64/aarch64-interleaved-ld-combine.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.
unknown user pushed a change to branch master
in repository llvm.
from c21e1cb2265 [llvm-exegesis] (+final perf overview) InstructionBenchmark [...]
new 40cd741960e [SelectionDAG] fix formatting; NFC
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/llvm/CodeGen/SelectionDAG.h | 28 +++++++++++++---------------
1 file changed, 13 insertions(+), 15 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 b3136cb0fef PR debug/87039 * omp-expand.c: Don't include debug.h. (a [...]
new 6e35c39402b PR c++/60994 * g++.dg/lookup/pr60994.C: New test.
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/testsuite/ChangeLog | 3 +++
gcc/testsuite/g++.dg/lookup/pr60994.C | 13 +++++++++++++
2 files changed, 16 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/lookup/pr60994.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/gnu-master-aarch64-next-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.
unknown user pushed a change to branch release/2.28/master
in repository glibc.
from f44c2ca5ea Update kernel version in syscall-names.list to 4.19.
new 10f1519f6a Increase timeout of libio/tst-readline
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:
ChangeLog | 4 ++++
libio/tst-readline.c | 1 +
2 files changed, 5 insertions(+)
--
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-stable-allmodconfig
in repository toolchain/binutils-gdb.
from e7ace9f0df Automatic date update in version.in
adds 6bf7745f80 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-master-aarch64-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.