summaryrefslogtreecommitdiff
path: root/sysdeps/i386/i686/multiarch
Commit message (Expand)AuthorAgeFilesLines
* hurd: Move rtld-strncpy-c.c out of mach/hurd/Sergey Bugaev2023-04-031-0/+1
* string: Add libc_hidden_proto for memrchrAdhemerval Zanella2023-02-082-0/+3
* string: Improve generic strnlen with memchrAdhemerval Zanella2023-02-061-7/+7
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-06100-100/+100
* elf: Remove -fno-tree-loop-distribute-patterns usage on dl-supportAdhemerval Zanella2022-10-101-0/+24
* i386: Use cmpl instead of cmpAdhemerval Zanella2022-08-052-12/+12
* i386: Replace movzx with movzblFangrui Song2022-08-041-18/+18
* i386: Fix include paths for strspn, strcspn, and strpbrkNoah Goldstein2022-06-173-6/+6
* Add bounds check to __libc_ifunc_impl_listWilco Dijkstra2022-06-101-7/+2
* i686: Remove bzero optimizationsAdhemerval Zanella2022-02-238-124/+13
* i386: Remove bcopy optimizationsAdhemerval Zanella2022-02-2310-269/+91
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01103-103/+103
* String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein2021-10-262-0/+5
* String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein2021-10-262-0/+4
* Add narrowing fma functionsJoseph Myers2021-09-221-0/+6
* Redirect fma calls to __fma in libmJoseph Myers2021-09-152-0/+2
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0331-31/+0
* i686: Don't include multiarch memove in libc.aH.J. Lu2021-08-301-1/+1
* Remove architecture specific sched_cpucount optimizationsAdhemerval Zanella2021-05-071-1/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02103-103/+103
* x86: Install <sys/platform/x86.h> [BZ #26124]H.J. Lu2020-09-112-5/+0
* x86: Support usable check for all CPU featuresH.J. Lu2020-07-1311-88/+88
* i386: Remove NO_TLS_DIRECT_SEG_REFS handlingFlorian Weimer2020-05-282-40/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01103-103/+103
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07103-103/+103
* Fix handling of collating elements in fnmatch (bug 17396, bug 16976)Andreas Schwab2019-02-041-1/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01103-103/+103
* x86: Don't include <init-arch.h> in assembly codesH.J. Lu2018-08-031-1/+0
* i386: Use _CET_NOTRACK in memset-sse2-rep.SH.J. Lu2018-07-181-2/+2
* i386: Use _CET_NOTRACK in strcat-sse2.SH.J. Lu2018-07-181-2/+2
* i386: Use _CET_NOTRACK in strcpy-sse2.SH.J. Lu2018-07-181-2/+2
* i386: Use _CET_NOTRACK in memcpy-ssse3.SH.J. Lu2018-07-181-2/+2
* i386: Use _CET_NOTRACK in memcpy-ssse3-rep.SH.J. Lu2018-07-181-4/+4
* i386: Use _CET_NOTRACK in memcmp-sse4.SH.J. Lu2018-07-181-2/+2
* i386: Use _CET_NOTRACK in memset-sse2.SH.J. Lu2018-07-181-2/+2
* x86: Make strncmp usable from rtldFlorian Weimer2018-06-121-1/+1
* Fix i386 memmove issue (bug 22644).Andrew Senkevich2018-03-231-6/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01103-103/+103
* Use libm_alias_float for i386.Joseph Myers2017-11-291-1/+2
* Use libm_alias_double for i386.Joseph Myers2017-11-281-1/+2
* Remove remaining _HAVE_STRING_ARCH_* definitions (BZ #18858)Adhemerval Zanella2017-09-061-1/+0
* i686: Implement IFUNC selectors in CH.J. Lu2017-08-0499-1732/+2078
* x86: Remove __memset_zero_constant_len_parameter [BZ #21790]H.J. Lu2017-08-041-5/+1
* i386: Check PIC to enable PIC setups in multiarch functionsH.J. Lu2017-08-028-34/+34
* i386: Don't define multiarch __memmove_chk in libc.a [BZ #21791]H.J. Lu2017-08-023-3/+3
* i386: Test memmove_chk and memset_chk only in libc.so [BZ #21741]H.J. Lu2017-07-191-0/+4
* Remove bits/string.h.Zack Weinberg2017-06-201-6/+1
* i686: Add missing IS_IN (libc) guards to vectorized strcspnFlorian Weimer2017-06-142-3/+7
* x86: Optimize SSE2 memchr overflow calculationH.J. Lu2017-05-191-8/+6
* Fix i686 memchr overflow calculation (BZ#21182)Adhemerval Zanella2017-03-291-1/+1