| Commit message (Expand) | Author | Age | Files | Lines |
* | elf: Use relaxed atomics for racy accesses [BZ #19329] | Szabolcs Nagy | 2021-05-11 | 1 | -1/+2 |
* | x86: Add EVEX optimized memchr family not safe for RTM | Noah Goldstein | 2021-05-08 | 10 | -41/+217 |
* | x86-64: Fix an unknown vector operation in memchr-evex.S | Alice Xu | 2021-05-07 | 1 | -1/+1 |
* | Remove architecture specific sched_cpucount optimizations | Adhemerval Zanella | 2021-05-07 | 2 | -61/+0 |
* | x86: Optimize memchr-evex.S | Noah Goldstein | 2021-05-03 | 1 | -225/+322 |
* | x86: Optimize memchr-avx2.S | Noah Goldstein | 2021-05-03 | 1 | -178/+247 |
* | regenerate ulps on x86_64 with -march=native | Paul Zimmermann | 2021-04-28 | 1 | -3/+3 |
* | x86: Optimize strchr-evex.S | Noah Goldstein | 2021-04-25 | 1 | -174/+218 |
* | x86: Optimize strchr-avx2.S | Noah Goldstein | 2021-04-25 | 1 | -117/+169 |
* | nptl: Move pthread_spin_trylock into libc | Florian Weimer | 2021-04-23 | 1 | -3/+10 |
* | nptl: Move pthread_spin_lock into libc | Florian Weimer | 2021-04-23 | 1 | -2/+8 |
* | nptl: Move pthread_spin_init, Move pthread_spin_unlock into libc | Florian Weimer | 2021-04-23 | 1 | -5/+11 |
* | x86: Remove low-level lock optimization | Florian Weimer | 2021-04-21 | 1 | -1/+0 |
* | elf: Remove lazy tlsdesc relocation related code | Szabolcs Nagy | 2021-04-21 | 1 | -1/+0 |
* | x86: Optimize strlen-avx2.S | Noah Goldstein | 2021-04-19 | 2 | -214/+334 |
* | x86: Optimize strlen-evex.S | Noah Goldstein | 2021-04-19 | 1 | -264/+317 |
* | x86: Optimize less_vec evex and avx512 memset-vec-unaligned-erms.S | Noah Goldstein | 2021-04-19 | 5 | -27/+74 |
* | x86-64: Require BMI2 for strchr-avx2.S | H.J. Lu | 2021-04-19 | 2 | -5/+11 |
* | x86-64: Require BMI2 for __strlen_evex and __strnlen_evex | H.J. Lu | 2021-04-19 | 1 | -2/+4 |
* | x86: Update large memcpy case in memmove-vec-unaligned-erms.S | noah | 2021-04-16 | 1 | -73/+265 |
* | x86_64: Remove lazy tlsdesc relocation related code | Szabolcs Nagy | 2021-04-15 | 4 | -219/+2 |
* | x86_64: Avoid lazy relocation of tlsdesc [BZ #27137] | Szabolcs Nagy | 2021-04-15 | 1 | -5/+14 |
* | Improve the accuracy of tgamma (BZ #26983) | Paul Zimmermann | 2021-04-07 | 1 | -3/+3 |
* | Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472] | Paul Zimmermann | 2021-04-02 | 1 | -38/+38 |
* | x86-64: Fix ifdef indentation in strlen-evex.S | Sunil K Pandey | 2021-04-01 | 1 | -8/+8 |
* | x86_64: Correct THREAD_SETMEM/THREAD_SETMEM_NC for movq [BZ #27591] | H.J. Lu | 2021-04-01 | 3 | -2/+74 |
* | x86-64: Use ZMM16-ZMM31 in AVX512 memmove family functions | H.J. Lu | 2021-03-29 | 3 | -19/+42 |
* | x86-64: Use ZMM16-ZMM31 in AVX512 memset family functions | H.J. Lu | 2021-03-29 | 4 | -24/+31 |
* | x86-64: Add AVX optimized string/memory functions for RTM | H.J. Lu | 2021-03-29 | 52 | -248/+670 |
* | x86-64: Add memcmp family functions with 256-bit EVEX | H.J. Lu | 2021-03-29 | 5 | -4/+467 |
* | x86-64: Add memset family functions with 256-bit EVEX | H.J. Lu | 2021-03-29 | 6 | -14/+90 |
* | x86-64: Add memmove family functions with 256-bit EVEX | H.J. Lu | 2021-03-29 | 5 | -11/+104 |
* | x86-64: Add strcpy family functions with 256-bit EVEX | H.J. Lu | 2021-03-29 | 9 | -3/+1339 |
* | x86-64: Add ifunc-avx2.h functions with 256-bit EVEX | H.J. Lu | 2021-03-29 | 24 | -17/+2995 |
* | nptl: Remove MULTI_PAGE_ALIASING [BZ #23554] | H.J. Lu | 2021-03-19 | 1 | -1/+0 |
* | math: Remove mpa files [BZ #15267] | Wilco Dijkstra | 2021-03-11 | 18 | -183/+3 |
* | math: Remove slow paths from asin and acos [BZ #15267] | Wilco Dijkstra | 2021-03-11 | 1 | -1/+3 |
* | Add inputs that generate larger error bounds | Paul Zimmermann | 2021-02-27 | 1 | -24/+26 |
* | Reduce the statically linked startup code [BZ #23323] | Florian Weimer | 2021-02-25 | 1 | -8/+4 |
* | x86: Use x86/nptl/pthreaddef.h | H.J. Lu | 2021-02-22 | 1 | -47/+0 |
* | x86-64: Refactor and improve performance of strchr-avx2.S | noah | 2021-02-08 | 2 | -113/+113 |
* | x86: Adding an upper bound for Enhanced REP MOVSB. | Sajan Karumanchi | 2021-02-02 | 1 | -2/+5 |
* | configure: Check for static PIE support | Szabolcs Nagy | 2021-01-21 | 2 | -0/+6 |
* | <sys/platform/x86.h>: Remove the C preprocessor magic | H.J. Lu | 2021-01-21 | 2 | -4/+2 |
* | libmvec: Add extra-test-objs to test-extras | H.J. Lu | 2021-01-19 | 1 | -0/+8 |
* | Fix x86 build with --enable-tunable=no | Adhemerval Zanella | 2021-01-14 | 1 | -0/+1 |
* | x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker [BZ #26717] | H.J. Lu | 2021-01-07 | 2 | -52/+19 |
* | Remove dbl-64/wordsize-64 (part 2) | Wilco Dijkstra | 2021-01-07 | 1 | -1/+0 |
* | x86: Check IFUNC definition in unrelocated executable [BZ #20019] | H.J. Lu | 2021-01-04 | 1 | -5/+11 |
* | x86-64: Avoid rep movsb with short distance [BZ #27130] | H.J. Lu | 2021-01-04 | 1 | -0/+21 |