This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from acfba51 [ThinLTO] Remove unused/incomplete lazy summary reading suppo [...]
new 7c23aa2 [MachineCombiner] Support for floating-point FMA on ARM64
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/MachineCombinerPattern.h | 35 +-
include/llvm/CodeGen/SelectionDAGTargetInfo.h | 6 +
include/llvm/Target/TargetInstrInfo.h | 5 +
lib/CodeGen/MachineCombiner.cpp | 12 +-
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 13 +-
lib/CodeGen/TargetInstrInfo.cpp | 6 +-
lib/Target/AArch64/AArch64InstrInfo.cpp | 580 +++++++++++++++++++++++--
lib/Target/AArch64/AArch64InstrInfo.h | 5 +
lib/Target/AArch64/AArch64SelectionDAGInfo.cpp | 6 +
lib/Target/AArch64/AArch64SelectionDAGInfo.h | 1 +
test/CodeGen/AArch64/arm64-fma-combines.ll | 136 ++++++
test/CodeGen/AArch64/arm64-fml-combines.ll | 128 ++++++
12 files changed, 893 insertions(+), 40 deletions(-)
create mode 100644 test/CodeGen/AArch64/arm64-fma-combines.ll
create mode 100644 test/CodeGen/AArch64/arm64-fml-combines.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 3441786 AMDGPU/SI: add llvm.amdgcn.ps.live intrinsic
new 90c7bb0 Refactor IRObjectFile, extract a static CollectAsmUndefinedRe [...]
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/Object/IRObjectFile.h | 10 ++++++++++
lib/Object/IRObjectFile.cpp | 19 +++++++++++++++----
2 files changed, 25 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.
unknown user pushed a change to branch hjl/pr67400/no-plt
in repository gcc.
discards ec7f4e9 Default to -fno-plt
omits 25074a0 Load external function address via GOT slot
new f8ad0ec Load external function address via GOT slot
new ec649c6 Default to -fno-plt
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 (ec7f4e9)
\
N -- N -- N refs/heads/hjl/pr67400/no-plt (ec649c6)
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 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/testsuite/gcc.target/i386/{pr67400-3.c => pr67400-4.c} | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
copy gcc/testsuite/gcc.target/i386/{pr67400-3.c => pr67400-4.c} (82%)
--
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 libcxx.
from df46b78 Fix LWG issue #2106: move_iterators returning prvalues
new 9341a8a Cleanup: move visibility/linkage attributes to the first decl [...]
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/complex | 18 ++++++---
include/experimental/any | 12 +++---
include/experimental/dynarray | 15 +++++---
include/ext/hash_map | 6 ++-
include/ext/hash_set | 6 ++-
include/forward_list | 25 +++++++-----
include/fstream | 90 ++++++++++++++++++++++++++++---------------
include/list | 47 ++++++++++++++--------
include/queue | 49 +++++++++++++++--------
include/unordered_map | 30 ++++++++++-----
include/unordered_set | 27 ++++++++-----
11 files changed, 214 insertions(+), 111 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 817fdeb ARM: fix test for Windows division
new b725c76 Try to fix UNRESOLVED: LLVM :: CodeGen/AArch64/arm64-regress- [...]
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/AArch64/arm64-regress-opt-cmp.mir | 1 +
1 file changed, 1 insertion(+)
--
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 86ee12b [asan] Disable one test on windows.
new 6b7dd03 [sanitizer] Allow the sanitizer allocator to use a non-fixed [...]
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/sanitizer_common/sanitizer_allocator.h | 58 +++++++++++++++-------
lib/sanitizer_common/sanitizer_posix_libcdep.cc | 3 +-
.../tests/sanitizer_allocator_testlib.cc | 3 +-
3 files changed, 43 insertions(+), 21 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 e0dd87a [WebAssembly] Limit alignment hints to natural alignment.
new 817fdeb ARM: fix test for Windows division
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/ARM/Windows/division.ll | 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.
unknown user pushed a change to branch master
in repository libcxx.
from c6c26a4 Complete LWG issue #2016. Allocators must be nothrow swappable
new 6f367f0 Fix C++03 build breakage
new df46b78 Fix LWG issue #2106: move_iterators returning prvalues
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/iterator | 7 +++-
.../sequences/array/array.special/swap.pass.cpp | 11 ++++--
.../move.iterators/move.iterator/types.pass.cpp | 41 +++++++++++++++++++++-
www/cxx1z_status.html | 2 +-
4 files changed, 56 insertions(+), 5 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 7189032 [CUDA] removed unneeded __nvvm_reflect_anchor()
new 428050e Try to get test passing on OS X (see comment at top of file).
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/Driver/cl-pch.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-tools-extra.
from 910e775 [clang-tidy] Fix broken build bot.
new 98d6ff1 clangTidyReadabilityModule: Add clangTidyUtils in libdeps, co [...]
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:
clang-tidy/readability/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.