about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* Linux: Forward declaration of struct iovec for process_madviseFlorian Weimer2022-06-291-5/+2
* x86: Add more feature definitions to isa-level.hNoah Goldstein2022-06-281-0/+15
* elf: Fix -DNDEBUG warning in _dl_start_args_adjustFlorian Weimer2022-06-281-1/+1
* elf: Fix compile error with -Werror and -DNDEBUGYang Yanchao2022-06-281-1/+2
* x86-64: Only define used SSE/AVX/AVX512 run-time resolversH.J. Lu2022-06-273-31/+42
* x86: Move CPU_FEATURE{S}_{USABLE|ARCH}_P to isa-level.hH.J. Lu2022-06-272-27/+24
* x86: Fix backwards Prefer_No_VZEROUPPER check in ifunc-evex.hNoah Goldstein2022-06-273-26/+34
* x86: Rename strstr_sse2 to strstr_generic as it uses string/strstr.cNoah Goldstein2022-06-273-6/+6
* x86: Remove unused file wmemcmp-sse4Noah Goldstein2022-06-271-4/+0
* x86: Put wcs{n}len-sse4.1 in the sse4.1 text sectionNoah Goldstein2022-06-273-1/+7
* x86: Align entry for memrchr to 64-bytes.Noah Goldstein2022-06-271-1/+1
* Makerules: Remove no-op -Wl,-d when linking libc_pic.osFangrui Song2022-06-261-6/+2
* m68k: optimize RTLD_STARTAndreas Schwab2022-06-251-4/+2
* misc: Optimize internal usage of __libc_single_threadedAdhemerval Zanella2022-06-247-4/+42
* linux: Add move_mountAdhemerval Zanella2022-06-2438-5/+59
* linux: Add fsmountAdhemerval Zanella2022-06-2438-5/+63
* linux: Add fsopenAdhemerval Zanella2022-06-2439-0/+112
* resolv/tst-resolv-noaaaa: Support building for older C standardsFlorian Weimer2022-06-241-5/+9
* resolv: Implement no-aaaa stub resolver optionFlorian Weimer2022-06-2412-12/+785
* support: Change non-address output format of support_format_dns_packetFlorian Weimer2022-06-242-9/+17
* riscv: Use elf_machine_rela_relative to handle R_RISCV_RELATIVEKito Cheng2022-06-231-9/+9
* x86: Remove faulty sanity tests for RTLD build with no multiarchNoah Goldstein2022-06-231-10/+0
* stdlib: Fixup mbstowcs NULL __dst handling. [BZ #29279]Noah Goldstein2022-06-231-4/+4
* x86: Replace all sse instructions with vex equivilent in avx+ filesNoah Goldstein2022-06-2275-158/+158
* x86: Add support for compiling {raw|w}memchr with high ISA levelNoah Goldstein2022-06-2217-604/+720
* x86: Add defines / utilities for making ISA specific x86 buildsNoah Goldstein2022-06-225-13/+229
* stdlib: Remove attr_write from mbstows if dst is NULL [BZ: 29265]Noah Goldstein2022-06-223-5/+21
* stdlib: Remove trailing whitespace from MakefileNoah Goldstein2022-06-221-1/+1
* debug: make __read_chk a cancellation point (bug 29274)Andreas Schwab2022-06-223-10/+57
* s390: use LC_ALL=C for readelf callSam James2022-06-212-2/+2
* s390: use $READELFSam James2022-06-212-2/+2
* i386: Fix include paths for strspn, strcspn, and strpbrkNoah Goldstein2022-06-173-6/+6
* elf: Silence GCC 11/12 false positive warningH.J. Lu2022-06-171-0/+10
* x86: Rename generic functions with unique postfix for clarityNoah Goldstein2022-06-1629-76/+190
* x86: Add BMI1/BMI2 checks for ISA_V3 checkNoah Goldstein2022-06-161-1/+2
* x86-64: Handle fewer relocation types for RTLD_BOOTSTRAPFangrui Song2022-06-161-26/+6
* aarch64: Handle fewer relocations for RTLD_BOOTSTRAPFangrui Song2022-06-151-18/+15
* riscv: Change the relocations handled for RTLD_BOOTSTRAPFangrui Song2022-06-151-13/+10
* x86: Cleanup bounds checking in large memcpy caseNoah Goldstein2022-06-151-8/+21
* x86: Add bounds `x86_non_temporal_threshold`Noah Goldstein2022-06-152-2/+8
* Remove remnant reference to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATAFangrui Song2022-06-152-6/+2
* elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATAFangrui Song2022-06-157-124/+5
* x86: Add sse42 implementation to strcmp's ifuncNoah Goldstein2022-06-141-0/+5
* x86: Fix misordered logic for setting `rep_movsb_stop_threshold`Noah Goldstein2022-06-141-12/+12
* elf: Refine direct extern access diagnostics to protected symbolFangrui Song2022-06-141-23/+27
* Avoid -Wstringop-overflow= warning in iconv module.Stefan Liebler2022-06-141-2/+8
* Add bounds check to __libc_ifunc_impl_listWilco Dijkstra2022-06-109-50/+20
* libio: Avoid RMW of flags2 outside lock (BZ #27842)Wilco Dijkstra2022-06-101-1/+0
* x86: Optimize svml_s_tanhf4_core_sse4.SNoah Goldstein2022-06-091-727/+138
* x86: Optimize svml_s_tanhf8_core_avx2.SNoah Goldstein2022-06-091-741/+171