This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from de61bb0df [WebAssembly] Fix a couple of typos. NFC.
new d494f500e [WebAssembly] Apply data relocations in parallel. NFC.
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:
wasm/InputSegment.h | 2 ++
wasm/OutputSections.cpp | 29 +++++++++++++++++++----------
wasm/OutputSections.h | 3 +--
wasm/OutputSegment.h | 2 +-
4 files changed, 23 insertions(+), 13 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 2638400fffd PR tree-optimization/83477 * tree-ssa-threadedge.c (recor [...]
new c3fe3d1de63 PR c++/82231 * g++.dg/cpp1z/nontype-auto14.C: New test.
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/g++.dg/cpp1z/nontype-auto14.C | 14 ++++++++++++++
2 files changed, 19 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/nontype-auto14.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 ca4d818dd00 [dwarfdump][test] Add test case for r321064
new 9e15e2114b5 TargetLoweringBase: Fix darwinHasSinCos()
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/TargetLoweringBase.cpp | 5 ++++-
1 file changed, 4 insertions(+), 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 gcc.
from 24e3b8216bf PR middle-end/77608 - missing protection on trivially detec [...]
new 2638400fffd PR tree-optimization/83477 * tree-ssa-threadedge.c (recor [...]
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 | 7 +++++-
gcc/testsuite/ChangeLog | 6 ++++-
gcc/testsuite/gcc.c-torture/execute/pr83477.c | 22 +++++++++++++++++
gcc/tree-ssa-threadedge.c | 34 +++++++++++++++++++++++----
4 files changed, 63 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr83477.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 257d24609e [driver][darwin] Take the OS version specified in "-target" [...]
new 24f2ba0729 [driver][darwin] Set the 'simulator' environment when it's s [...]
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/Darwin.cpp | 27 +++++++++++++++++++++------
test/Driver/darwin-version.c | 10 ++++++++++
2 files changed, 31 insertions(+), 6 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 12cabac60 [WebAssembly] Fix typo
new de61bb0df [WebAssembly] Fix a couple of typos. NFC.
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:
wasm/Writer.cpp | 18 +++++++-----------
1 file changed, 7 insertions(+), 11 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 a7ce6d3cc0e [AMDGPU] Turn off MergeConsecutiveStores() before Instructi [...]
new ca4d818dd00 [dwarfdump][test] Add test case for r321064
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-dwarfdump/X86/lookup.s | 7 ++++++-
1 file changed, 6 insertions(+), 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 14eb98a29c0 [SeparateConstOffsetFromGEP] Fix a typo. NFC.
new a7ce6d3cc0e [AMDGPU] Turn off MergeConsecutiveStores() before Instructi [...]
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.h | 10 +++++++
test/CodeGen/AMDGPU/amdgpu.private-memory.ll | 3 +-
.../AMDGPU/memory-legalizer-store-infinite-loop.ll | 32 ++++++++++++++++++++++
3 files changed, 44 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/AMDGPU/memory-legalizer-store-infinite-loop.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 edcf99db18d PR tree-optimization/83444 * tree-ssa-strlen.c (strlen_ch [...]
new 24e3b8216bf PR middle-end/77608 - missing protection on trivially detec [...]
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/builtins.c | 70 ++++++++++++--
gcc/testsuite/ChangeLog | 7 ++
gcc/testsuite/c-c++-common/Warray-bounds-3.c | 2 +-
gcc/testsuite/gcc.dg/Wstringop-overflow.c | 132 +++++++++++++++++++++++++++
5 files changed, 206 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Wstringop-overflow.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 c0cdbb20fe [clang] -foptimization-record-file= should imply -fsave-opti [...]
new 257d24609e [driver][darwin] Take the OS version specified in "-target" [...]
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/Darwin.cpp | 116 ++++++++++++---------
test/Driver/darwin-version.c | 138 +++++++++++++++++++++++--
test/Driver/objc-weak.m | 24 ++---
test/Driver/pic.c | 14 +--
test/Driver/unavailable_aligned_allocation.cpp | 12 +--
5 files changed, 222 insertions(+), 82 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.