This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libunwind.
from d1b4904 [libunwind][CMake] Provide option to disable instalation of t [...]
new 592ba3b [CMake] Use the variable from the right project in install-unwind
new de94023 Support building libunwind as a DLL
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:
CMakeLists.txt | 5 +++++
src/CMakeLists.txt | 2 +-
src/config.h | 10 +++++++---
3 files changed, 13 insertions(+), 4 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 bee1015aa64 [SCEV][NFC] Remove condition that can never happen due to c [...]
new acbaefa2f4f [X86] Remove setOperationAction Promote for ISD::SINT_TO_FP [...]
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, 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 clang.
from e9d94f5b6c Revert "Toolchain: Normalize dwarf, sjlj and seh eh"
new dd9e3a3239 Toolchain: Normalize dwarf, sjlj and seh eh
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/ClangCommandLineReference.rst | 8 ++++++++
include/clang/Basic/LangOptions.def | 2 ++
include/clang/Driver/Options.td | 4 ++++
include/clang/Driver/ToolChain.h | 7 +++----
lib/Basic/Targets/ARM.cpp | 1 -
lib/Basic/Targets/OSTargets.cpp | 4 ----
lib/Basic/Targets/OSTargets.h | 11 ----------
lib/Basic/Targets/X86.h | 13 ------------
lib/CodeGen/BackendUtil.cpp | 4 ++++
lib/CodeGen/CGException.cpp | 16 +++++++--------
lib/Driver/ToolChain.cpp | 9 +++++++++
lib/Driver/ToolChains/Clang.cpp | 30 +++++++++++++++++++++++++---
lib/Driver/ToolChains/Darwin.cpp | 11 ++++++----
lib/Driver/ToolChains/Darwin.h | 8 +++++---
lib/Driver/ToolChains/FreeBSD.cpp | 11 +++++-----
lib/Driver/ToolChains/FreeBSD.h | 3 ++-
lib/Driver/ToolChains/MinGW.cpp | 7 +++++--
lib/Driver/ToolChains/MinGW.h | 4 +++-
lib/Driver/ToolChains/NetBSD.cpp | 9 +++++++++
lib/Driver/ToolChains/NetBSD.h | 3 +++
lib/Frontend/CompilerInvocation.cpp | 13 +++++++++++-
lib/Frontend/InitPreprocessor.cpp | 6 ++++++
test/CodeGenCXX/mingw-w64-exceptions.c | 22 ++++++++++++++++++++
test/CodeGenCXX/mingw-w64-seh-exceptions.cpp | 3 ++-
test/Preprocessor/arm-target-features.c | 2 ++
test/Preprocessor/init.c | 1 +
26 files changed, 149 insertions(+), 63 deletions(-)
create mode 100644 test/CodeGenCXX/mingw-w64-exceptions.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 compiler-rt.
from 753f9fb2f [LibFuzzer] Add Android to LibFuzzer's supported OSes
new 71ea69d5c Revert change for LibFuzzer target archs
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 | 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 clang.
from e7eb264ed0 Toolchain: Normalize dwarf, sjlj and seh eh
new e9d94f5b6c Revert "Toolchain: Normalize dwarf, sjlj and seh eh"
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/ClangCommandLineReference.rst | 8 --------
include/clang/Basic/LangOptions.def | 2 --
include/clang/Driver/Options.td | 4 ----
include/clang/Driver/ToolChain.h | 7 ++++---
lib/Basic/Targets/ARM.cpp | 1 +
lib/Basic/Targets/OSTargets.cpp | 4 ++++
lib/Basic/Targets/OSTargets.h | 11 ++++++++++
lib/Basic/Targets/X86.h | 13 ++++++++++++
lib/CodeGen/BackendUtil.cpp | 4 ----
lib/CodeGen/CGException.cpp | 16 ++++++++-------
lib/Driver/ToolChain.cpp | 9 ---------
lib/Driver/ToolChains/Clang.cpp | 30 +++-------------------------
lib/Driver/ToolChains/Darwin.cpp | 11 ++++------
lib/Driver/ToolChains/Darwin.h | 8 +++-----
lib/Driver/ToolChains/FreeBSD.cpp | 12 +++++------
lib/Driver/ToolChains/FreeBSD.h | 3 +--
lib/Driver/ToolChains/MinGW.cpp | 7 ++-----
lib/Driver/ToolChains/MinGW.h | 4 +---
lib/Driver/ToolChains/NetBSD.cpp | 8 --------
lib/Driver/ToolChains/NetBSD.h | 3 ---
lib/Frontend/CompilerInvocation.cpp | 13 +-----------
lib/Frontend/InitPreprocessor.cpp | 6 ------
test/CodeGenCXX/mingw-w64-exceptions.c | 22 --------------------
test/CodeGenCXX/mingw-w64-seh-exceptions.cpp | 3 +--
test/Preprocessor/arm-target-features.c | 2 --
test/Preprocessor/init.c | 1 -
26 files changed, 64 insertions(+), 148 deletions(-)
delete mode 100644 test/CodeGenCXX/mingw-w64-exceptions.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 e350683cfb Use static function instead of anonymous namespace
new e7eb264ed0 Toolchain: Normalize dwarf, sjlj and seh eh
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/ClangCommandLineReference.rst | 8 ++++++++
include/clang/Basic/LangOptions.def | 2 ++
include/clang/Driver/Options.td | 4 ++++
include/clang/Driver/ToolChain.h | 7 +++----
lib/Basic/Targets/ARM.cpp | 1 -
lib/Basic/Targets/OSTargets.cpp | 4 ----
lib/Basic/Targets/OSTargets.h | 11 ----------
lib/Basic/Targets/X86.h | 13 ------------
lib/CodeGen/BackendUtil.cpp | 4 ++++
lib/CodeGen/CGException.cpp | 16 +++++++--------
lib/Driver/ToolChain.cpp | 9 +++++++++
lib/Driver/ToolChains/Clang.cpp | 30 +++++++++++++++++++++++++---
lib/Driver/ToolChains/Darwin.cpp | 11 ++++++----
lib/Driver/ToolChains/Darwin.h | 8 +++++---
lib/Driver/ToolChains/FreeBSD.cpp | 12 +++++------
lib/Driver/ToolChains/FreeBSD.h | 3 ++-
lib/Driver/ToolChains/MinGW.cpp | 7 +++++--
lib/Driver/ToolChains/MinGW.h | 4 +++-
lib/Driver/ToolChains/NetBSD.cpp | 8 ++++++++
lib/Driver/ToolChains/NetBSD.h | 3 +++
lib/Frontend/CompilerInvocation.cpp | 13 +++++++++++-
lib/Frontend/InitPreprocessor.cpp | 6 ++++++
test/CodeGenCXX/mingw-w64-exceptions.c | 22 ++++++++++++++++++++
test/CodeGenCXX/mingw-w64-seh-exceptions.cpp | 3 ++-
test/Preprocessor/arm-target-features.c | 2 ++
test/Preprocessor/init.c | 1 +
26 files changed, 148 insertions(+), 64 deletions(-)
create mode 100644 test/CodeGenCXX/mingw-w64-exceptions.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 c2659f12f7a [CGP] Fix common type handling in optimizeMemoryInst
new bee1015aa64 [SCEV][NFC] Remove condition that can never happen due to c [...]
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/Analysis/ScalarEvolution.cpp | 2 --
1 file changed, 2 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 98e460471c3 [PowerPC] Relax the checking on AND/AND8 in isSignOrZeroExtended.
new c2659f12f7a [CGP] Fix common type handling in optimizeMemoryInst
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/CodeGenPrepare.cpp | 16 +++++++----
.../CodeGenPrepare/X86/sink-addrmode-base.ll | 33 ++++++++++++++++++++++
2 files changed, 43 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 253d276d1 Delete dead code. NFC.
new 55ed45074 [COFF] Don't export symbols that have corresponding __imp_ symbols
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:
COFF/MinGW.cpp | 10 ++++++++++
test/COFF/export-all.s | 8 ++++++++
2 files changed, 18 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 clang.
from 82f31b5a64 Reland "Fix vtable not receiving hidden visibility when usin [...]
new e350683cfb Use static function instead of anonymous namespace
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/AST/TypePrinter.cpp | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.