This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8c54b81 Temporarily revert "For X86-64 linux and PPC64 linux align in [...]
new 20a63f1 opt-viewer: fix HtmlFormatter encoding
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:
utils/opt-viewer/opt-viewer.py | 2 +-
1 file changed, 1 insertion(+), 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 de17164 [GlobalISel] Return an Expected<RuleMatcher> for each SDAG pa [...]
new 8c54b81 Temporarily revert "For X86-64 linux and PPC64 linux align 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/PowerPC/PPCTargetMachine.cpp | 5 -----
lib/Target/X86/X86TargetMachine.cpp | 5 -----
test/LTO/Resolution/X86/Inputs/comdat.ll | 2 +-
test/LTO/Resolution/X86/Inputs/common2.ll | 2 +-
test/LTO/Resolution/X86/Inputs/mixed_lto.ll | 2 +-
test/LTO/Resolution/X86/comdat.ll | 2 +-
test/LTO/Resolution/X86/common2.ll | 2 +-
test/LTO/Resolution/X86/lowertypetests.ll | 2 +-
test/LTO/Resolution/X86/mixed_lto.ll | 2 +-
test/ThinLTO/X86/Inputs/debuginfo-compositetype-import.ll | 2 +-
test/ThinLTO/X86/Inputs/linkonce_aliasee_ref_import.ll | 2 +-
test/ThinLTO/X86/Inputs/linkonce_resolution_comdat.ll | 2 +-
test/ThinLTO/X86/Inputs/module_asm.ll | 2 +-
test/ThinLTO/X86/Inputs/module_asm2.ll | 2 +-
test/ThinLTO/X86/cache-config.ll | 2 +-
test/ThinLTO/X86/debuginfo-compositetype-import.ll | 2 +-
test/ThinLTO/X86/linkonce_aliasee_ref_import.ll | 2 +-
test/ThinLTO/X86/linkonce_resolution_comdat.ll | 2 +-
test/ThinLTO/X86/module_asm2.ll | 2 +-
test/ThinLTO/X86/module_asm_glob.ll | 2 +-
test/tools/llvm-lto2/X86/pipeline.ll | 2 +-
21 files changed, 19 insertions(+), 29 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 2bf2e7c For X86-64 linux and PPC64 linux align int128 to 16 bytes.
new f84b85b Temporarily revert "For X86-64 linux and PPC64 linux align 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/Basic/Targets.cpp | 50 ++++++++----------------------------
test/CodeGen/target-data.c | 4 +--
test/CodeGen/thinlto-multi-module.ll | 2 +-
test/CodeGen/thinlto_backend.ll | 2 +-
4 files changed, 14 insertions(+), 44 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 libcxx.
from e7bee0d docs: add some documentation for building on Windows
new d60b66a Split exception.cpp and new.cpp implementation into different [...]
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 | 8 +
include/exception | 6 +
include/new | 24 +-
include/typeinfo | 7 +-
src/exception.cpp | 326 +--------------------
src/new.cpp | 160 +++-------
src/support/runtime/exception_fallback.ipp | 182 ++++++++++++
.../support/runtime/exception_glibcxx.ipp | 35 ++-
.../support/runtime/exception_libcxxabi.ipp | 29 +-
src/support/runtime/exception_libcxxrt.ipp | 41 +++
src/support/runtime/exception_msvc.ipp | 89 ++++++
src/support/runtime/exception_pointer_cxxabi.ipp | 74 +++++
src/support/runtime/exception_pointer_glibcxx.ipp | 74 +++++
.../runtime/exception_pointer_unimplemented.ipp | 80 +++++
.../support/runtime/new_handler_fallback.ipp | 23 +-
src/typeinfo.cpp | 65 +---
16 files changed, 675 insertions(+), 548 deletions(-)
create mode 100644 src/support/runtime/exception_fallback.ipp
copy test/std/depr/depr.c.headers/errno_h.pass.cpp => src/support/runtime/exceptio [...]
copy test/std/depr/depr.c.headers/errno_h.pass.cpp => src/support/runtime/exceptio [...]
create mode 100644 src/support/runtime/exception_libcxxrt.ipp
create mode 100644 src/support/runtime/exception_msvc.ipp
create mode 100644 src/support/runtime/exception_pointer_cxxabi.ipp
create mode 100644 src/support/runtime/exception_pointer_glibcxx.ipp
create mode 100644 src/support/runtime/exception_pointer_unimplemented.ipp
copy test/std/utilities/variant/variant.variant/variant_empty.fail.cpp => src/supp [...]
--
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 652f08c SubtargetFeature: Increase MAX_SUBTARGET_FEATURES
new de17164 [GlobalISel] Return an Expected<RuleMatcher> for each SDAG pa [...]
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:
utils/TableGen/GlobalISelEmitter.cpp | 118 +++++++++++++++++++----------------
1 file changed, 63 insertions(+), 55 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 d11a6cc For X86-64 linux and PPC64 linux align int128 to 16 bytes.
new 652f08c SubtargetFeature: Increase MAX_SUBTARGET_FEATURES
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/SubtargetFeature.h | 2 +-
1 file changed, 1 insertion(+), 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 libcxx.
from 4fd0d50 Attempt to fix finding clang++ on Windows
new e7bee0d docs: add some documentation for building 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:
docs/BuildingLibcxx.rst | 51 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 51 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 dffd427 [TableGen][AsmWriterEmitter] Use a deterministic order to sor [...]
new d11a6cc For X86-64 linux and PPC64 linux align int128 to 16 bytes.
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/PowerPC/PPCTargetMachine.cpp | 5 +++++
lib/Target/X86/X86TargetMachine.cpp | 5 +++++
test/LTO/Resolution/X86/Inputs/comdat.ll | 2 +-
test/LTO/Resolution/X86/Inputs/common2.ll | 2 +-
test/LTO/Resolution/X86/Inputs/mixed_lto.ll | 2 +-
test/LTO/Resolution/X86/comdat.ll | 2 +-
test/LTO/Resolution/X86/common2.ll | 2 +-
test/LTO/Resolution/X86/lowertypetests.ll | 2 +-
test/LTO/Resolution/X86/mixed_lto.ll | 2 +-
test/ThinLTO/X86/Inputs/debuginfo-compositetype-import.ll | 2 +-
test/ThinLTO/X86/Inputs/linkonce_aliasee_ref_import.ll | 2 +-
test/ThinLTO/X86/Inputs/linkonce_resolution_comdat.ll | 2 +-
test/ThinLTO/X86/Inputs/module_asm.ll | 2 +-
test/ThinLTO/X86/Inputs/module_asm2.ll | 2 +-
test/ThinLTO/X86/cache-config.ll | 2 +-
test/ThinLTO/X86/debuginfo-compositetype-import.ll | 2 +-
test/ThinLTO/X86/linkonce_aliasee_ref_import.ll | 2 +-
test/ThinLTO/X86/linkonce_resolution_comdat.ll | 2 +-
test/ThinLTO/X86/module_asm2.ll | 2 +-
test/ThinLTO/X86/module_asm_glob.ll | 2 +-
test/tools/llvm-lto2/X86/pipeline.ll | 2 +-
21 files changed, 29 insertions(+), 19 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 d227dd0 [c++1z] In class template argument deduction, all declarators [...]
new 2bf2e7c For X86-64 linux and PPC64 linux align int128 to 16 bytes.
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/Basic/Targets.cpp | 50 ++++++++++++++++++++++++++++--------
test/CodeGen/target-data.c | 4 +--
test/CodeGen/thinlto-multi-module.ll | 2 +-
test/CodeGen/thinlto_backend.ll | 2 +-
4 files changed, 44 insertions(+), 14 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 eac12ed [Concepts] Class template associated constraints
new d227dd0 [c++1z] In class template argument deduction, all declarators [...]
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 | 5 +++--
lib/Sema/SemaDecl.cpp | 13 +++++++------
.../dcl.dcl/dcl.spec/dcl.type/dcl.type.class.deduct/p1.cpp | 12 ++++++++++++
3 files changed, 22 insertions(+), 8 deletions(-)
create mode 100644 test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.class.deduct/p1.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.