This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_50
in repository clang.
from 232230afd3 Merging r313392:
new 2f79708f75 Merging r309288:
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/CodeGenFunction.h | 2 +-
test/OpenMP/cancel_codegen_cleanup.cpp | 46 ++++++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+), 1 deletion(-)
create mode 100644 test/OpenMP/cancel_codegen_cleanup.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 c20725e8f9 OpenCL: Assume inline asm is convergent
new 7c7d196351 [AST] Fix some Clang-tidy modernize and Include What You Use [...]
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/AST/Decl.h | 502 ++++++++++++++++++++++++++++-------------------
lib/AST/Decl.cpp | 102 ++++++----
2 files changed, 363 insertions(+), 241 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 compiler-rt.
from 400f686df [sanitizer] Relax stack check in assert.cc even more
new d4681332d Update TSan/ARM64 max VM to 0xfc0000000 to reflect a kernel change.
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/tsan/rtl/tsan_platform.h | 9 +++++----
1 file changed, 5 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 438d60f1e77 [tablegen] Handle atomic predicates for memory type inside [...]
new 12d09b0dedd AMDGPU: Implement computeKnownBitsForTargetNode for mbcnt
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 | 14 ++++++++++++++
lib/Target/AMDGPU/AMDGPUSubtarget.h | 4 ++++
test/CodeGen/AMDGPU/array-ptr-calc-i64.ll | 4 ++--
test/CodeGen/AMDGPU/llvm.amdgcn.mbcnt.ll | 18 ++++++++++++++++++
4 files changed, 38 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 release_50
in repository llvm.
from f042b00be5f Merging r315485:
new 8baf891c0f1 Merging r316824:
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/IR/ConstantFold.cpp | 3 +++
test/Transforms/InstCombine/gep-vector.ll | 9 +++++++++
2 files changed, 12 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 98c05f2351 [CodeGen] fix const-ness of cbrt and fma
new c20725e8f9 OpenCL: Assume inline asm is convergent
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 | 9 +++++----
test/CodeGenOpenCL/convergent.cl | 7 +++++++
2 files changed, 12 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 lld.
from 09bccfda0 Remove a std::map and std::set that show up in LLD profiles
new f6b4f8df3 [MIPS] Set STO_MIPS_MICROMIPS flag and less-significant bit f [...]
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:
ELF/Arch/Mips.cpp | 2 --
ELF/Arch/MipsArchTree.cpp | 2 ++
ELF/SyntheticSections.cpp | 11 ++++++++++-
ELF/Writer.h | 1 +
test/ELF/mips-micro-plt.s | 48 ++++++++++++++++++++++++++++++++++++++++++++++-
5 files changed, 60 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 gcc.
from 0744a0c1155 Defer folding of *&.
new 297de7bc513 Capture adjustments for P0588R1.
new d2379ecb10d gcc/ChangeLog:
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/ChangeLog | 4 +
gcc/config/rs6000/rs6000-builtin.def | 1 +
gcc/cp/ChangeLog | 15 +++
gcc/cp/call.c | 2 +-
gcc/cp/constexpr.c | 22 +++-
gcc/cp/cp-tree.h | 1 -
gcc/cp/decl.c | 2 -
gcc/cp/expr.c | 16 +++
gcc/cp/lambda.c | 115 ---------------------
gcc/cp/pt.c | 10 --
gcc/cp/semantics.c | 33 +++---
gcc/cp/typeck.c | 2 +-
gcc/testsuite/ChangeLog | 4 +
...ld-vec-sums-int.c => builtin-vec-sums-be-int.c} | 6 +-
14 files changed, 80 insertions(+), 153 deletions(-)
copy gcc/testsuite/gcc.target/powerpc/{fold-vec-sums-int.c => builtin-vec-sums-be- [...]
--
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 ecb06411e6f [llvm-objcopy] Add --strip-debug
new 438d60f1e77 [tablegen] Handle atomic predicates for memory type inside [...]
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/Target/TargetSelectionDAG.td | 86 ++++++++++++++++++-------------
utils/TableGen/CodeGenDAGPatterns.cpp | 43 +++++++++++-----
utils/TableGen/CodeGenDAGPatterns.h | 2 +
3 files changed, 83 insertions(+), 48 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 a722ab9759b [llvm-objcopy] Add --strip-all option to llvm-objcopy
new ecb06411e6f [llvm-objcopy] Add --strip-debug
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/tools/llvm-objcopy/strip-debug.test | 54 ++++++++++++++++++++++++++++++++
tools/llvm-objcopy/llvm-objcopy.cpp | 8 +++++
2 files changed, 62 insertions(+)
create mode 100644 test/tools/llvm-objcopy/strip-debug.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.