This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ce35dd2 MSSA: Factor out phi node placement
new 7517ed2 AMDGPU: Split SILowerControlFlow into two pieces
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/AMDGPU.h | 5 +-
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 22 +-
lib/Target/AMDGPU/CMakeLists.txt | 1 +
lib/Target/AMDGPU/SIInsertSkips.cpp | 330 +++++++++++++++++++
lib/Target/AMDGPU/SIInstructions.td | 1 +
lib/Target/AMDGPU/SILowerControlFlow.cpp | 512 ++++++++++--------------------
test/CodeGen/AMDGPU/else.ll | 8 +-
test/CodeGen/AMDGPU/valu-i1.ll | 41 ++-
8 files changed, 555 insertions(+), 365 deletions(-)
create mode 100644 lib/Target/AMDGPU/SIInsertSkips.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 clang.
from 6a3fcde ADT: Remove uses of ilist_*sentinel_traits, NFC
new 5cb9343 AMDGPU: Handle structs directly in AMDGPUABIInfo
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/TargetInfo.cpp | 42 +++++++++++++++-
test/CodeGenOpenCL/amdgpu-abi-struct-coerce.cl | 66 ++++++++++++++++++++++++++
2 files changed, 107 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGenOpenCL/amdgpu-abi-struct-coerce.cl
--
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 6a5d369 [SimplifyCFG] Rewrite SinkThenElseCodeToEnd
new 51dfc8b MSSA: Only rename accesses whose defining access is nullptr
new ce35dd2 MSSA: Factor out phi node placement
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/Transforms/Utils/MemorySSA.h | 2 ++
lib/Transforms/Utils/MemorySSA.cpp | 59 +++++++++++++++----------------
2 files changed, 30 insertions(+), 31 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 binutils-gdb.
from 5fbe0d8 Free the string buffer used by the chew program to hold each [...]
new 6bb90213 Fix PR gdb/20505 - Make vDSO detection work with core files
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:
gdb/ChangeLog | 8 ++++
gdb/linux-tdep.c | 35 ++++++++++++---
gdb/testsuite/ChangeLog | 7 +++
gdb/testsuite/gdb.base/vdso-warning.exp | 76 ++++++++++++++++++++++-----------
4 files changed, 97 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 gdb-7.12-branch
in repository binutils-gdb.
from 18e066b Automatic date update in version.in
new 601a2a8 Fix PR gdb/20505 - Make vDSO detection work with core files
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:
gdb/ChangeLog | 8 ++++
gdb/linux-tdep.c | 35 ++++++++++++---
gdb/testsuite/ChangeLog | 7 +++
gdb/testsuite/gdb.base/vdso-warning.exp | 76 ++++++++++++++++++++++-----------
4 files changed, 97 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 gcc.
from b92c452 2016-08-22 Steven G. Kargl <kargl(a)gcc.gnu.org> Bud Dav [...]
new cc0a12d * config/i386/i386.md (*zero_extendsidi2): Add (*r,*k) alter [...]
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 | 7 +++++++
gcc/config/i386/i386.md | 45 ++++++++++++++++++++++++++++-----------------
2 files changed, 35 insertions(+), 17 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 a4a86e5 [SROA] Remove incorrect assertion
new 6a5d369 [SimplifyCFG] Rewrite SinkThenElseCodeToEnd
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/Utils/SimplifyCFG.cpp | 386 +++++++++++++--------
test/CodeGen/ARM/avoid-cpsr-rmw.ll | 2 +-
.../ARM/single-constant-use-preserves-dbgloc.ll | 3 +-
test/Transforms/SimplifyCFG/AArch64/prefer-fma.ll | 3 +-
test/Transforms/SimplifyCFG/sink-common-code.ll | 229 ++++++++++++
5 files changed, 470 insertions(+), 153 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 fa4ba1e [CUDA] Collapsed offload actions should not be top-level jobs.
new 6a3fcde ADT: Remove uses of ilist_*sentinel_traits, 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:
include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h | 12 ------------
1 file changed, 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 lld.
from eb0629e [ELF] Define __ehdr_start symbol
new 8f6a932 [ELF] ICF should respect section alignment
new fd53d9f ADT: Remove uses of ilist_*sentinel_traits, NFC
new 5904093 [ELF] Only print symbol name when it is available
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:
ELF/ICF.cpp | 6 +++++-
ELF/Relocations.cpp | 15 +++++++++------
include/lld/Core/Simple.h | 15 ---------------
.../MachO/MachONormalizedFileBinaryWriter.cpp | 4 ----
test/ELF/dynamic-reloc-in-ro.s | 2 +-
test/ELF/icf7.s | 4 ++--
6 files changed, 17 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 gcc-5-branch
in repository gcc.
from 7f7eaf1 Daily bump.
new 8ce68c6 Backport from mainline 2016-08-14 Uros Bizjak <ubizjak@gm [...]
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 | 27 ++++
gcc/config/i386/avx512bwintrin.h | 44 ++++---
gcc/config/i386/avx512dqintrin.h | 39 +++---
gcc/config/i386/avx512fintrin.h | 213 ++++++++++++++++----------------
gcc/config/i386/avx512ifmaintrin.h | 4 +-
gcc/config/i386/avx512ifmavlintrin.h | 8 +-
gcc/config/i386/avx512vbmiintrin.h | 7 +-
gcc/config/i386/avx512vbmivlintrin.h | 6 +-
gcc/config/i386/avx512vlbwintrin.h | 70 +++++------
gcc/config/i386/avx512vldqintrin.h | 27 ++--
gcc/config/i386/avx512vlintrin.h | 97 +++++++--------
gcc/config/i386/i386.md | 8 +-
gcc/testsuite/ChangeLog | 8 ++
gcc/testsuite/gcc.target/i386/pr76342.c | 11 ++
14 files changed, 289 insertions(+), 280 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr76342.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.