This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b3204c7 Revert r298652 on Quentin's request
new 876bc45 AMDGPU: Unify divergent function exits.
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 | 3 +
lib/Target/AMDGPU/AMDGPU.h | 3 +
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 5 +
.../AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp | 225 +++++++
lib/Target/AMDGPU/CMakeLists.txt | 1 +
lib/Target/AMDGPU/SIInstrFormats.td | 12 +-
lib/Target/AMDGPU/SIInstrInfo.cpp | 8 +-
lib/Target/AMDGPU/SIInstructions.td | 15 +-
test/CodeGen/AMDGPU/branch-condition-and.ll | 17 +-
test/CodeGen/AMDGPU/multi-divergent-exit-region.ll | 710 +++++++++++++++++++++
test/CodeGen/AMDGPU/ret_jump.ll | 87 ++-
test/CodeGen/AMDGPU/si-annotate-cf-noloop.ll | 45 +-
.../si-lower-control-flow-unreachable-block.ll | 54 +-
test/CodeGen/AMDGPU/valu-i1.ll | 83 ++-
14 files changed, 1209 insertions(+), 59 deletions(-)
create mode 100644 lib/Target/AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp
create mode 100644 test/CodeGen/AMDGPU/multi-divergent-exit-region.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 newlib.
from 0accc53 Document cygserver changes
new fa4fcf7 cygwin: Do not generate surrogate chars on netapp
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:
winsup/cygwin/syscalls.cc | 2 +-
1 file changed, 1 insertion(+), 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 clang.
from 91167db Fix MSVC 'not all control paths return a value' warning.
new e5ddc0b Fix a test so that it actually checks the output.
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/Modules/module-impl-with-link.c | 2 +-
1 file changed, 1 insertion(+), 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 llvm.
from c1124f1 Make testcase less nonsensical while still exercising the sam [...]
new b3204c7 Revert r298652 on Quentin's request
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/MC/MCRegisterInfo.h | 9 +++++++++
include/llvm/Target/TargetRegisterInfo.h | 5 ++---
utils/TableGen/RegisterInfoEmitter.cpp | 8 ++++----
3 files changed, 15 insertions(+), 7 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 f9d04c6 AMDGPU: Fold rcp/rsq of undef to undef
new c1124f1 Make testcase less nonsensical while still exercising the sam [...]
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/DebugInfo/X86/stack-value-dwarf4.ll | 44 +++++++++++++++++---------------
1 file changed, 24 insertions(+), 20 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 a640c06 TTI: Split IsSimple in MemIntrinsicInfo
new f9d04c6 AMDGPU: Fold rcp/rsq of undef to undef
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/InstCombineCalls.cpp | 17 +++++++++++++++--
test/Transforms/InstCombine/amdgcn-intrinsics.ll | 18 ++++++++++++++++++
2 files changed, 33 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 1007ee7 [AMDGPU] Rename Kind to ValueKind in metadata to be consistent
new a332f46 [AMDGPU] Fold V_CNDMASK with identical source operands
new a640c06 TTI: Split IsSimple in MemIntrinsicInfo
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/Analysis/TargetTransformInfo.h | 29 ++++++++++---------
lib/Target/AArch64/AArch64TargetTransformInfo.cpp | 4 ---
lib/Target/AMDGPU/SIFoldOperands.cpp | 29 +++++++++++++++++++
lib/Transforms/Scalar/EarlyCSE.cpp | 22 ++++++---------
test/CodeGen/AMDGPU/fold-cndmask.mir | 34 +++++++++++++++++++++++
5 files changed, 88 insertions(+), 30 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/fold-cndmask.mir
--
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 30b1056 [AMDGPU] Add AMDGPUAliasAnalysis to opt pipeline
new 1007ee7 [AMDGPU] Rename Kind to ValueKind in metadata to be consistent
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:
.../AMDGPU/MCTargetDesc/AMDGPUCodeObjectMetadata.h | 2 +-
.../AMDGPUCodeObjectMetadataStreamer.cpp | 2 +-
.../code-object-metadata-from-llvm-ir-full.ll | 338 ++++++++++-----------
test/MC/AMDGPU/code-object-metadata-kernel-args.s | 20 +-
test/MC/AMDGPU/code-object-metadata-unknown-key.s | 10 +-
5 files changed, 186 insertions(+), 186 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 b4e232e PR c++/77339 - ICE with invalid use of alias template.
new 606eba7 2017-03-24 Vladimir Makarov <vmakarov(a)redhat.com>
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/lra-assigns.c | 8 ++++++++
2 files changed, 14 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 65bb8ef [AMDGPU] Don't enforce constexpr, there are still old standar [...]
new cf5d3ca [ThinLTO] Correct counting of functions in inliner stats
new 30b1056 [AMDGPU] Add AMDGPUAliasAnalysis to opt pipeline
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/AMDGPUTargetMachine.cpp | 25 +++++++++++++++++++++-
.../Utils/ImportedFunctionsInliningStatistics.cpp | 2 ++
test/CodeGen/AMDGPU/amdgpu-alias-analysis.ll | 8 +++++++
test/Transforms/Inline/inline_stats.ll | 3 +++
4 files changed, 37 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/AMDGPU/amdgpu-alias-analysis.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.