This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f241fec5ea9 [InstCombine] Preserve debug value when simplifying cast-of-select
new dc84f3b6c1a Add some helper functions to the demangle utility classes.
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/Demangle/Demangle.h | 14 ++++---
lib/Demangle/ItaniumDemangle.cpp | 18 +++-----
lib/Demangle/StringView.h | 38 ++++++++++++++++-
lib/Demangle/Utility.h | 88 +++++++++++++++++++++++++++++++++++++++-
4 files changed, 136 insertions(+), 22 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 zorg.
from c1851d9 Add a new buildbot slave for OpenMP build/test with offloadin [...]
new 67947a4 Fix a typo.
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:
buildbot/osuosl/master/config/builders.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 binutils-gdb.
from c691de6a16 BFD: Use `bfd_is_abs_symbol' to determine whether a symbol i [...]
new 7eb1a66c26 Use std::string in ppscm_make_pp_type_error_exception
new 15bf30027b Change gdbscm_exception_message_to_string to return a unique [...]
new a1a31cb8dc Return unique_xmalloc_ptr from gdbscm_safe_eval_string
new c6c6149af4 Return unique_xmalloc_ptr from gdbscm_scm_to_string
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:
gdb/ChangeLog | 39 +++++++++++++++++++++++++++++++++++
gdb/guile/guile-internal.h | 14 +++++++------
gdb/guile/guile.c | 23 +++++----------------
gdb/guile/scm-cmd.c | 10 ++++-----
gdb/guile/scm-exception.c | 11 ++++------
gdb/guile/scm-math.c | 15 +++++---------
gdb/guile/scm-objfile.c | 10 +++------
gdb/guile/scm-param.c | 49 +++++++++++++++++++-------------------------
gdb/guile/scm-pretty-print.c | 42 +++++++++++++++----------------------
gdb/guile/scm-safe-call.c | 6 +++---
gdb/guile/scm-string.c | 8 +++-----
11 files changed, 112 insertions(+), 115 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 compiler-rt.
from 823b254fc libFuzzer: prevent irrelevant strings from leaking into auto- [...]
new a22026054 [builtins] Implement the __chkstk function for ARM for MinGW
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/builtins/CMakeLists.txt | 1 +
lib/builtins/arm/chkstk.S | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
create mode 100644 lib/builtins/arm/chkstk.S
--
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 4a954578e Add wasm-ld to help text Improve error text
new 5934900bd [WebAssemlby] Set IsUsedInRegularObj correctly for undefined [...]
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:
test/wasm/lto/Inputs/{archive.ll => used.ll} | 4 ++-
test/wasm/lto/used.ll | 45 ++++++++++++++++++++++++++++
wasm/SymbolTable.cpp | 3 ++
3 files changed, 51 insertions(+), 1 deletion(-)
copy test/wasm/lto/Inputs/{archive.ll => used.ll} (66%)
create mode 100644 test/wasm/lto/used.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 libunwind.
from 04bdf24 [CMake] Set per-runtime library directory suffix in runtimes build
new 940b92a The semantics of DW_CFA_GNU_args_size have changed subtile ov [...]
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:
src/UnwindCursor.hpp | 2 --
src/libunwind.cpp | 14 +++++++++++++-
2 files changed, 13 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 binutils-gdb.
from 27724bad00 RISC-V: Don't decrement pc after break.
new d5c928c053 LD: Export relative-from-absolute symbol marking to BFD
new c691de6a16 BFD: Use `bfd_is_abs_symbol' to determine whether a symbol i [...]
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:
bfd/ChangeLog | 17 +++++++++++++++++
bfd/bfd-in2.h | 11 +++++++++++
bfd/elf32-nds32.c | 4 ++--
bfd/elfnn-aarch64.c | 6 ++----
bfd/linker.c | 15 ++++++++++++++-
bfd/xcofflink.c | 9 +++------
include/ChangeLog | 4 ++++
include/bfdlink.h | 5 +++++
ld/ChangeLog | 6 ++++++
ld/ldexp.c | 1 +
10 files changed, 65 insertions(+), 13 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 24496dbd15b compiler: don't set btype_ too early for alias type
new 37e4075f796 Fix invalid cc_status after [const_][us]mulsi3_highpart
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 | 5 +++++
gcc/config/m68k/m68k.md | 20 ++++++++++++++++----
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/m68k/mulsi_highpart.c | 8 ++++++++
4 files changed, 33 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/m68k/mulsi_highpart.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 lldb.
from e71634d55 [CMake] Have check-lldb-unit use CMAKE_CURRENT_BINARY_DIR
new 73aaf7641 Invert dependency between lldb-framework and lldb-suite
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 | 6 +++---
cmake/modules/LLDBFramework.cmake | 4 ++--
source/API/CMakeLists.txt | 6 ++++--
tools/driver/CMakeLists.txt | 2 +-
4 files changed, 10 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 gcc.
from d6148817539 * lex.c (_cpp_lex_direct): Use CPP_DL_NOTE instead of CPP_ [...]
new 24496dbd15b compiler: don't set btype_ too early for alias type
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/types.cc | 6 ++++--
2 files changed, 5 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.