This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 37d341d1f0 PR38141: check whether noexcept-specifications are equivalen [...]
new 0e07398059 Support linking static PIE binaries on NetBSD
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/Driver/ToolChains/NetBSD.cpp | 4 ++++
test/Driver/netbsd.c | 13 +++++++++++++
2 files changed, 17 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 binutils-gdb.
from 78da84f994 MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian [...]
new 529c08b25e Add helper functions parse_flags and parse_flags_qcs
new 6a70eb7d9b Implement frame apply [all | COUNT | -COUNT | level LEVEL... [...]
new 1fe75df7eb Add [FLAG]... arguments to 'thread apply'.
new 0a2323003c Documents the new commands 'frame apply', faas, taas, tfaas
new a14c4daab2 Announce the user visible changes for frame/thread apply in NEWS.
new 3606ccab0f Add a test for 'frame apply'
new 5759ebb3b3 Modify gdb.threads/pthreads.exp to test FLAG qcs arguments f [...]
new bc7b042bcb Add a self-test for cli-utils.c
The 8 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 | 48 ++++
gdb/Makefile.in | 1 +
gdb/NEWS | 27 ++
gdb/cli/cli-utils.c | 96 ++++++-
gdb/cli/cli-utils.h | 45 ++-
gdb/doc/ChangeLog | 7 +
gdb/doc/gdb.texinfo | 188 ++++++++++++-
gdb/stack.c | 308 +++++++++++++++++++--
gdb/testsuite/ChangeLog | 14 +
.../gdb.base/{attach-wait-input.c => frameapply.c} | 57 +++-
gdb/testsuite/gdb.base/frameapply.exp | 217 +++++++++++++++
gdb/testsuite/gdb.base/skip.exp | 6 +-
gdb/testsuite/gdb.threads/pthreads.exp | 83 +++++-
gdb/thread.c | 133 +++++++--
gdb/unittests/cli-utils-selftests.c | 253 +++++++++++++++++
15 files changed, 1404 insertions(+), 79 deletions(-)
copy gdb/testsuite/gdb.base/{attach-wait-input.c => frameapply.c} (64%)
create mode 100644 gdb/testsuite/gdb.base/frameapply.exp
create mode 100644 gdb/unittests/cli-utils-selftests.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 0dafade8b Simplify instrprof-dlopen-dlclose-gcov.test to avoid failures [...]
new 2f2ebb2f3 [CMake] Fix a typo in the variable used to retrieve source fi [...]
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/hwasan/CMakeLists.txt | 3 +--
1 file changed, 1 insertion(+), 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 3418676967e [SanitizerCoverage] Add associated metadata to 8-bit counters.
new 0a4671b355d [gold-plugin] Disable section ordering for relocatable links
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/tools/gold/X86/relocatable.ll | 2 +-
tools/gold/gold-plugin.cpp | 8 +++++---
2 files changed, 6 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 compiler-rt.
from 126d0f035 [SanitizerCoverage] Add associated metadata to 8-bit counters.
new 0dafade8b Simplify instrprof-dlopen-dlclose-gcov.test to avoid failures [...]
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/profile/Inputs/instrprof-dlopen-func.c | 2 +-
test/profile/Inputs/instrprof-dlopen-func.c.gcov | 2 +-
test/profile/Inputs/instrprof-dlopen-func2.c | 2 +-
test/profile/Inputs/instrprof-dlopen-func2.c.gcov | 2 +-
test/profile/Inputs/instrprof-dlopen-func3.c | 2 +-
test/profile/Inputs/instrprof-dlopen-func3.c.gcov | 2 +-
6 files changed, 6 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 gcc.
from d6758592f66 RISC-V: Error if function declared with different interrupt modes.
new 24eef15b96d RISC-V: Silence expected Ada testsuite warning.
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 | 4 ++++
gcc/testsuite/gnat.dg/warn5.adb | 2 +-
2 files 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 7cf5f05b8cd [X86][FastISel] Support EVEX version of sqrt.
new a120e0c37ce [PowerPC] [NFC] Update __float128 tests
new 3418676967e [SanitizerCoverage] Add associated metadata to 8-bit counters.
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:
.../Instrumentation/SanitizerCoverage.cpp | 4 +-
test/CodeGen/PowerPC/f128-aggregates.ll | 178 ++---
test/CodeGen/PowerPC/f128-arith.ll | 33 +-
test/CodeGen/PowerPC/f128-compare.ll | 51 +-
test/CodeGen/PowerPC/f128-conv.ll | 402 +++++-----
test/CodeGen/PowerPC/f128-fma.ll | 95 +--
test/CodeGen/PowerPC/f128-passByValue.ll | 154 ++--
test/CodeGen/PowerPC/f128-rounding.ll | 15 +-
test/CodeGen/PowerPC/f128-truncateNconv.ll | 350 ++++-----
test/CodeGen/PowerPC/f128-vecExtractNconv.ll | 863 +++++++++++----------
10 files changed, 1077 insertions(+), 1068 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 a1cacd32c [libFuzzer] If LLD available, require it to build first.
new 126d0f035 [SanitizerCoverage] Add associated metadata to 8-bit counters.
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/fuzzer/gc-sections.test | 4 +++-
1 file changed, 3 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 4835c04d29a AMDGPU: Fix assert in truncate combine with vectors
new 33929672874 [X86] Add show-mc-encoding to some fast-isel intrinsic test [...]
new 7cf5f05b8cd [X86][FastISel] Support EVEX version of sqrt.
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/X86/X86FastISel.cpp | 19 +-
test/CodeGen/X86/sse-intrinsics-fast-isel.ll | 3458 ++++++++------
test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 6161 ++++++++++++++++---------
3 files changed, 6043 insertions(+), 3595 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.