This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4a7b6910075 [CMake] Support building shared library for OpenBSD
new bd075060f18 [CMake] Do not use --gc-sections on OpenBSD
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/modules/AddLLVM.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 llvm.
from 7cde7d986ff [llc] Fix sanitizer failure.
new 4a7b6910075 [CMake] Support building shared library for OpenBSD
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:
tools/llvm-shlib/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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 d417685a32a ADT: Use EBO to shrink SmallVector size 1
new 7cde7d986ff [llc] Fix sanitizer failure.
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:
tools/llc/llc.cpp | 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 86ed6a4248 [Sema] isValidCoroutineContext FIXME and citations
new d80dd82cc4 [Coroutines] Less IR for noexcept await_resume
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/CGCoroutine.cpp | 39 ++++++++++++++++++++-----
test/CodeGenCoroutines/coro-await-resume-eh.cpp | 39 +++++++++++++++++++++----
2 files changed, 64 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 llvm.
from 304292110d0 [llc] Use WithColor for printing errors/warnings
new d417685a32a ADT: Use EBO to shrink SmallVector size 1
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/ADT/SmallVector.h | 5 +----
lib/Support/SmallVector.cpp | 4 ++++
2 files changed, 5 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 clang.
from fb922a1cfa Attempt to fix latent tablegen dependency issue
new 86ed6a4248 [Sema] isValidCoroutineContext FIXME and citations
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/Sema/SemaCoroutine.cpp | 34 ++++++++++++++++++++++++++++++++--
test/SemaCXX/coroutines.cpp | 8 ++++++++
2 files changed, 40 insertions(+), 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 clang.
from c455528947 [Fuchsia] Enable static libc++, libc++abi, libunwind
new fb922a1cfa Attempt to fix latent tablegen dependency issue
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:
tools/clang-fuzzer/handle-llvm/CMakeLists.txt | 11 ++++++++++-
1 file changed, 10 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 b457430300d [X86] Make %eiz usage in 64-bit mode, force a 0x67 address [...]
new 9fa78621e77 [TableGen] Use WithColor for printing errors/warnings
new fb0b759b0a2 [llvm-mt] Use WithColor for printing errors.
new fc6fcece238 [llvm-config] Use WithColor for printing errors.
new 304292110d0 [llc] Use WithColor for printing errors/warnings
The 4 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/TableGen/Error.cpp | 9 +++-----
test/tools/llvm-mt/conflicting.test | 2 +-
test/tools/llvm-mt/help.test | 4 ++--
test/tools/llvm-mt/xml_error.test | 4 ++--
tools/llc/llc.cpp | 46 ++++++++++++++++++++++---------------
tools/llvm-config/llvm-config.cpp | 16 +++++++------
tools/llvm-mt/llvm-mt.cpp | 3 ++-
7 files changed, 46 insertions(+), 38 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 gcc-6-branch
in repository gcc.
from c274518c546 Daily bump.
new ba6f7989a1d Fix phi backedge detection in backprop (PR85989)
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 | 12 ++++++++++++
gcc/gimple-ssa-backprop.c | 23 +++++++++++++++++++----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr85989.c | 31 +++++++++++++++++++++++++++++++
4 files changed, 67 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr85989.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 gcc-7-branch
in repository gcc.
from facfc69207e Daily bump.
new 40e911ae4eb Fix phi backedge detection in backprop (PR85989)
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 | 10 ++++++++++
gcc/gimple-ssa-backprop.c | 21 +++++++++++++++++----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr85989.c | 31 +++++++++++++++++++++++++++++++
4 files changed, 63 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr85989.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.