This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 018fbafdf [libcxx] [test] Add _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS t [...]
new 57a009ae0 add missing constexpr to optional::value_or
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/optional | 2 +-
.../optional.object.observe/value_or.pass.cpp | 20 +++++++++++++-------
2 files changed, 14 insertions(+), 8 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-7-branch
in repository gcc.
from 108761e67f1 Daily bump.
new 097bb179d18 sparc: Fix stack references in return delay slot.
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/config/sparc/sparc.c | 3 ++
gcc/testsuite/ChangeLog | 4 +++
gcc/testsuite/gcc.target/sparc/sparc-ret-3.c | 53 ++++++++++++++++++++++++++++
4 files changed, 66 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/sparc/sparc-ret-3.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 0a378270eea [LoopIdiom] Move X86 specific atomic memcpy test to the X86 [...]
new 2c18fa1f9c0 AMDGPU/NFC: Move amdgpu code object metadata to support
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:
.../llvm/Support}/AMDGPUCodeObjectMetadata.h | 6 +-
lib/Support/AMDGPUCodeObjectMetadata.cpp | 218 +++++++++++++++++++++
lib/Support/CMakeLists.txt | 1 +
.../AMDGPUCodeObjectMetadataStreamer.cpp | 195 +-----------------
.../AMDGPUCodeObjectMetadataStreamer.h | 2 +-
5 files changed, 224 insertions(+), 198 deletions(-)
rename {lib/Target/AMDGPU/MCTargetDesc => include/llvm/Support}/AMDGPUCodeObjectMe [...]
create mode 100644 lib/Support/AMDGPUCodeObjectMetadata.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 llvm.
from 2d73c379ee9 NewGVN: Fix PR/33187. This is a bug caused by two things: [...]
new 0a378270eea [LoopIdiom] Move X86 specific atomic memcpy test to the X86 [...]
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/Transforms/LoopIdiom/{ => X86}/unordered-atomic-memcpy.ll | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename test/Transforms/LoopIdiom/{ => X86}/unordered-atomic-memcpy.ll (100%)
--
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-tools-extra.
from 81bb1846 [clang-tidy] Make misc-static-assert accept assert(!"msg")
new d2bd4757 [clang-tidy] misc-inaccurate-erase: support call by pointer
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:
clang-tidy/misc/InaccurateEraseCheck.cpp | 11 ++++++++---
test/clang-tidy/misc-inaccurate-erase.cpp | 6 ++++++
2 files changed, 14 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 gcc.
from 94165f282d9 sparc: Fix stack references in return delay slot.
new 1d1d0f3759a PR c/79983 * c-decl.c (start_struct): Use the location of [...]
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/c/ChangeLog | 7 +++++++
gcc/c/c-decl.c | 8 +++++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr79983.c | 15 +++++++++++++++
4 files changed, 34 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr79983.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 bacc83353bc [Atomics][LoopIdiom] Recognize unordered atomic memcpy
new 2d73c379ee9 NewGVN: Fix PR/33187. This is a bug caused by two things: [...]
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/Transforms/Scalar/GVNExpression.h | 13 +++
lib/Transforms/Scalar/NewGVN.cpp | 80 +++++++------
test/Transforms/NewGVN/completeness.ll | 2 +-
test/Transforms/NewGVN/pr32403.ll | 3 +-
test/Transforms/NewGVN/pr32897.ll | 1 -
test/Transforms/NewGVN/pr33187.ll | 148 +++++++++++++++++++++++++
6 files changed, 211 insertions(+), 36 deletions(-)
create mode 100644 test/Transforms/NewGVN/pr33187.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 1adbfc1b0f4 Remove NO_LABEL_VALUES
new 35673d39e7d Add debug counter for loop array prefetching.
new 76f32cd90e0 Improve debug output of loop data prefetching.
new 94165f282d9 sparc: Fix stack references in return delay slot.
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 | 29 ++++++++++++
gcc/config/sparc/sparc.c | 3 ++
gcc/dbgcnt.def | 1 +
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.target/sparc/sparc-ret-3.c | 53 ++++++++++++++++++++++
gcc/tree-ssa-loop-prefetch.c | 68 ++++++++++++++++++----------
6 files changed, 133 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/sparc/sparc-ret-3.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 d6def3abef6 [WebAssembly] Remove unused methods from MCWasmObjectTargetWriter
new 8b43bddd6d9 [AMDGPU] Return correct value from SDWA pass
new bacc83353bc [Atomics][LoopIdiom] Recognize unordered atomic memcpy
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 | 8 +
include/llvm/Analysis/TargetTransformInfoImpl.h | 9 +
include/llvm/IR/IRBuilder.h | 22 +
lib/Analysis/TargetTransformInfo.cpp | 4 +
lib/IR/IRBuilder.cpp | 32 ++
lib/Target/AMDGPU/SIPeepholeSDWA.cpp | 3 +-
lib/Target/X86/X86TargetTransformInfo.cpp | 2 +
lib/Target/X86/X86TargetTransformInfo.h | 2 +
lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 77 +++-
.../LoopIdiom/unordered-atomic-memcpy-noarch.ll | 28 ++
.../LoopIdiom/unordered-atomic-memcpy.ll | 452 +++++++++++++++++++++
11 files changed, 623 insertions(+), 16 deletions(-)
create mode 100644 test/Transforms/LoopIdiom/unordered-atomic-memcpy-noarch.ll
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 llvm.
from 55caeda9d7d [mips] Add madd4 subtarget feature
new d6def3abef6 [WebAssembly] Remove unused methods from MCWasmObjectTargetWriter
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/MCWasmObjectWriter.h | 29 +----------------------------
lib/MC/MCWasmObjectTargetWriter.cpp | 10 ++--------
lib/MC/WasmObjectWriter.cpp | 21 +++++++++++++++++++++
3 files changed, 24 insertions(+), 36 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.