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 0d488c2 [lsan] Relax check for allocator_end in ProcessGlobalRegionsC [...]
new 96ea1686 [ARM RT] Fix broken clear_cache debug build on ARM
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/builtins/CMakeLists.txt | 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 44de456 AMDGPU: Fix counting si_mask_branch as 4 bytes
new f63894b Reapply "AMDGPU: Don't use offen if it is 0"
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/SIRegisterInfo.cpp | 104 +++++++++++++++++++--
lib/Target/AMDGPU/SIRegisterInfo.h | 10 +-
test/CodeGen/AMDGPU/amdgpu.private-memory.ll | 16 ++--
test/CodeGen/AMDGPU/captured-frame-index.ll | 21 +++--
test/CodeGen/AMDGPU/cgp-addressing-modes.ll | 4 +-
test/CodeGen/AMDGPU/extload-private.ll | 8 +-
test/CodeGen/AMDGPU/insert_vector_elt.ll | 47 ++++++----
test/CodeGen/AMDGPU/local-stack-slot-bug.ll | 10 +-
test/CodeGen/AMDGPU/private-element-size.ll | 42 ++++-----
test/CodeGen/AMDGPU/scratch-buffer.ll | 7 +-
.../vgpr-spill-emergency-stack-slot-compute.ll | 8 +-
test/CodeGen/AMDGPU/wqm.ll | 2 +-
12 files changed, 191 insertions(+), 88 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 ed09e1d 2016-10-26 Paul Thomas <pault(a)gcc.gnu.org>
new fd0f812 * config/spu/spu.c (spu_sched_reorder): Add missing fallthru [...]
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/config/spu/spu.c | 4 +++-
2 files changed, 9 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 gcc-6-branch
in repository gcc.
from 156924e Daily bump.
new 3f9c4af Backport from mainline 2016-10-21 Jakub Jelinek <jakub@re [...]
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 | 46 ++++++++++
gcc/config/i386/bmiintrin.h | 10 +-
gcc/config/i386/i386-builtin-types.def | 4 +-
gcc/config/i386/i386.c | 134 +++++++++++++++++++++++++--
gcc/config/i386/i386.md | 158 +++++++++++++++++++++++++++++---
gcc/config/i386/lzcntintrin.h | 10 +-
gcc/testsuite/ChangeLog | 16 ++++
gcc/testsuite/gcc.target/i386/bmi-6.c | 1 +
gcc/testsuite/gcc.target/i386/pr78037.c | 21 +++++
gcc/testsuite/gcc.target/i386/pr78057.c | 42 +++++++++
10 files changed, 410 insertions(+), 32 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr78037.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr78057.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 1a633d1 AMDGPU/SI: Don't emit multi-dword flat memory ops when they m [...]
new 84b175c LegalizeDAG: Support promoting [US]DIV and [US]REM operations
new d0147e5 [InstCombine] clean up commonCastTransforms; NFC
new f205f3b Fix nondeterministic output in local stack slot alloc pass
new 44de456 AMDGPU: Fix counting si_mask_branch as 4 bytes
The 4 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/LocalStackSlotAllocation.cpp | 22 ++++++++++++++++------
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 19 ++++++++++++++++++-
lib/Target/AMDGPU/SIInstrInfo.cpp | 1 +
lib/Target/AMDGPU/SIInstructions.td | 1 -
lib/Transforms/InstCombine/InstCombineCasts.cpp | 20 +++++++++-----------
5 files changed, 44 insertions(+), 19 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 290f955 Fix error handling in recursive_directory_iterator::increment
new ed09e1d 2016-10-26 Paul Thomas <pault(a)gcc.gnu.org>
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/fortran/ChangeLog | 7 ++++
gcc/fortran/resolve.c | 12 +++++-
gcc/testsuite/ChangeLog | 6 +++
gcc/testsuite/gfortran.dg/submodule_18.f08 | 49 +++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/submodule_19.f08 | 59 ++++++++++++++++++++++++++++++
5 files changed, 132 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/submodule_18.f08
create mode 100644 gcc/testsuite/gfortran.dg/submodule_19.f08
--
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 e2f7559 AMDGPU/SI: Remove unnecessary run lines from test
new 1a633d1 AMDGPU/SI: Don't emit multi-dword flat memory ops when they m [...]
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 | 16 ++++++++++++++++
test/CodeGen/AMDGPU/flat-address-space.ll | 27 +++++++++++++++++++++++++--
2 files changed, 41 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 llvm.
from a1f05a2 [X86] AVX512 fallback for floating-point scalar selects
new e2f7559 AMDGPU/SI: Remove unnecessary run lines from 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:
test/CodeGen/AMDGPU/flat-address-space.ll | 6 ++----
1 file changed, 2 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 llvm.
from 1d3b444 [InstCombine] consolidate zext tests and auto-generate checks; NFC
new a1f05a2 [X86] AVX512 fallback for floating-point scalar selects
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/X86/X86ISelLowering.cpp | 5 +++++
test/CodeGen/X86/avx512-select.ll | 20 ++++++++------------
2 files changed, 13 insertions(+), 12 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 cbb0ce9 [InstCombine] auto-generate better checks; NFC
new 1d3b444 [InstCombine] consolidate zext tests and auto-generate checks; 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:
test/Transforms/InstCombine/apint-zext1.ll | 11 ----
test/Transforms/InstCombine/apint-zext2.ll | 11 ----
test/Transforms/InstCombine/zext.ll | 85 +++++++++++++++++++++---------
3 files changed, 59 insertions(+), 48 deletions(-)
delete mode 100644 test/Transforms/InstCombine/apint-zext1.ll
delete mode 100644 test/Transforms/InstCombine/apint-zext2.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.