This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e00b5620902 Daily bump.
new 7480ddbff8c C++: Fix PR86082
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 | 8 ++++++++
gcc/cp/parser.c | 17 ++++++++++++++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/pr86082.C | 18 ++++++++++++++++++
4 files changed, 47 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/pr86082.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 5804675605b [MSSA] Add domination number verifier; NFC
new 9625701b0d4 [X86] Block commuting operand 1 of FMA*_Int instructions in [...]
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/X86/X86InstrInfo.cpp | 102 +++++++++++++++++-----------------------
lib/Target/X86/X86InstrInfo.h | 33 ++-----------
2 files changed, 47 insertions(+), 88 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 clang.
from d80dd82cc4 [Coroutines] Less IR for noexcept await_resume
new 6463d2234a [CodeGen] Provide source locations for UBSan type checks whe [...]
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/CGClass.cpp | 15 ++++++++-------
lib/CodeGen/CodeGenFunction.h | 3 ++-
test/CodeGenCXX/ubsan-ctor-srcloc.cpp | 26 ++++++++++++++++++++++++++
3 files changed, 36 insertions(+), 8 deletions(-)
create mode 100644 test/CodeGenCXX/ubsan-ctor-srcloc.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 761de657153 One more build fix for non MSVC compilers.
new 5804675605b [MSSA] Add domination number verifier; 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:
include/llvm/Analysis/MemorySSA.h | 1 +
lib/Analysis/MemorySSA.cpp | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 40 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 1d3a8f2bbbc Try to fix build error on non MSVC compilers.
new 761de657153 One more build fix for non MSVC compilers.
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:
unittests/Support/TaskQueueTest.cpp | 12 ++++++------
1 file changed, 6 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 llvm.
from aec098b9245 Fix CRLF line endings.
new 1d3a8f2bbbc Try to fix build error on non MSVC compilers.
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/Support/TaskQueue.h | 8 +++++---
1 file changed, 5 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 llvm.
from ad04e25e240 [WebAssembly] Add WebAssemblyException information analysis
new 19eaf65da0f Add a TaskQueue that can serialize work on a ThreadPool.
new aec098b9245 Fix CRLF line endings.
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/Support/MathExtras.h | 4 +-
include/llvm/Support/TaskQueue.h | 137 ++++++++++++++++++++++++++++++++++++
unittests/Support/CMakeLists.txt | 1 +
unittests/Support/TaskQueueTest.cpp | 105 +++++++++++++++++++++++++++
4 files changed, 245 insertions(+), 2 deletions(-)
create mode 100644 include/llvm/Support/TaskQueue.h
create mode 100644 unittests/Support/TaskQueueTest.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 6aa7ab2443d [WebAssembly] Add WebAssemblyLateEHPrepare pass
new ad04e25e240 [WebAssembly] Add WebAssemblyException information analysis
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/CodeGen/MachineDominanceFrontier.h | 4 +-
lib/Target/WebAssembly/CMakeLists.txt | 1 +
lib/Target/WebAssembly/WebAssembly.h | 1 +
.../WebAssembly/WebAssemblyExceptionInfo.cpp | 197 ++++++++
lib/Target/WebAssembly/WebAssemblyExceptionInfo.h | 170 +++++++
.../WebAssembly/WebAssemblyTargetMachine.cpp | 1 +
unittests/Target/WebAssembly/CMakeLists.txt | 18 +
.../WebAssembly/WebAssemblyExceptionInfoTest.cpp | 549 +++++++++++++++++++++
8 files changed, 939 insertions(+), 2 deletions(-)
create mode 100644 lib/Target/WebAssembly/WebAssemblyExceptionInfo.cpp
create mode 100644 lib/Target/WebAssembly/WebAssemblyExceptionInfo.h
create mode 100644 unittests/Target/WebAssembly/CMakeLists.txt
create mode 100644 unittests/Target/WebAssembly/WebAssemblyExceptionInfoTest.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 fb9ef323663 [X86] Simplify some code by using isOneConstant. NFC
new 6aa7ab2443d [WebAssembly] Add WebAssemblyLateEHPrepare pass
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/WebAssembly/CMakeLists.txt | 2 +-
lib/Target/WebAssembly/WebAssembly.h | 4 +-
.../WebAssembly/WebAssemblyExceptionPrepare.cpp | 88 -----
.../WebAssembly/WebAssemblyLateEHPrepare.cpp | 383 +++++++++++++++++++++
.../WebAssembly/WebAssemblyTargetMachine.cpp | 4 +-
test/CodeGen/WebAssembly/exception.ll | 79 ++++-
6 files changed, 462 insertions(+), 98 deletions(-)
delete mode 100644 lib/Target/WebAssembly/WebAssemblyExceptionPrepare.cpp
create mode 100644 lib/Target/WebAssembly/WebAssemblyLateEHPrepare.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 7b76b3ec917 [X86] Remove the changes to combineScalarToVector made in r335037.
new fb9ef323663 [X86] Simplify some code by using isOneConstant. 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:
lib/Target/X86/X86ISelLowering.cpp | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.