This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8a85be7 AMDGPU: Follow up to r275203
new 5ae8ffe GlobalISel: freeze reserved regs after IRTranslator.
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/GlobalISel/IRTranslator.cpp | 5 +++++
test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll | 2 +-
2 files changed, 6 insertions(+), 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 binutils-gdb.
from e0f3fd7 PR python/19293 - invalidate frame cache when unwinders change
new 37567a2 Align x86-64 .got/.got.plt sections to 8 bytes
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:
bfd/ChangeLog | 5 +++++
bfd/elf64-x86-64.c | 11 +++++++++++
2 files changed, 16 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 gcc.
from ffa607a escape: Add escape notes to export data.
new 5c3ccd9 PR rtl-optimization/68961 * config/i386/sse.md (movsd/movhp [...]
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 | 8 +++++++-
gcc/config/i386/sse.md | 20 ++++++++++++++++----
2 files changed, 23 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 llvm.
from f27edbb Remove unused variable to fix bot failure from r275216
new 8a85be7 AMDGPU: Follow up to r275203
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/SIISelLowering.cpp | 63 +++++++++++++++-
lib/Target/AMDGPU/SIISelLowering.h | 3 +
lib/Target/AMDGPU/SIInstructions.td | 12 ++-
lib/Target/AMDGPU/SILowerControlFlow.cpp | 51 +++++++------
lib/Target/AMDGPU/SIWholeQuadMode.cpp | 5 +-
test/CodeGen/AMDGPU/skip-if-dead.ll | 123 +++++++++++++++++++++++++++++--
6 files changed, 218 insertions(+), 39 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 e0c5cea Refactor indirect call promotion profitability analysis (NFC)
new 6449d7c [LV] Remove wrong assumption about LCSSA
new be82bf9 The test case I added is PowerPC specific but I accidentally [...]
new f27edbb Remove unused variable to fix bot failure from r275216
The 3 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:
.../Instrumentation/IndirectCallPromotion.cpp | 3 +--
lib/Transforms/Vectorize/LoopVectorize.cpp | 5 -----
.../{ => PowerPC}/p9-xxinsertw-xxextractuw.ll | 0
test/Transforms/LoopVectorize/iv_outside_user.ll | 25 ++++++++++++++++++++++
4 files changed, 26 insertions(+), 7 deletions(-)
rename test/CodeGen/{ => PowerPC}/p9-xxinsertw-xxextractuw.ll (100%)
--
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 cb071cb [Power9] Add codegen for VSX word insert/extract instructions
new e0c5cea Refactor indirect call promotion profitability analysis (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:
.../llvm/Analysis/IndirectCallPromotionAnalysis.h | 67 +++++++++++++
.../llvm/Analysis}/IndirectCallSiteVisitor.h | 0
lib/Analysis/CMakeLists.txt | 1 +
lib/Analysis/IndirectCallPromotionAnalysis.cpp | 110 +++++++++++++++++++++
lib/Analysis/LLVMBuild.txt | 2 +-
.../Instrumentation/IndirectCallPromotion.cpp | 82 ++++-----------
.../Instrumentation/PGOInstrumentation.cpp | 2 +-
7 files changed, 201 insertions(+), 63 deletions(-)
create mode 100644 include/llvm/Analysis/IndirectCallPromotionAnalysis.h
rename {lib/Transforms/Instrumentation => include/llvm/Analysis}/IndirectCallSiteV [...]
create mode 100644 lib/Analysis/IndirectCallPromotionAnalysis.cpp
--
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 7615994 [LoopAccessAnalysis] Some minor cleanups
new e2a2e27 Review fixes to lit documentation
new cb071cb [Power9] Add codegen for VSX word insert/extract instructions
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:
docs/TestingGuide.rst | 34 +-
lib/Target/PowerPC/PPCISelLowering.cpp | 112 ++++
lib/Target/PowerPC/PPCISelLowering.h | 18 +
lib/Target/PowerPC/PPCInstrInfo.td | 12 +-
lib/Target/PowerPC/PPCInstrVSX.td | 80 ++-
lib/Target/PowerPC/README_P9.txt | 6 +
test/CodeGen/p9-xxinsertw-xxextractuw.ll | 970 +++++++++++++++++++++++++++++++
test/lit.cfg | 1 -
8 files changed, 1192 insertions(+), 41 deletions(-)
create mode 100644 test/CodeGen/p9-xxinsertw-xxextractuw.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 e0deca8 [SCCP] Constant fold structs if all the lattice value are constant.
new 9ecfb53 [X86][AVX] Add support for target shuffle combining to VPERM2 [...]
new 7615994 [LoopAccessAnalysis] Some minor cleanups
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/Analysis/LoopAccessAnalysis.cpp | 36 ++++++++++-------------
lib/Target/X86/X86ISelLowering.cpp | 32 +++++++++++++++++---
test/CodeGen/X86/vector-shuffle-combining-avx.ll | 22 ++++++++++++++
test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 13 ++++----
4 files changed, 73 insertions(+), 30 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 f54bd5c * config/i386/predicates.md (x86_64_immediate_operand) <cas [...]
new ffa607a escape: Add escape notes to export data.
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/export.cc | 15 +++++++++++++++
gcc/go/gofrontend/export.h | 5 +++++
gcc/go/gofrontend/gogo.cc | 18 ++++++++++++++----
gcc/go/gofrontend/import.cc | 36 ++++++++++++++++++++++++++++++++++++
gcc/go/gofrontend/import.h | 4 ++++
6 files changed, 75 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 libcxx.
from 3f54358 Add tests for the meta.unary.props that do not require a comp [...]
new f675274 libc++: name anonymous structs
new 211f9a4 Add more tests for LWG#2582. No code changes needed, just tests.
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:
.../atomics/atomics.lockfree/isalwayslockfree.pass.cpp | 18 +++++++++---------
.../meta/meta.unary/meta.unary.cat/array.pass.cpp | 7 ++++---
.../meta/meta.unary/meta.unary.cat/class.pass.cpp | 3 ++-
.../meta/meta.unary/meta.unary.cat/enum.pass.cpp | 2 +-
.../meta.unary/meta.unary.cat/floating_point.pass.cpp | 2 +-
.../meta/meta.unary/meta.unary.cat/function.pass.cpp | 2 +-
.../meta/meta.unary/meta.unary.cat/integral.pass.cpp | 2 +-
.../meta/meta.unary/meta.unary.cat/is_array.pass.cpp | 2 +-
.../meta/meta.unary/meta.unary.cat/lvalue_ref.pass.cpp | 2 +-
.../meta.unary.cat/member_function_pointer.pass.cpp | 2 +-
.../member_function_pointer_no_variadics.pass.cpp | 2 +-
.../meta.unary.cat/member_object_pointer.pass.cpp | 2 +-
.../meta/meta.unary/meta.unary.cat/nullptr.pass.cpp | 2 +-
.../meta/meta.unary/meta.unary.cat/pointer.pass.cpp | 2 +-
.../meta/meta.unary/meta.unary.cat/rvalue_ref.pass.cpp | 2 +-
.../meta/meta.unary/meta.unary.cat/union.pass.cpp | 2 +-
.../meta/meta.unary/meta.unary.cat/void.pass.cpp | 2 +-
.../meta/meta.unary/meta.unary.comp/array.pass.cpp | 3 +++
.../meta/meta.unary/meta.unary.comp/class.pass.cpp | 3 +++
.../meta.unary/meta.unary.comp/is_arithmetic.pass.cpp | 3 +++
.../meta.unary/meta.unary.comp/is_compound.pass.cpp | 3 +++
.../meta.unary/meta.unary.comp/is_fundamental.pass.cpp | 3 +++
.../meta.unary.comp/is_member_pointer.pass.cpp | 3 +++
.../meta/meta.unary/meta.unary.comp/is_object.pass.cpp | 4 +++-
.../meta.unary/meta.unary.comp/is_reference.pass.cpp | 3 +++
.../meta/meta.unary/meta.unary.comp/is_scalar.pass.cpp | 3 +++
www/cxx1z_status.html | 2 +-
27 files changed, 57 insertions(+), 29 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.