This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ebceee2165b [CodeGen][AArch64] Use RegUnits to track register aliases. (NFC)
new 310e78bb8fd StructurizeCFG: Adjust the loop depth for a subregion to or [...]
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/Transforms/Scalar/StructurizeCFG.cpp | 35 +++++++--
test/CodeGen/AMDGPU/nested-loop-conditions.ll | 74 +++++++++---------
...edge-id-bug.ll => loop-subregion-misordered.ll} | 91 +++++++++++-----------
3 files changed, 112 insertions(+), 88 deletions(-)
copy test/Transforms/StructurizeCFG/AMDGPU/{backedge-id-bug.ll => loop-subregion-m [...]
--
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 7d2df6ba20 [CUDA] Fixed the list of GPUs supported by CUDA-9.
new 7eb6f679d1 [X86] Move all Intel defined intrinsic includes into immintrin.h
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/Headers/cldemoteintrin.h | 2 +-
lib/Headers/clzerointrin.h | 2 +-
lib/Headers/immintrin.h | 41 +++++++++++++++++++++++++++++++
lib/Headers/movdirintrin.h | 2 +-
lib/Headers/pconfigintrin.h | 2 +-
lib/Headers/ptwriteintrin.h | 2 +-
lib/Headers/rdseedintrin.h | 2 +-
lib/Headers/sgxintrin.h | 2 +-
lib/Headers/waitpkgintrin.h | 2 +-
lib/Headers/wbnoinvdintrin.h | 2 +-
lib/Headers/x86intrin.h | 57 --------------------------------------------
11 files changed, 50 insertions(+), 66 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 compiler-rt.
from 50e33dfc1 Fix internal_mmap() on 32-bit NetBSD platforms
new cd0dd90d1 [sanitizer] Define UINTPTR_MAX
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_internal_defs.h | 6 ++++++
1 file changed, 6 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.
unknown user pushed a change to branch master
in repository llvm.
from ce531b3cc47 [Dominators] Add PDT constructor from Function
new 8a3276d9b51 [InstCombine] Fold unfolded masked merge pattern with varia [...]
new ebceee2165b [CodeGen][AArch64] Use RegUnits to track register aliases. (NFC)
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:
.../AArch64/AArch64RedundantCopyElimination.cpp | 67 ++++++++-----------
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 36 ++++++++++
test/Transforms/InstCombine/and-or-not.ll | 7 +-
test/Transforms/InstCombine/masked-merge-add.ll | 70 +++++++++-----------
.../InstCombine/masked-merge-and-of-ors.ll | 76 ++++++++++------------
test/Transforms/InstCombine/masked-merge-or.ll | 70 +++++++++-----------
test/Transforms/InstCombine/masked-merge-xor.ll | 70 +++++++++-----------
test/Transforms/InstCombine/vec_sext.ll | 14 ++--
8 files changed, 195 insertions(+), 215 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 440762c1d Teach __libcpp_is_floating_point that __fp16 and _Float16 are [...]
new 7e4ede49d Do not define template specialization __libcpp_is_floating_po [...]
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/type_traits | 2 ++
test/libcxx/type_traits/is_floating_point.pass.cpp | 2 ++
2 files changed, 4 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.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from ad5c14b0 [Documentation] Move some Clang-tidy changes to proper sections.
new 0692b193 [Documentation] Fix link syntax in Release Notes.
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:
docs/ReleaseNotes.rst | 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 e1ddf28f3f6 Silence warnings introduced with r333093
new c058ba5c3a9 [InstCombine] Negate ABS/NABS patterns by swapping the sele [...]
new ce531b3cc47 [Dominators] Add PDT constructor from Function
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/Analysis/PostDominators.h | 2 +
lib/Analysis/PostDominators.cpp | 3 +-
lib/Transforms/IPO/SampleProfile.cpp | 6 +--
lib/Transforms/InstCombine/InstCombineAddSub.cpp | 16 ++++++++
test/Transforms/InstCombine/abs-1.ll | 27 +++++++++++++
unittests/IR/DominatorTreeBatchUpdatesTest.cpp | 23 +++++-------
unittests/IR/DominatorTreeTest.cpp | 48 ++++++++++++------------
7 files changed, 82 insertions(+), 43 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 fa35e8885 Mark more bits of P0433 as complete.
new 440762c1d Teach __libcpp_is_floating_point that __fp16 and _Float16 are [...]
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/type_traits | 4 ++++
.../is_floating_point.pass.cpp} | 14 ++++++++------
2 files changed, 12 insertions(+), 6 deletions(-)
copy test/libcxx/{utilities/meta/version.pass.cpp => type_traits/is_floating_point [...]
--
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 3fc49247 Replace last DEBUG occurrence with LLVM_DEBUG.
new ad5c14b0 [Documentation] Move some Clang-tidy changes to proper sections.
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:
docs/ReleaseNotes.rst | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.