| Commit message (Expand) | Author | Age | Files | Lines |
* | Added Redirects to longdouble error functions [BZ #29033] | Sachin Monga | 2023-05-10 | 1 | -0/+1 |
* | powerpc: Disable stack protector in early static initialization | Adhemerval Zanella | 2023-04-03 | 1 | -0/+3 |
* | powerpc: Remove powerpc64 strncmp variants | Adhemerval Zanella Netto | 2023-03-02 | 8 | -494/+9 |
* | string: Add libc_hidden_proto for memrchr | Adhemerval Zanella | 2023-02-08 | 3 | -9/+11 |
* | string: Add libc_hidden_proto for strchrnul | Adhemerval Zanella | 2023-02-08 | 1 | -0/+1 |
* | string: Improve generic memchr | Adhemerval Zanella | 2023-02-06 | 1 | -8/+1 |
* | Update copyright dates with scripts/update-copyrights | Joseph Myers | 2023-01-06 | 270 | -270/+270 |
* | powerpc64: Remove old strncmp optimization | Rajalakshmi Srinivasaraghavan | 2022-12-02 | 5 | -256/+2 |
* | Disable use of -fsignaling-nans if compiler does not support it | Adhemerval Zanella | 2022-11-01 | 2 | -4/+4 |
* | Fix build with GCC 13 _FloatN, _FloatNx built-in functions | Joseph Myers | 2022-10-31 | 2 | -2/+129 |
* | Introduce <pointer_guard.h>, extracted from <sysdep.h> | Florian Weimer | 2022-10-18 | 2 | -0/+2 |
* | elf: Remove -fno-tree-loop-distribute-patterns usage on dl-support | Adhemerval Zanella | 2022-10-10 | 1 | -0/+24 |
* | arc4random: simplify design for better safety | Jason A. Donenfeld | 2022-07-27 | 6 | -345/+0 |
* | powerpc64: Add optimized chacha20 | Adhemerval Zanella Netto | 2022-07-22 | 6 | -0/+345 |
* | Add bounds check to __libc_ifunc_impl_list | Wilco Dijkstra | 2022-06-10 | 1 | -7/+2 |
* | powerpc: Fix VSX register number on __strncpy_power9 [BZ #29197] | Matheus Castanho | 2022-06-07 | 1 | -2/+2 |
* | math: Add math-use-builtins-fabs (BZ#29027) | Adhemerval Zanella | 2022-05-23 | 1 | -34/+0 |
* | elf: Replace PI_STATIC_AND_HIDDEN with opposite HIDDEN_VAR_NEEDS_DYNAMIC_RELOC | Fangrui Song | 2022-04-26 | 2 | -0/+5 |
* | powerpc64: Set up thread register for _dl_relocate_static_pie | Alan Modra | 2022-04-10 | 1 | -0/+21 |
* | powerpc64: Use medium model toc accesses throughout | Alan Modra | 2022-04-10 | 6 | -15/+30 |
* | powerpc: Remove fcopysign{f} implementation | Adhemerval Zanella | 2022-04-07 | 1 | -48/+0 |
* | configure.ac: fix bashisms in configure.ac | Sam James | 2022-03-22 | 4 | -4/+4 |
* | powerpc: Remove powerpc64 bzero optimizations | Adhemerval Zanella | 2022-02-23 | 15 | -197/+1 |
* | powerpc: Remove bcopy optimizations | Adhemerval Zanella | 2022-02-23 | 9 | -113/+1 |
* | elf: Remove prelink support | Adhemerval Zanella | 2022-02-10 | 1 | -37/+0 |
* | powerpc64le: Use <gcc-macros.h> in early HWCAP check | Florian Weimer | 2022-01-14 | 1 | -4/+5 |
* | debug: Remove catchsegv and libSegfault (BZ #14913) | Adhemerval Zanella | 2022-01-06 | 1 | -124/+0 |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2022-01-01 | 278 | -278/+278 |
* | elf: Add _dl_audit_pltexit | Adhemerval Zanella | 2021-12-28 | 1 | -2/+2 |
* | csu: Always use __executable_start in gmon-start.c | Florian Weimer | 2021-12-05 | 1 | -37/+0 |
* | powerpc64[le]: Fix CFI and LR save address for asm syscalls [BZ #28532] | Matheus Castanho | 2021-11-30 | 1 | -4/+6 |
* | powerpc: Define USE_PPC64_NOTOC iff compiler supports it | Adhemerval Zanella | 2021-11-22 | 2 | -24/+43 |
* | String: Add hidden defs for __memcmpeq() to enable internal usage | Noah Goldstein | 2021-10-26 | 8 | -0/+12 |
* | String: Add support for __memcmpeq() ABI on all targets | Noah Goldstein | 2021-10-26 | 9 | -0/+16 |
* | powerpc: Remove backtrace implementation | Adhemerval Zanella | 2021-10-20 | 1 | -117/+0 |
* | elf: Fix dynamic-link.h usage on rtld.c | Adhemerval Zanella | 2021-10-14 | 3 | -17/+38 |
* | elf: Avoid nested functions in the loader [BZ #27220] | Fangrui Song | 2021-10-07 | 1 | -9/+10 |
* | powerpc: Delete unneeded ELF_MACHINE_BEFORE_RTLD_RELOC | Fangrui Song | 2021-09-27 | 1 | -2/+0 |
* | Add narrowing fma functions | Joseph Myers | 2021-09-22 | 2 | -0/+8 |
* | powerpc: Fix unrecognized instruction errors with recent GCC | Paul A. Clarke | 2021-09-20 | 1 | -0/+1 |
* | Add narrowing square root functions | Joseph Myers | 2021-09-10 | 2 | -0/+8 |
* | Remove "Contributed by" lines | Siddhesh Poyarekar | 2021-09-03 | 15 | -15/+0 |
* | Remove sysdeps/*/tls-macros.h | Fangrui Song | 2021-08-18 | 1 | -42/+0 |
* | powerpc64: Add checks for Altivec and VSX in ifunc selection | Anton Blanchard | 2021-08-06 | 26 | -68/+139 |
* | powerpc64: Check cacheline size before using optimised memset routines | Anton Blanchard | 2021-08-06 | 2 | -10/+23 |
* | powerpc64: Replace some PPC_FEATURE_HAS_VSX with PPC_FEATURE_ARCH_2_06 | Anton Blanchard | 2021-08-06 | 20 | -38/+38 |
* | powerpc64le: Fix typo in configure | Anton Blanchard | 2021-07-08 | 2 | -2/+2 |
* | powerpc64: Remove strcspn ifunc from the loader | Tulio Magno Quites Machado Filho | 2021-07-08 | 1 | -0/+18 |
* | powerpc: optimize strcpy/stpcpy for POWER9/10 | Pedro Franco de Carvalho | 2021-07-01 | 1 | -71/+89 |
* | Add build option to disable usage of scv on powerpc | Matheus Castanho | 2021-06-10 | 1 | -8/+8 |