This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libunwind.
from 1041783 EHABI: mark some functions as exported
new 88c0132 [cmake] Obtain LLVM_CMAKE_PATH from llvm-config if available
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 | 13 ++++++++++++-
1 file changed, 12 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 compiler-rt.
from eebc3a8 [compiler-rt] Include <dlfcn.h> unconditionally
new b8cfc20 [cmake] Obtain LLVM_CMAKE_PATH from llvm-config if available
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/CompilerRTUtils.cmake | 14 ++++++++++++--
1 file changed, 12 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 gcc.
from 082b91b * expr.c (store_field): In the bitfield case, if the value c [...]
new 7c2a5d9 PR testsuite/79036 - gcc.dg/tree-ssa/builtin-sprintf.c fails [...]
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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf.c | 9 +++++++++
2 files changed, 15 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 7f31bf6 TarWriter: Fix a bug in Ustar header.
new 3494169 [WebAssembly] Add return type annotations in fast isel.
new 0b4654f Commit a test for match-full-lines.
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/WebAssembly/WebAssemblyFastISel.cpp | 3 ++
test/FileCheck/match-full-lines.txt | 53 ++++++++++++++++++++++
.../strict-whitespace-match-full-lines.txt | 14 ------
3 files changed, 56 insertions(+), 14 deletions(-)
create mode 100644 test/FileCheck/match-full-lines.txt
delete mode 100644 test/FileCheck/strict-whitespace-match-full-lines.txt
--
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 lldb.
from 8c033fc Fix dereferencing of pointers to empty classes
new 5c3b97a [cmake] Obtain LLVM_CMAKE_PATH from llvm-config
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/LLDBStandalone.cmake | 5 +++--
1 file changed, 3 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 lld.
from 394f978 Support non-regular output files.
new b3e6ef1 [ELF] Fix `_gp` linker script test
new b6871c4 [cmake] Obtain LLVM_CMAKE_PATH from llvm-config
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 | 3 ++-
test/ELF/mips-gp-ext.s | 8 +-------
2 files changed, 3 insertions(+), 8 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 7490caa Add a test for diagnose_if.
new e0078e5 [cmake] Obtain LLVM_CMAKE_PATH from llvm-config
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 | 5 +++--
1 file changed, 3 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 libcxx.
from f3e7677 Swap two lines in __mutex_base. On systems with high clock ra [...]
new 7ebce14 Adorn __call_once_proxy with `inline` and `_LIBCPP_INLINE_VIS [...]
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/mutex | 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 lld.
from 5720cb6 ELF: Discard .gnu.linkonce.* sections.
new 394f978 Support non-regular output files.
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:
ELF/Writer.cpp | 10 ++++++----
test/ELF/basic.s | 1 +
2 files changed, 7 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 2a668d8 [NVPTX] Fix some Clang-tidy modernize and Include What You Us [...]
new 7f31bf6 TarWriter: Fix a bug in Ustar 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:
lib/Support/TarWriter.cpp | 2 +-
unittests/Support/CMakeLists.txt | 3 +-
unittests/Support/TarWriterTest.cpp | 88 +++++++++++++++++++++++++++++++++++++
3 files changed, 91 insertions(+), 2 deletions(-)
create mode 100644 unittests/Support/TarWriterTest.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.