This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from dc848c2 Scalarizer: Support scalarizing intrinsics
new 4a44da0 AMDGPU: Remove read_workdim intrinsic
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/IR/IntrinsicsAMDGPU.td | 5 ---
lib/Target/AMDGPU/AMDGPUIntrinsics.td | 3 --
lib/Target/AMDGPU/R600ISelLowering.cpp | 6 ---
lib/Target/AMDGPU/SIISelLowering.cpp | 5 ---
.../amdgpu.work-item-intrinsics.deprecated.ll | 17 --------
test/CodeGen/AMDGPU/llvm.amdgcn.read.workdim.ll | 46 ----------------------
test/CodeGen/AMDGPU/llvm.r600.read.workdim.ll | 36 -----------------
test/CodeGen/AMDGPU/r600.work-item-intrinsics.ll | 16 --------
8 files changed, 134 deletions(-)
delete mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.read.workdim.ll
delete mode 100644 test/CodeGen/AMDGPU/llvm.r600.read.workdim.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 21e0aa8 AMDGPU: Make skip threshold an option
new dc848c2 Scalarizer: Support scalarizing intrinsics
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/Scalarizer.cpp | 79 +++++++++++++++++++++++++++++
test/Transforms/Scalarizer/intrinsics.ll | 85 ++++++++++++++++++++++++++++++++
2 files changed, 164 insertions(+)
create mode 100644 test/Transforms/Scalarizer/intrinsics.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 9b4a967 AMDGPU: Fix missing verify-machineinstrs in control flow test
new 21e0aa8 AMDGPU: Make skip threshold an option
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/SILowerControlFlow.cpp | 11 ++++++++---
1 file 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 master
in repository llvm.
from 4791de8 Fix invalid iterator use in safestack coloring.
new 065de94 MachineVerifier: Fix printing nonsense for physical registers
new 6724293 LiveIntervals: Return index from replaceMachineInstrInMaps
new 9b4a967 AMDGPU: Fix missing verify-machineinstrs in control flow test
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:
include/llvm/CodeGen/LiveIntervalAnalysis.h | 4 ++--
include/llvm/CodeGen/SlotIndexes.h | 8 +++++---
lib/CodeGen/MachineVerifier.cpp | 6 +++---
test/CodeGen/AMDGPU/branch-uniformity.ll | 2 +-
4 files changed, 11 insertions(+), 9 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 5895e79 AMDGPU: Delete dead code
new 4791de8 Fix invalid iterator use in safestack coloring.
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/SafeStackLayout.cpp | 3 +-
test/Transforms/SafeStack/layout-region-split.ll | 84 ++++++++++++++++++++++++
2 files changed, 86 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/SafeStack/layout-region-split.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 568d841 [PGO] Fix profile mismatch in COMDAT function with pre-inliner
new 5895e79 AMDGPU: Delete dead code
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/AMDGPUISelLowering.cpp | 8 --------
lib/Target/AMDGPU/AMDGPUISelLowering.h | 1 -
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 26 --------------------------
lib/Target/AMDGPU/AMDGPUSubtarget.h | 6 ------
4 files changed, 41 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 21483ab PR c++/65970 - constexpr infinite loop
new 3a748b8 PR c++/71833 - member template with two parameter packs
new 92634d0 Fix selftest::temp_source_file ctor
new 845d5e9 PR c++/71837 - pack expansion in init-capture
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:
gcc/ChangeLog | 5 +++++
gcc/cp/ChangeLog | 10 ++++++++++
gcc/cp/lambda.c | 8 +++++++-
gcc/cp/pt.c | 19 ++++++++++++++++---
gcc/input.c | 2 +-
gcc/testsuite/g++.dg/cpp0x/variadic-nested1.C | 9 +++++++++
gcc/testsuite/g++.dg/cpp1y/lambda-init15.C | 13 +++++++++++++
gcc/testsuite/g++.dg/cpp1y/lambda-init15a.C | 14 ++++++++++++++
8 files changed, 75 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-nested1.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-init15.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-init15a.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 gcc-6-branch
in repository gcc.
from 163af24 Daily bump.
new 3da869f PR c++/71833 - member template with two parameter packs
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/cp/ChangeLog | 6 ++++++
gcc/cp/pt.c | 7 ++++---
gcc/testsuite/g++.dg/cpp0x/variadic-nested1.C | 9 +++++++++
3 files changed, 19 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-nested1.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 release_39
in repository clang.
from b2154f1 Merging Clang-side of r275967: (the LLVM side already merged [...]
new e4a7fc7 Merging r276361: -------------------------------------------- [...]
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/CGStmt.cpp | 14 +-------------
test/CodeGen/forwarding-blocks-if.c | 36 ------------------------------------
2 files changed, 1 insertion(+), 49 deletions(-)
delete mode 100644 test/CodeGen/forwarding-blocks-if.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 clang.
from 8373275 [cc1as] Add MCTargetOptions argument to createAsmBackend
new 476fbf4 [CMake] Cleaning up some CMake warnings
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:
CMakeLists.txt | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.