This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from fa784827e14 [AMDGPU] Fix bugs in new waitcnt pass. Add test. - new wait [...]
new 5e17e439ace Added LLVM_FALLTHROUGH to address warning: this statement m [...]
new 682f92f5687 [PPC] Inline expansion of memcmp
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 | 7 +
include/llvm/Analysis/TargetTransformInfoImpl.h | 2 +
include/llvm/Analysis/ValueTracking.h | 2 +
include/llvm/Target/TargetLowering.h | 12 +
lib/Analysis/TargetTransformInfo.cpp | 4 +
lib/Analysis/ValueTracking.cpp | 12 +
lib/CodeGen/CodeGenPrepare.cpp | 612 ++++++++++++++++++++-
lib/CodeGen/TargetLoweringBase.cpp | 7 +-
lib/Target/PowerPC/PPCISelLowering.cpp | 4 +
lib/Target/PowerPC/PPCTargetTransformInfo.cpp | 5 +
lib/Target/PowerPC/PPCTargetTransformInfo.h | 1 +
lib/Target/X86/X86ISelLowering.cpp | 18 +-
lib/Transforms/Utils/SimplifyLibCalls.cpp | 14 -
.../PowerPC/memCmpUsedInZeroEqualityComparison.ll | 121 ++++
test/CodeGen/PowerPC/memcmp.ll | 87 +++
test/CodeGen/PowerPC/memcmpIR.ll | 194 +++++++
16 files changed, 1079 insertions(+), 23 deletions(-)
create mode 100644 test/CodeGen/PowerPC/memCmpUsedInZeroEqualityComparison.ll
create mode 100644 test/CodeGen/PowerPC/memcmp.ll
create mode 100644 test/CodeGen/PowerPC/memcmpIR.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 ca7314a76 Replace forward decl with include to unbreak the build.
new 3561dbc2e Added a testcase for local/namespaced name conflicts.
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:
.../Makefile | 0
.../namespace_conflicts/TestNamespaceConflicts.py} | 0
.../lang/cpp/{llvm-style => namespace_conflicts}/main.cpp | 13 +++----------
3 files changed, 3 insertions(+), 10 deletions(-)
copy packages/Python/lldbsuite/test/lang/cpp/{class-template-parameter-pack => nam [...]
copy packages/Python/lldbsuite/test/lang/{c/struct_types/TestStructTypes.py => cpp [...]
copy packages/Python/lldbsuite/test/lang/cpp/{llvm-style => namespace_conflicts}/m [...]
--
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 be2b7add261 * cp-tree.h (lang_decl_slector): New enum. (lang_decl_bas [...]
new ad99200ff7e PR c++/80840 - ICE with constexpr and reference
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 | 11 +++++++++--
gcc/testsuite/g++.dg/template/ref10.C | 13 +++++++++++++
3 files changed, 28 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/ref10.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 834c44bc325 [Atomics][LoopIdiom] Recognize unordered atomic memcpy
new fa784827e14 [AMDGPU] Fix bugs in new waitcnt pass. Add test. - new wait [...]
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/SIInsertWaitcnts.cpp | 26 ++++++++++++++++++++++----
test/CodeGen/AMDGPU/waitcnt-permute.mir | 33 +++++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/waitcnt-permute.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 gcc.
from 52257417bcd gcc/testsuite * gcc.dg/tree-ssa/ivopt_mult_4.c: Explicitl [...]
new eaaf714950a * g++.dg/lookup/lambda1.C New.
new be2b7add261 * cp-tree.h (lang_decl_slector): New enum. (lang_decl_bas [...]
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/cp/ChangeLog | 23 +++++
gcc/cp/cp-tree.h | 47 ++++++----
gcc/cp/decl.c | 14 +--
gcc/cp/lex.c | 162 ++++++++++++++++++++++------------
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/g++.dg/lookup/lambda1.C | 13 +++
6 files changed, 179 insertions(+), 84 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lookup/lambda1.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 4a31d77be24 [AMDGPU][MC] New syntax for ds_swizzle_b32 offset
new 834c44bc325 [Atomics][LoopIdiom] Recognize unordered atomic memcpy
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/IRBuilder.h | 22 +
lib/IR/IRBuilder.cpp | 32 ++
lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 80 +++-
.../LoopIdiom/unordered-atomic-memcpy.ll | 451 +++++++++++++++++++++
4 files changed, 570 insertions(+), 15 deletions(-)
create mode 100644 test/Transforms/LoopIdiom/unordered-atomic-memcpy.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 gcc.
from d0cbc668c82 Doxygen: transform ENUM_BITFIELD and comments starting with '/**'.
new 52257417bcd gcc/testsuite * gcc.dg/tree-ssa/ivopt_mult_4.c: Explicitl [...]
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/ivopt_mult_4.c | 4 ++--
2 files changed, 7 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 35a2e0f9281 [AArch64] Enable FeatureFuseAES on Cortex-A53.
new 4a31d77be24 [AMDGPU][MC] New syntax for ds_swizzle_b32 offset
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/AsmParser/AMDGPUAsmParser.cpp | 324 ++++++++++++++++++++-
lib/Target/AMDGPU/DSInstructions.td | 6 +-
.../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 106 +++++++
lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.h | 2 +
lib/Target/AMDGPU/SIDefines.h | 40 +++
lib/Target/AMDGPU/SIInstrInfo.td | 13 +
lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.cpp | 13 +
lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.h | 6 +
test/CodeGen/AMDGPU/llvm.amdgcn.ds.swizzle.ll | 2 +-
test/MC/AMDGPU/ds-err.s | 90 ++++++
test/MC/AMDGPU/ds.s | 144 ++++++++-
test/MC/Disassembler/AMDGPU/gfx8_dasm_all.txt | 20 +-
12 files changed, 746 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 bcd8f301b47 [AArch64] Enable FeatureFuseAES on Cortex-A73.
new 35a2e0f9281 [AArch64] Enable FeatureFuseAES on Cortex-A53.
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/AArch64/AArch64.td | 1 +
test/CodeGen/AArch64/misched-fusion-aes.ll | 1 +
2 files changed, 2 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 clang.
from 134a0f2f03 [Sema][ObjC] Don't emit availability diags for category @imp [...]
new 4ebc4bb273 Fix incorrect spelling of calling conv flag and add -Wno-msv [...]
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/Driver/ToolChains/Clang.cpp | 8 ++++----
test/Driver/cl-cc-flags.c | 20 ++++++++++----------
2 files changed, 14 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.