This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 668926aef64 Remove redundant initialization. NFC
new 4638198b511 SupportTests: Suppress ParallelTests on mingw for now. Inve [...]
new be8fe1635c1 [X86] Move getX86ConditionCode() from X86FastISel.cpp to X8 [...]
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:
lib/Target/X86/X86FastISel.cpp | 46 ++++----------------------------------
lib/Target/X86/X86InstrInfo.cpp | 38 +++++++++++++++++++++++++++++++
lib/Target/X86/X86InstrInfo.h | 4 ++++
unittests/Support/ParallelTest.cpp | 5 +++++
4 files changed, 51 insertions(+), 42 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 libcxxabi.
from e8b16fa [libcxxabi] Align unwindHeader on a double-word boundary.
new a8ac1e1 Revert "[libcxxabi] Align unwindHeader on a double-word boundary."
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:
src/cxa_exception.hpp | 12 ++-------
test/exception_object_alignment.sh.cpp | 46 ----------------------------------
2 files changed, 2 insertions(+), 56 deletions(-)
delete mode 100644 test/exception_object_alignment.sh.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 5591bb23a4 Prune unused \param(s) of clang::Parser::ParseTemplateIdAfte [...]
new ffeec21d44 [Sema] Improve redefinition errors pointing to the same header
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/Basic/DiagnosticSemaKinds.td | 9 +++
include/clang/Sema/Sema.h | 1 +
lib/Sema/SemaDecl.cpp | 99 ++++++++++++++++++++-----
test/Modules/Inputs/SameHeader/A.h | 3 +
test/Modules/Inputs/SameHeader/B.h | 4 +
test/Modules/Inputs/SameHeader/C.h | 12 +++
test/Modules/Inputs/SameHeader/module.modulemap | 11 +++
test/Modules/redefinition-same-header.m | 20 +++++
test/Sema/redefinition-same-header.c | 14 ++++
test/SemaCXX/modules-ts.cppm | 3 +-
10 files changed, 158 insertions(+), 18 deletions(-)
create mode 100644 test/Modules/Inputs/SameHeader/A.h
create mode 100644 test/Modules/Inputs/SameHeader/B.h
create mode 100644 test/Modules/Inputs/SameHeader/C.h
create mode 100644 test/Modules/Inputs/SameHeader/module.modulemap
create mode 100644 test/Modules/redefinition-same-header.m
create mode 100644 test/Sema/redefinition-same-header.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 libcxxabi.
from 97146e2 Revert "Rename c++abi.a on Windows to libc++abi to avoid name [...]
new e8b16fa [libcxxabi] Align unwindHeader on a double-word boundary.
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:
src/cxa_exception.hpp | 12 +++++++--
test/exception_object_alignment.sh.cpp | 46 ++++++++++++++++++++++++++++++++++
2 files changed, 56 insertions(+), 2 deletions(-)
create mode 100644 test/exception_object_alignment.sh.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 libcxxabi.
from 2d38329 Allow undefined symbols when linking libc++abi.dll on Windows
new 97146e2 Revert "Rename c++abi.a on Windows to libc++abi to avoid name [...]
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:
src/CMakeLists.txt | 6 +-----
1 file changed, 1 insertion(+), 5 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 libcxxabi.
from 1e5f94f Fix Libc++abi linking under MinGW64
new 2d38329 Allow undefined symbols when linking libc++abi.dll on Windows
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:
CMakeLists.txt | 3 ++-
1 file changed, 2 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 libcxxabi.
from 9a8ac6a Rename c++abi.a on Windows to libc++abi to avoid name conflicts
new 1e5f94f Fix Libc++abi linking under MinGW64
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:
cmake/config-ix.cmake | 5 ++++-
src/CMakeLists.txt | 4 ++++
2 files changed, 8 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 libcxxabi.
from 8d06271 Don't use posix_memalign under MinGW
new 9a8ac6a Rename c++abi.a on Windows to libc++abi to avoid 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:
src/CMakeLists.txt | 6 +++++-
1 file changed, 5 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 clang.
from 1ac0f20138 PR22877: When constructing an array via a constructor with a [...]
new 0aa1daef83 clang/test/CodeGenCXX/array-default-argument.cpp: Satisfy ta [...]
new 5591bb23a4 Prune unused \param(s) of clang::Parser::ParseTemplateIdAfte [...]
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:
lib/Parse/ParseTemplate.cpp | 7 -------
test/CodeGenCXX/array-default-argument.cpp | 8 ++++----
2 files changed, 4 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 895dd414136 Add temporary workaround to allow in-tree libc++ builds on Windows
new 668926aef64 Remove redundant initialization. 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/DebugInfo/DWARF/DWARFDebugLine.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.