This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 26e70aec70 Fix BZ 14333
new a856d4d4a8 Oops. stdlib/test-atexit-race-common.c should have been part [...]
new ae8372d7e4 Add SSE4.1 trunc, truncf (bug 20142).
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:
ChangeLog | 12 ++++
NEWS | 2 +
stdlib/test-atexit-race-common.c | 69 ++++++++++++++++++++++
sysdeps/x86_64/fpu/multiarch/Makefile | 6 +-
sysdeps/x86_64/fpu/multiarch/s_trunc-c.c | 2 +
.../fpu/multiarch/s_trunc-sse4_1.S} | 10 +++-
.../x86_64/fpu/multiarch/{s_rintf.c => s_trunc.c} | 16 ++---
sysdeps/x86_64/fpu/multiarch/s_truncf-c.c | 2 +
.../fpu/multiarch/s_truncf-sse4_1.S} | 10 +++-
.../fpu/multiarch/{s_floorf.c => s_truncf.c} | 16 ++---
10 files changed, 121 insertions(+), 24 deletions(-)
create mode 100644 stdlib/test-atexit-race-common.c
create mode 100644 sysdeps/x86_64/fpu/multiarch/s_trunc-c.c
copy sysdeps/{i386/symbol-hacks.h => x86_64/fpu/multiarch/s_trunc-sse4_1.S} (83%)
copy sysdeps/x86_64/fpu/multiarch/{s_rintf.c => s_trunc.c} (77%)
create mode 100644 sysdeps/x86_64/fpu/multiarch/s_truncf-c.c
copy sysdeps/{s390/s390-32/symbol-hacks.h => x86_64/fpu/multiarch/s_truncf-sse4_1. [...]
copy sysdeps/x86_64/fpu/multiarch/{s_floorf.c => s_truncf.c} (76%)
--
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 b0da44219 [ELF] - Fix segfault when processing .eh_frame.
new b76f8f966 Don't try to compute a value that is known to fail.
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/LinkerScript.cpp | 2 +-
test/ELF/linkerscript/early-assign-symbol.s | 4 ++++
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 gcc.
from f89bc7fb6b6 internal,net,os,runtime,syscall: fixes for AIX followin [...]
new b644c5b6ced Deprecate nested types in std::hash
new 194e23e922e PR libstdc++/81469 deprecate std::uncaught_exception for C++17
new 2be5943db3a Fix failing C++17 test
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:
libstdc++-v3/ChangeLog | 18 ++++++++++++++++++
libstdc++-v3/include/bits/c++config | 7 +++++++
libstdc++-v3/include/bits/functional_hash.h | 4 ++--
libstdc++-v3/include/std/optional | 8 ++++++--
libstdc++-v3/include/std/variant | 13 +++++++++----
libstdc++-v3/libsupc++/exception | 3 ++-
.../testsuite/18_support/exception_ptr/62258.cc | 1 +
.../testsuite/18_support/uncaught_exception/14026.cc | 2 ++
.../testsuite/24_iterators/range_access_cpp17.cc | 4 ++--
9 files changed, 49 insertions(+), 11 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 glibc.
from 0525ce4850 Add exp2f and log2f benchmark trace
new 26e70aec70 Fix BZ 14333
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:
ChangeLog | 22 +++++++
stdlib/Makefile | 9 ++-
stdlib/cxa_atexit.c | 28 +++++----
stdlib/cxa_finalize.c | 68 +++++++++++++++-------
stdlib/exit.c | 36 +++++++++++-
stdlib/exit.h | 19 +++++-
stdlib/on_exit.c | 13 +++--
misc/preadv2.c => stdlib/test-at_quick_exit-race.c | 21 +++----
misc/preadv2.c => stdlib/test-atexit-race.c | 20 +++----
.../xaccept4.c => stdlib/test-cxa_atexit-race.c | 23 ++++----
.../test-on_exit-race.c | 20 +++----
11 files changed, 198 insertions(+), 81 deletions(-)
copy misc/preadv2.c => stdlib/test-at_quick_exit-race.c (69%)
copy misc/preadv2.c => stdlib/test-atexit-race.c (71%)
copy support/xaccept4.c => stdlib/test-cxa_atexit-race.c (66%)
copy math/test-finite-macros.c => stdlib/test-on_exit-race.c (69%)
--
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 126440a78a8 [mips] Add a valid test case to check the reason of the rec [...]
new d469ac59ee1 DebugInfo: Remove unneeded attributes from test/DebugInfo/G [...]
new fd4d2852f00 Make libcxx tests work when llvm sources are not present.
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:
cmake/modules/AddLLVM.cmake | 9 ++++++---
test/DebugInfo/Generic/imported-name-inlined.ll | 9 +++------
2 files changed, 9 insertions(+), 9 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 bc4474e3b [libc++] Replace __sync_* functions with __libcpp_atomic_* functions
new 3a84027eb Make libcxx tests work when llvm sources are not present.
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/HandleOutOfTreeLLVM.cmake | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 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 e1631a5af76 Revert r313736: "[SLP] Vectorize jumbled memory loads."
new 126440a78a8 [mips] Add a valid test case to check the reason of the rec [...]
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/MC/Mips/micromips-neg-offset.s | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 test/MC/Mips/micromips-neg-offset.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 clang.
from 9a0f62efc8 Replace r313747, don't always warn on enums, rework testcases.
new f6e021e7e9 Put target deduced from executable name at the start of argu [...]
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/Driver/target-override.c | 16 ++++++++++++++++
tools/driver/driver.cpp | 11 +++++++++--
2 files changed, 25 insertions(+), 2 deletions(-)
create mode 100644 test/Driver/target-override.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 binutils-gdb.
from 1b7fa39ed9 [OBV] amd64-features-makefile: add missing backslash.
new e5f25bc5d6 Fix "list ambiguous_variable"
new 06871ae840 Make "list ambiguous" show symbol names too
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:
gdb/ChangeLog | 14 +++++++
gdb/cli/cli-cmds.c | 29 ++++++++++----
gdb/linespec.c | 66 +++++++++++++++++++------------
gdb/symtab.c | 2 +
gdb/symtab.h | 1 +
gdb/testsuite/ChangeLog | 22 +++++++++++
gdb/testsuite/gdb.base/list-ambiguous.exp | 41 ++++++++++---------
gdb/testsuite/gdb.base/list-ambiguous0.c | 5 ++-
gdb/testsuite/gdb.base/list-ambiguous1.c | 5 ++-
gdb/testsuite/gdb.cp/overload.exp | 4 +-
10 files changed, 131 insertions(+), 58 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-tools-extra.
from 385353aa [clangd] Serialize onDiagnosticsReady callbacks for the same file.
new ed1dc661 [clangd] Put inacessible items to the end of completion list.
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:
clangd/ClangdUnit.cpp | 36 +++++++++++++++++++++++++++++-----
test/clangd/authority-less-uri.test | 4 ++--
test/clangd/completion-priorities.test | 36 ++++++++++++++++++++++++++++++++++
test/clangd/completion-snippet.test | 26 ++++++++++++------------
test/clangd/completion.test | 26 ++++++++++++------------
test/clangd/protocol.test | 6 +++---
6 files changed, 98 insertions(+), 36 deletions(-)
create mode 100644 test/clangd/completion-priorities.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.