This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3c04b9a [InstCombine] When checking to see if we can turn subtracts o [...]
new c82755f AMDGPU: Diagnose illegal SGPR to VGPR copies
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/SIInstrInfo.cpp | 39 ++++++++++++++++++--
lib/Target/AMDGPU/SIInstructions.td | 4 +++
test/CodeGen/AMDGPU/illegal-sgpr-to-vgpr-copy.ll | 45 ++++++++++++++++++++++++
3 files changed, 85 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/illegal-sgpr-to-vgpr-copy.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 bdbfd74 [PGO] Preserve GlobalsAA in pgo-memop-opt pass.
new 34d5677 AMDGPU: Replace fp16SrcZerosHighBits with a whitelist
new 3c04b9a [InstCombine] When checking to see if we can turn subtracts o [...]
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/AMDGPU/SIISelLowering.cpp | 54 ++++++++++++++++++++++--
lib/Transforms/InstCombine/InstCombineAddSub.cpp | 12 +++---
test/CodeGen/AMDGPU/fcopysign.f16.ll | 41 +++++++++---------
3 files changed, 78 insertions(+), 29 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 abdcc5c Some of Eric's buildbots don't like this test. Disable it whi [...]
new effdf24 [CMake][libcxx] Use check_c_compiler_flag to check for nodefaultlibs
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:
cmake/config-ix.cmake | 3 ++-
1 file changed, 2 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 lld.
from 40e6b33 Revert r299635 because it exposed a latent bug.
new 2d0eec2 Cache the result of findSection.
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:
ELF/LinkerScript.cpp | 10 +++++++---
ELF/LinkerScript.h | 1 +
2 files changed, 8 insertions(+), 3 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 gcc-6-branch
in repository gcc.
from af2d9b9 2017-04-06 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new 018b1ae Backport from mainline 2017-04-06 Uros Bizjak <ubizjak@gm [...]
new 94a42b0 * ChangeLog: Fix my last entry.
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/ChangeLog | 20 ++++++++++++++++++++
gcc/config/i386/i386.c | 31 +++++++++++++++++++++----------
gcc/config/i386/mm3dnow.h | 6 +++++-
gcc/config/i386/mmintrin.h | 10 +++++++---
gcc/testsuite/ChangeLog | 14 ++++++++++++++
gcc/testsuite/gcc.target/i386/pr79733.c | 23 +++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr80298-1.c | 7 +++++++
gcc/testsuite/gcc.target/i386/pr80298-2.c | 7 +++++++
8 files changed, 104 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr79733.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr80298-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr80298-2.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 ff80283 [InstCombine] Remove redundant combine from visitAnd
new 1f6fa0f [llvm-extract] Add option for recursive extraction
new bdbfd74 [PGO] Preserve GlobalsAA in pgo-memop-opt pass.
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:
.../Instrumentation/IndirectCallPromotion.cpp | 6 +++-
test/tools/llvm-extract/recursive.ll | 32 ++++++++++++++++++++
tools/llvm-extract/llvm-extract.cpp | 35 +++++++++++++++++++++-
3 files changed, 71 insertions(+), 2 deletions(-)
create mode 100644 test/tools/llvm-extract/recursive.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 lldb.
from 123cca8 XFAIL TestDataFormatterLibcxxVBool on Linux & Android
new ec2a6e4 Try to fix FreeBSD build after iwyu changes.
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:
source/Host/freebsd/HostInfoFreeBSD.cpp | 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 llvm.
from 519b967 [BFIterator] Remove an assertion that doesn't hold. NFCI.
new ff80283 [InstCombine] Remove redundant combine from visitAnd
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/InstCombine/InstCombineAndOrXor.cpp | 90 ----------------------
lib/Transforms/InstCombine/InstCombineInternal.h | 2 -
2 files changed, 92 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 8701bbc Revert "Turn some C-style vararg into variadic templates"
new 519b967 [BFIterator] Remove an assertion that doesn't hold. NFCI.
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/ADT/BreadthFirstIterator.h | 1 -
1 file changed, 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 gcc.
from a0ee4eb PR target/80286 * config/i386/sse.md (*vec_extractv4si_0_ze [...]
new 05f9956 PR debug/80234 * dwarf2out.c (gen_member_die): Handle C++17 [...]
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/dwarf2out.c | 34 +++++++++++++++++++++++----
gcc/testsuite/ChangeLog | 6 +++++
gcc/testsuite/g++.dg/debug/dwarf2/pr80234-1.C | 15 ++++++++++++
gcc/testsuite/g++.dg/debug/dwarf2/pr80234-2.C | 15 ++++++++++++
5 files changed, 72 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/pr80234-1.C
create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/pr80234-2.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.