This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 39ad1d12c [libc++] Remove race condition in std::async
new cd04d45e3 [libc++] Fix handling of negated character classes in regex
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/regex | 15 +++-----
.../inverted_character_classes.pass.cpp | 44 ++++++++++++++++++++++
.../re.alg.search/invert_neg_word_search.pass.cpp | 2 +-
3 files changed, 51 insertions(+), 10 deletions(-)
create mode 100644 test/std/re/re.alg/re.alg.match/inverted_character_classes.pass.cpp
--
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 b2dd7690a Comment out #define __cpp_lib_node_extract, we only support h [...]
new 39ad1d12c [libc++] Remove race condition in std::async
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/future | 19 +++----
src/future.cpp | 5 +-
.../futures.async/async_race.38682.pass.cpp | 58 ++++++++++++++++++++++
3 files changed, 66 insertions(+), 16 deletions(-)
create mode 100644 test/std/thread/futures/futures.async/async_race.38682.pass.cpp
--
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 a9eafb08b3 x86: Update GNU_PROPERTY_X86_XXX macros
new 3da65cd27e [PATCH] [MIPS] LD/testsuite: Skip 32bit test if ld not support.
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:
ld/ChangeLog | 7 +++++
ld/testsuite/ld-mips-elf/mips-elf-flags.exp | 40 +++++++++++++++++++++++++++++
2 files changed, 47 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 clang-tools-extra.
from 66cc5c29 [clangd] Implement LIMIT iterator
new b910a100 [clangd] Initial cancellation mechanism for LSP requests.
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/CMakeLists.txt | 1 +
clangd/Cancellation.cpp | 34 ++++++++
clangd/Cancellation.h | 142 +++++++++++++++++++++++++++++++++
clangd/ClangdLSPServer.cpp | 95 +++++++++++++++++-----
clangd/ClangdLSPServer.h | 17 +++-
clangd/ClangdServer.cpp | 13 ++-
clangd/ClangdServer.h | 7 +-
clangd/JSONRPCDispatcher.cpp | 19 ++++-
clangd/JSONRPCDispatcher.h | 8 +-
clangd/Protocol.cpp | 33 ++++++++
clangd/Protocol.h | 14 ++++
clangd/ProtocolHandlers.cpp | 1 +
clangd/ProtocolHandlers.h | 1 +
unittests/clangd/CMakeLists.txt | 1 +
unittests/clangd/CancellationTests.cpp | 74 +++++++++++++++++
15 files changed, 431 insertions(+), 29 deletions(-)
create mode 100644 clangd/Cancellation.cpp
create mode 100644 clangd/Cancellation.h
create mode 100644 unittests/clangd/CancellationTests.cpp
--
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 217cd82aec5 DWARF: Call set_indirect_string on DW_MACINFO_start_file
new 66697aaede2 Handle SLP permutations for variable-length vectors
new aedceb0564a Avoid is_constant calls in vectorizable_bswap
new 5207ee15081 Define vect_perm for variable-length SVE
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:
gcc/ChangeLog | 13 ++
gcc/testsuite/ChangeLog | 29 +++++
gcc/testsuite/gcc.dg/vect/slp-23.c | 6 +-
gcc/testsuite/gcc.dg/vect/slp-perm-10.c | 4 +-
gcc/testsuite/gcc.dg/vect/slp-perm-9.c | 4 +-
gcc/testsuite/gcc.target/aarch64/sve/bswap_1.c | 13 ++
gcc/testsuite/gcc.target/aarch64/sve/bswap_2.c | 13 ++
gcc/testsuite/gcc.target/aarch64/sve/bswap_3.c | 13 ++
gcc/testsuite/gcc.target/aarch64/sve/slp_perm_1.c | 22 ++++
gcc/testsuite/gcc.target/aarch64/sve/slp_perm_2.c | 22 ++++
gcc/testsuite/gcc.target/aarch64/sve/slp_perm_3.c | 22 ++++
gcc/testsuite/gcc.target/aarch64/sve/slp_perm_4.c | 22 ++++
gcc/testsuite/gcc.target/aarch64/sve/slp_perm_5.c | 32 +++++
gcc/testsuite/gcc.target/aarch64/sve/slp_perm_6.c | 22 ++++
gcc/testsuite/gcc.target/aarch64/sve/slp_perm_7.c | 22 ++++
gcc/testsuite/lib/target-supports.exp | 13 +-
gcc/tree-vect-slp.c | 150 +++++++++++++---------
gcc/tree-vect-stmts.c | 28 ++--
18 files changed, 363 insertions(+), 87 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/bswap_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/bswap_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/bswap_3.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/slp_perm_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/slp_perm_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/slp_perm_3.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/slp_perm_4.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/slp_perm_5.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/slp_perm_6.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/slp_perm_7.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 newlib.
from 36cb95f60 CYgwin: fix typo in comment
new 5d29023c1 Add __nl_item to <sys/_types.h> and use it
new e6a85661c Implement read(2)/write(2) and neccessary lseek(2)
new 472476a5a Add a mmap flag (MAP_32BIT) on 64-bit platforms
new de24ef326 Add MAP_EXCL flag for mmap(2).
new 3d5043e2c Add a new fo_fill_kinfo fileops method
new 60b466fbc Retire the unimplemented MAP_RENAME
new 7cfc736e8 Add a new file operations hook for mmap
new c3df6d515 Implement process-shared locks support
new 08139e557 mprotect(): Change prototype to comply to POSIX.
new 16636ede3 Renumber copyright clause 4
new ca3b7a988 Implement INHERIT_ZERO for minherit(2).
new 99b9b925f Listening sockets improvements.
new eb82d7086 Implement address space guards.
new 471f29861 Relax visibility for some termios symbols.
new b329ee938 Correct sysctl names.
new 1182b9fe1 if: Add ioctls to get RSS key and hash type/function.
new 7ff81234c Add a place for a driver to report rx timestamps
new 91e828be4 Use hardware timestamps to report packet timestamps
new 9f0f4785e sys: further adoption of SPDX licensing ID tags.
new 1329e846c include: further adoption of SPDX licensing ID tags.
new fba31eac2 sys/sys: further adoption of SPDX licensing ID tags.
new d93753807 Garbage collect IFCAP_POLLING_NOCOUNT.
new ba2eaf10a SPDX: license IDs for some ISC-related files.
new b43341334 Follow the RFC6980 and silently ignore following IPv6 NDP messages
new b4d6660d8 This is an implementation of the client side of TCP Fast Open (TFO)
new 4d144963e Add _IOC_NEWLEN() and _IOC_NEWTYPE() macros.
new 61d5f8adf Add the "TCP Blackbox Recorder"
new 9cea1c448 Move uio enums to sys/_uio.h.
new b0250c735 Allow to specify PCP on packets not belonging to any VLAN.
new f967e60ca Fix access to ifru_buffer on freebsd32.
new c0f64943e Implement several enhancements to NUMA policies.
new 79291d612 Use an accessor function to access ifr_data.
new 341e131f7 Add 32-bit compat for ioctls that take struct ifgroupreq.
new 5c636abe8 Load balance sockets with new SO_REUSEPORT_LB option
new 6a98562b5 Revert r332894 at the request of the submitter.
new 44e0190a8 iflib(9): Add support for cloning pseudo interfaces
new b40c48e05 Load balance sockets with new SO_REUSEPORT_LB option.
new 215e33310 This commit brings in a new refactored TCP stack called Rack.
new 0e5c59050 Add a limit of the number of fragments per IPv6 packet.
new 823b09647 Implement a limit on on the number of IPv6 reassembly
new fe3e8b90d Add SOL_SOCKET level socket option
new 890c86d63 RTEMS: Update FreeBSD version tags
new 9bbf89dd1 RTEMS: Add __BSD_VISIBLE in <sys/_termios.h>
new c07fa084e RTEMS: Introduce <machine/_kernel_uio.h>
new 9ce55ee71 RTEMS: Introduce <machine/_kernel_in6.h>
new 0c0dd2859 RTEMS: Introduce <machine/_kernel_in.h>
new 764d748c9 RTEMS: Introduce <machine/_kernel_if.h>
new a2a8600f7 RTEMS: Introduce <machine/_kernel_socket.h>
new d35971f39 RTEMS: Introduce <machine/_kernel_mman.h>
new d13c84eb0 RTEMS: Add kvaddr_t and ksize_t
The 50 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:
newlib/libc/include/langinfo.h | 7 +-
newlib/libc/include/sys/_types.h | 1 +
newlib/libc/include/sys/queue.h | 11 ++
newlib/libc/sys/rtems/include/arpa/inet.h | 6 +-
newlib/libc/sys/rtems/include/machine/types.h | 3 +
newlib/libc/sys/rtems/include/net/if.h | 66 ++++++--
newlib/libc/sys/rtems/include/netdb.h | 4 +-
newlib/libc/sys/rtems/include/netinet/in.h | 36 +----
newlib/libc/sys/rtems/include/netinet/tcp.h | 85 +++++++++-
newlib/libc/sys/rtems/include/netinet6/in6.h | 179 ++-------------------
newlib/libc/sys/rtems/include/sys/_bitset.h | 10 +-
newlib/libc/sys/rtems/include/sys/_cpuset.h | 4 +-
newlib/libc/sys/rtems/include/sys/_iovec.h | 4 +-
.../libc/sys/rtems/include/sys/_sockaddr_storage.h | 4 +-
newlib/libc/sys/rtems/include/sys/_termios.h | 14 +-
.../sys/rtems/include/sys/{_iovec.h => _uio.h} | 30 ++--
newlib/libc/sys/rtems/include/sys/bitset.h | 4 +-
newlib/libc/sys/rtems/include/sys/filio.h | 4 +-
newlib/libc/sys/rtems/include/sys/ioccom.h | 6 +
newlib/libc/sys/rtems/include/sys/ioctl.h | 4 +-
newlib/libc/sys/rtems/include/sys/mman.h | 60 +++----
newlib/libc/sys/rtems/include/sys/socket.h | 102 ++++--------
newlib/libc/sys/rtems/include/sys/sockio.h | 11 +-
newlib/libc/sys/rtems/include/sys/syslog.h | 4 +-
newlib/libc/sys/rtems/include/sys/ttycom.h | 4 +-
newlib/libc/sys/rtems/include/sys/ttydefaults.h | 4 +-
newlib/libc/sys/rtems/include/sys/uio.h | 76 ++-------
newlib/libc/sys/rtems/include/sys/un.h | 4 +-
newlib/libc/sys/rtems/include/termios.h | 4 +-
winsup/cygwin/include/nl_types.h | 2 +-
30 files changed, 336 insertions(+), 417 deletions(-)
copy newlib/libc/sys/rtems/include/sys/{_iovec.h => _uio.h} (78%)
--
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.
"Maxim Kuvyrkov pushed a change to branch llvm-kernel-v3
in repository toolchain/jenkins-scripts.
discards 0c6c978 Rename tcwg-llvm-kernel.sh
new 7c4ef5e Rename tcwg-llvm-kernel.sh
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (0c6c978)
\
N -- N -- N refs/heads/llvm-kernel-v3 (7c4ef5e)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
tcwg-llvm-kernel.sh | 35 +++++++++++++++++++++++++----------
1 file changed, 25 insertions(+), 10 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 3327f8bee98 [XRay] Refactor loadTraceFile(...) into two (NFC)
new 97d7bcd5c02 [Local] Make DoesKMove required for combineMetadata.
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/Transforms/Utils/Local.h | 9 +-
.../InstCombine/InstCombineLoadStoreAlloca.cpp | 2 +-
lib/Transforms/InstCombine/InstCombinePHI.cpp | 2 +-
lib/Transforms/Scalar/GVNHoist.cpp | 2 +-
lib/Transforms/Scalar/GVNSink.cpp | 2 +-
lib/Transforms/Scalar/JumpThreading.cpp | 4 +-
lib/Transforms/Scalar/MemCpyOptimizer.cpp | 2 +-
lib/Transforms/Utils/Local.cpp | 5 +-
lib/Transforms/Utils/SimplifyCFG.cpp | 4 +-
test/Transforms/GVNHoist/hoist-md.ll | 23 ++++
test/Transforms/GVNSink/sink-combine-metadata.ll | 55 ++++++++++
.../InstCombine/load-combine-metadata-dominance.ll | 44 ++++++++
.../InstCombine/phi-load-metadata-dominance.ll | 26 +++++
test/Transforms/JumpThreading/combine-metadata.ll | 122 +++++++++++++++++++++
14 files changed, 288 insertions(+), 14 deletions(-)
create mode 100644 test/Transforms/GVNSink/sink-combine-metadata.ll
create mode 100644 test/Transforms/InstCombine/load-combine-metadata-dominance.ll
create mode 100644 test/Transforms/InstCombine/phi-load-metadata-dominance.ll
create mode 100644 test/Transforms/JumpThreading/combine-metadata.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.