public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH 00/30] Remove Linux generic sysdep
 2022-10-19 22:14 UTC  (6+ messages)
` [PATCH 01/30] linux: Fix generic struct_stat for 64 bit time (BZ# 29657)
` [PATCH 02/30] linux: Consolidate dl-origin.c
` [PATCH 03/30] Linux: consolidate chmod implementation
` [PATCH 04/30] Linux: consolidate chown implementation
` [PATCH 05/30] Linux: consolidate dup2 implementation

[PATCH] sysdeps: arm: Fix preconfigure script for ARMv8/v9 targets [BZ #29698]
 2022-10-19 17:26 UTC  (2+ messages)

[PATCH v1 1/7] x86: Optimize memchr-evex.S and implement with VMM headers
 2022-10-19 17:00 UTC  (39+ messages)
` [PATCH v1 2/7] x86: Shrink / minorly optimize strchr-evex "
` [PATCH v1 3/7] x86: Optimize strnlen-evex.S "
` [PATCH v1 4/7] x86: Optimize memrchr-evex.S
` [PATCH v1 5/7] x86: Optimize strrchr-evex.S and implement with VMM headers
` [PATCH v1 6/7] x86: Add support for VEC_SIZE == 64 in strcmp-evex.S impl
` [PATCH v1 7/7] Bench: Improve benchtests for memchr, strchr, strnlen, strrchr
` [PATCH v2 1/7] x86: Optimize memchr-evex.S and implement with VMM headers
  ` [PATCH v2 2/7] x86: Shrink / minorly optimize strchr-evex "
  ` [PATCH v2 3/7] x86: Optimize strnlen-evex.S "
  ` [PATCH v2 4/7] x86: Optimize memrchr-evex.S
  ` [PATCH v2 5/7] x86: Optimize strrchr-evex.S and implement with VMM headers
  ` [PATCH v2 6/7] x86: Add support for VEC_SIZE == 64 in strcmp-evex.S impl
  ` [PATCH v2 7/7] Bench: Improve benchtests for memchr, strchr, strnlen, strrchr
` [PATCH v3 1/7] x86: Optimize memchr-evex.S and implement with VMM headers
  ` [PATCH v3 2/7] x86: Shrink / minorly optimize strchr-evex "
  ` [PATCH v3 3/7] x86: Optimize strnlen-evex.S "
  ` [PATCH v3 4/7] x86: Optimize memrchr-evex.S
  ` [PATCH v3 5/7] x86: Optimize strrchr-evex.S and implement with VMM headers
  ` [PATCH v3 6/7] x86: Add support for VEC_SIZE == 64 in strcmp-evex.S impl
  ` [PATCH v3 7/7] Bench: Improve benchtests for memchr, strchr, strnlen, strrchr

[PATCH] aarch64: Use memcpy_simd as the default memcpy
 2022-10-19 12:31 UTC  (5+ messages)

[PATCH] nis: Fix nis_print_directory
 2022-10-19 12:19 UTC  (2+ messages)

[PATCH v2] elf: Fix slow tls access after dlopen [BZ #19924]
 2022-10-19 11:14 UTC 

man-pages-6.01 released
 2022-10-18 18:48 UTC 

Toolchain Infrastructure project statement of support
 2022-10-18 18:47 UTC  (10+ messages)

[PATCH] x86_64: Implement evex512 version of memchr, rawmemchr and wmemchr
 2022-10-18 17:12 UTC  (19+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
      ` [PATCH v4] "
          ` [PATCH v5] "
                    ` [PATCH v6] "
                      ` [PATCH] String: Improve test coverage for memchr

[PATCH 0/3] PTR_MANGLE/PTR_DEMANGLE refactoring
 2022-10-18 15:03 UTC  (10+ messages)
` [PATCH 1/3] x86-64: Move LP_SIZE definition to its own header
` [PATCH 2/3] Introduce <pointer_guard.h>, extracted from <sysdep.h>
` [PATCH 3/3] Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources

[PATCH v4] Remove catomics
 2022-10-18 13:34 UTC  (6+ messages)

GNU Tools Cauldron 2022 - video recordings
 2022-10-18 10:58 UTC 

GNU Tools Cauldron 2022 - video recordings
 2022-10-18 10:34 UTC 

[PATCH v2] linux: Avoid shifting a negative signed on POSIX timer interface
 2022-10-17 22:33 UTC  (2+ messages)

Appointing an official maintainer for LoongArch
 2022-10-17 13:23 UTC  (9+ messages)
  ` Ping: "

[PATCH] libgcc: Mostly vectorize CIE encoding extraction for FDEs
 2022-10-17 13:07 UTC  (4+ messages)

[PATCH 1/2] nptl: Simplify condition variables to fix pthread_cond_signal (BZ 25847)
 2022-10-15 19:53 UTC  (2+ messages)
` [PATCH 2/2] nptl: Simplifying condvar-internal mutex

New Georgian PO file for 'libc' (version 2.35.9000)
 2022-10-15 14:02 UTC 

[PATCH] longlong.h: update from GCC for LoongArch clz/ctz support
 2022-10-15  6:12 UTC 

[PATCH v1 1/3] x86: Update evex256/512 vec macros
 2022-10-15  3:48 UTC  (72+ messages)
` [PATCH v1 2/3] x86: Add macros for GPRs / mask insn based on VEC_SIZE
` [PATCH v1 3/3] x86: Update strlen-evex-base to use new reg/vec macros
` [PATCH v2 1/3] x86: Update evex256/512 vec macros
  ` [PATCH v2 2/3] x86: Add macros for GPRs / mask insn based on VEC_SIZE
  ` [PATCH v2 3/3] x86: Update strlen-evex-base to use new reg/vec macros
` [PATCH v3 1/3] x86: Update evex256/512 vec macros
  ` [PATCH v3 2/3] x86: Add macros for GPRs / mask insn based on VEC_SIZE
  ` [PATCH v3 3/3] x86: Update strlen-evex-base to use new reg/vec macros
` [PATCH v4 1/3] x86: Update evex256/512 vec macros
  ` [PATCH v4 2/3] x86: Add macros for GPRs / mask insn based on VEC_SIZE
  ` [PATCH v4 3/3] x86: Update strlen-evex-base to use new reg/vec macros
` [PATCH v5 1/3] x86: Update evex256/512 vec macros
  ` [PATCH v5 2/3] x86: Add macros for GPRs / mask insn based on VEC_SIZE
  ` [PATCH v5 3/3] x86: Update strlen-evex-base to use new reg/vec macros
` [PATCH v6 1/7] x86: Update and move evex256/512 vec macros
  ` [PATCH v6 2/7] x86: Add macros for GPRs / mask insn based on VEC_SIZE
  ` [PATCH v6 3/7] x86: Update memrchr to use new VEC macros
  ` [PATCH v6 4/7] x86: Remove now unused vec header macros
  ` [PATCH v6 5/7] x86: Update memmove to use new VEC macros
  ` [PATCH v6 6/7] x86: Update memset "
  ` [PATCH v6 7/7] x86: Update strlen-evex-base to use new reg/vec macros
` [PATCH v8 1/6] x86: Update VEC macros to complete API for evex/evex512 impls
  ` [PATCH v8 2/6] x86: Update memrchr to use new VEC macros
  ` [PATCH v8 3/6] x86: Update memmove "
  ` [PATCH v8 4/6] x86: Update memset "
  ` [PATCH v8 5/6] x86: Remove now unused vec header macros
  ` [PATCH v8 6/6] x86: Update strlen-evex-base to use new reg/vec macros
` [PATCH v9 1/6] x86: Update VEC macros to complete API for evex/evex512 impls
  ` [PATCH v9 2/6] x86: Update memrchr to use new VEC macros
  ` [PATCH v9 3/6] x86: Update memmove "
  ` [PATCH v9 4/6] x86: Update memset "
  ` [PATCH v9 5/6] x86: Remove now unused vec header macros
  ` [PATCH v9 6/6] x86: Update strlen-evex-base to use new reg/vec macros
` [PATCH v10 1/6] x86: Update VEC macros to complete API for evex/evex512 impls
  ` [PATCH v10 2/6] x86: Update memrchr to use new VEC macros
  ` [PATCH v10 3/6] x86: Update memmove "
  ` [PATCH v10 4/6] x86: Update memset "
  ` [PATCH v10 5/6] x86: Remove now unused vec header macros
  ` [PATCH v10 6/6] x86: Update strlen-evex-base to use new reg/vec macros

VeryUtils provides Best Software, Web Applications and Services for Your Business
 2022-10-14 16:33 UTC 

[PATCH] math: Fix asin and acos invalid exception with old gcc
 2022-10-14 14:31 UTC 

[PATCH 0/2] Introduce per-thread file system properties on Linux
 2022-10-14 13:06 UTC  (3+ messages)
` [PATCH 1/2] support: Add the xfchdir function
` [PATCH 2/2] Linux: Implement per-thread file system attributes

[PATCH] math: Fix asin and acos invalid exception with old gcc
 2022-10-14 12:41 UTC 

man-pages-6.00 released
 2022-10-13 23:29 UTC  (2+ messages)

[PATCH] Correctly determine libc.so 'OUTPUT_FORMAT' when cross-compiling
 2022-10-13 20:56 UTC  (4+ messages)

[PATCH] elf: Do not completely clear reused namespace in dlmopen (bug 29600)
 2022-10-13 20:45 UTC  (2+ messages)

Thank you for joining us again_70908_PNPZI
 2022-10-13 17:12 UTC 

[PATCH v3] Use atomic_thread_fence
 2022-10-13 16:12 UTC 

[PATCH v5] stdlib/strfrom: Add copysign to fix NAN issue on riscv (BZ #29501)
 2022-10-13 13:02 UTC  (2+ messages)

[PATCH] elf: Introduce to _dl_call_fini
 2022-10-13 12:11 UTC  (3+ messages)

New Georgian PO file for 'libc' (version 2.35.9000)
 2022-10-13  7:52 UTC 

The GNU Toolchain Infrastructure Project
 2022-10-12 21:23 UTC  (11+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).