about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* s390x: Update math: redirect roundeven function users/skpgkp2/2.33/masterStefan Liebler2022-09-293-1/+3
* Update math: redirect roundeven functionH.J. Lu2022-09-295-2/+5
* Use GCC builtins for roundeven functions if desired.Shen-Ta Hsieh2022-09-296-0/+22
* x86_64: roundeven with sse4.1 supportShen-Ta Hsieh2022-09-297-2/+118
* math: redirect roundeven functionShen-Ta Hsieh2022-09-296-2/+10
* AArch64: Add support for roundeven[f]Wilco Dijkstra2022-09-292-0/+57
* nptl: Add backoff mechanism to spinlock loopWangyang Guo2022-09-284-2/+89
* sysdeps: Add 'get_fast_jitter' interace in fast-jitter.hNoah Goldstein2022-09-281-0/+42
* nptl: Effectively skip CAS in spinlock loopJangwoong Kim2022-09-281-3/+2
* Move assignment out of the CAS conditionH.J. Lu2022-09-282-8/+6
* Add LLL_MUTEX_READ_LOCK [BZ #28537]H.J. Lu2022-09-281-0/+7
* Avoid extra load with CAS in __pthread_mutex_clocklock_common [BZ #28537]H.J. Lu2022-09-281-5/+5
* Avoid extra load with CAS in __pthread_mutex_lock_full [BZ #28537]H.J. Lu2022-09-281-5/+5
* elf: Call __libc_early_init for reused namespaces (bug 29528)Florian Weimer2022-08-306-6/+137
* x86: Add missing IS_IN (libc) check to strncmp-sse4_2.SNoah Goldstein2022-07-181-3/+5
* x86: Move mem{p}{mov|cpy}_{chk_}erms to its own fileNoah Goldstein2022-07-183-50/+73
* x86: Move and slightly improve memset_ermsNoah Goldstein2022-07-183-31/+45
* x86: Add definition for __wmemset_chk AVX2 RTM in ifunc impl listNoah Goldstein2022-07-181-0/+4
* x86: Put wcs{n}len-sse4.1 in the sse4.1 text sectionNoah Goldstein2022-07-183-1/+7
* x86: Align entry for memrchr to 64-bytes.Noah Goldstein2022-07-181-1/+1
* x86: Add BMI1/BMI2 checks for ISA_V3 checkNoah Goldstein2022-07-181-1/+2
* x86: Cleanup bounds checking in large memcpy caseNoah Goldstein2022-07-181-8/+21
* x86: Add bounds `x86_non_temporal_threshold`Noah Goldstein2022-07-182-2/+8
* x86: Add sse42 implementation to strcmp's ifuncNoah Goldstein2022-07-181-0/+5
* x86: Fix misordered logic for setting `rep_movsb_stop_threshold`Noah Goldstein2022-07-181-12/+12
* x86: Align varshift table to 32-bytesNoah Goldstein2022-07-182-3/+5
* x86: ZERO_UPPER_VEC_REGISTERS_RETURN_XTEST expect no transactionsNoah Goldstein2022-07-181-3/+3
* x86: Shrink code size of memchr-evex.SNoah Goldstein2022-07-181-21/+25
* x86: Shrink code size of memchr-avx2.SNoah Goldstein2022-07-183-51/+116
* x86: Optimize memrchr-avx2.SNoah Goldstein2022-07-182-278/+257
* x86: Optimize memrchr-evex.SNoah Goldstein2022-07-181-271/+268
* x86: Optimize memrchr-sse2.SNoah Goldstein2022-07-181-321/+292
* x86: Add COND_VZEROUPPER that can replace vzeroupper if no `ret`Noah Goldstein2022-07-182-0/+19
* x86: Create header for VEC classes in x86 strings libraryNoah Goldstein2022-07-187-0/+327
* x86_64: Add strstr function with 512-bit EVEXRaghuveer Devulapalli2022-07-184-4/+246
* x86-64: Ignore r_addend for R_X86_64_GLOB_DAT/R_X86_64_JUMP_SLOTH.J. Lu2022-07-181-2/+4
* x86_64: Implement evex512 version of strlen, strnlen, wcslen and wcsnlenSunil K Pandey2022-07-187-0/+346
* x86_64: Remove bzero optimizationAdhemerval Zanella2022-07-1811-238/+3
* x86_64: Remove end of line trailing spacesSunil K Pandey2022-07-181-2/+2
* elf: Earlier missing dynamic segment check in _dl_map_object_from_fdFlorian Weimer2022-07-091-10/+12
* linux: Fix mq_timereceive check for 32 bit fallback code (BZ 29304)Adhemerval Zanella2022-06-301-1/+1
* powerpc: Fix VSX register number on __strncpy_power9 [BZ #29197]Matheus Castanho2022-06-071-2/+2
* x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ #29127]Noah Goldstein2022-05-251-6/+2
* x86: Optimize {str|wcs}rchr-evexNoah Goldstein2022-05-161-181/+290
* x86: Optimize {str|wcs}rchr-avx2Noah Goldstein2022-05-161-157/+269
* x86: Optimize {str|wcs}rchr-sse2Noah Goldstein2022-05-164-443/+338
* x86: Cleanup page cross code in memcmp-avx2-movbe.SNoah Goldstein2022-05-161-37/+61
* x86: Remove memcmp-sse4.SNoah Goldstein2022-05-164-814/+0
* x86: Small improvements for wcslenNoah Goldstein2022-05-161-45/+41
* x86: Remove AVX str{n}casecmpNoah Goldstein2022-05-166-197/+105