This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 62955aa443 [modules] When compiling a preprocessed module map, look for [...]
new 1cf6697b44 [coroutines] Fix checking for prvalue-ness of `await_suspend [...]
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 | 4 ++--
lib/Sema/SemaCoroutine.cpp | 7 +++++--
test/SemaCXX/coroutines.cpp | 22 ++++++++++++++++++++--
3 files changed, 27 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 libcxx.
from 5ead340ec Fix silly mistakes in recent changes made to coroutine test
new a99bc1563 Define -DNOMINMAX when running the tests 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:
utils/libcxx/test/config.py | 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 llvm.
from fc91844565b [EH] Recognize __(gxx|gcc)_personality_seh0 as the GNU EH p [...]
new 8a5dfea89d1 [docs] Update name of vectorization interleave flag.
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/Vectorizers.rst | 6 +++---
1 file changed, 3 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 lld.
from 7dd9ab3c1 Move clearOutputSections earlier.
new 4aeaeee28 Merge two nested ifs. NFC.
new 949cd886c Simplify. NFC.
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:
ELF/Writer.cpp | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 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 3728b43077d ImplicitNullChecks: Clear kill/dead flags when moving instr [...]
new fc91844565b [EH] Recognize __(gxx|gcc)_personality_seh0 as the GNU EH p [...]
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/EHPersonalities.cpp | 2 ++
test/CodeGen/X86/gnu-seh-nolpads.ll | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
create mode 100644 test/CodeGen/X86/gnu-seh-nolpads.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 llvm.
from c2094c16f90 [EH] Fix the LSDA that we emit for unknown EH personalities
new 5d5fff54ef5 Check hasPersonalityFn before calling getPersonalityFn
new 3728b43077d ImplicitNullChecks: Clear kill/dead flags when moving instr [...]
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/CodeGen/AsmPrinter/AsmPrinter.cpp | 9 +++++----
lib/CodeGen/ImplicitNullChecks.cpp | 16 ++++++++++++++--
test/CodeGen/X86/implicit-null-checks.mir | 22 +++++++++++-----------
3 files changed, 30 insertions(+), 17 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 7b7ac67cf Fix Libc++ build with MinGW64
new 5ead340ec Fix silly mistakes in recent changes made to coroutine 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:
.../support.coroutines/end.to.end/fullexpr-dtor.pass.cpp | 6 ++----
1 file changed, 2 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 bb71c25acf7 Added LLVM_FALLTHROUGH to address warning: this statement m [...]
new 1c5a50caa76 Added LLVM_FALLTHROUGH to address warning: this statement m [...]
new b2ab273ef39 [MachOObject] Fix bind opcode parser error on valid opcode [...]
new c2094c16f90 [EH] Fix the LSDA that we emit for unknown EH personalities
The 3 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/ValueTracking.cpp | 1 +
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 19 +++++++++++++++----
lib/CodeGen/AsmPrinter/EHStreamer.cpp | 2 +-
lib/Object/MachOObjectFile.cpp | 2 +-
test/CodeGen/X86/eh-unknown.ll | 32 ++++++++++++++++++++++++++++++++
5 files changed, 50 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/X86/eh-unknown.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 libcxxabi.
from db46267 [demangler] Fix a exponential string copying bug
new 7512331 Remove requirement for libunwind sources. Patch by Shiz.
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 | 19 -------------------
1 file changed, 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.