aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386/i686/multiarch
AgeCommit message (Expand)AuthorFilesLines
2023-04-03hurd: Move rtld-strncpy-c.c out of mach/hurd/Sergey Bugaev1-0/+1
2023-02-08string: Add libc_hidden_proto for memrchrAdhemerval Zanella2-0/+3
2023-02-06string: Improve generic strnlen with memchrAdhemerval Zanella1-7/+7
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers100-100/+100
2022-10-10elf: Remove -fno-tree-loop-distribute-patterns usage on dl-supportAdhemerval Zanella1-0/+24
2022-08-05i386: Use cmpl instead of cmpAdhemerval Zanella2-12/+12
2022-08-04i386: Replace movzx with movzblFangrui Song1-18/+18
2022-06-17i386: Fix include paths for strspn, strcspn, and strpbrkNoah Goldstein3-6/+6
2022-06-10Add bounds check to __libc_ifunc_impl_listWilco Dijkstra1-7/+2
2022-02-23i686: Remove bzero optimizationsAdhemerval Zanella8-124/+13
2022-02-23i386: Remove bcopy optimizationsAdhemerval Zanella10-269/+91
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert103-103/+103
2021-10-26String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein2-0/+5
2021-10-26String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein2-0/+4
2021-09-22Add narrowing fma functionsJoseph Myers1-0/+6
2021-09-15Redirect fma calls to __fma in libmJoseph Myers2-0/+2
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar31-31/+0
2021-08-30i686: Don't include multiarch memove in libc.aH.J. Lu1-1/+1
2021-05-07Remove architecture specific sched_cpucount optimizationsAdhemerval Zanella1-1/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert103-103/+103
2020-09-11x86: Install <sys/platform/x86.h> [BZ #26124]H.J. Lu2-5/+0
2020-07-13x86: Support usable check for all CPU featuresH.J. Lu11-88/+88
2020-05-28i386: Remove NO_TLS_DIRECT_SEG_REFS handlingFlorian Weimer2-40/+0
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers103-103/+103
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert103-103/+103
2019-02-04Fix handling of collating elements in fnmatch (bug 17396, bug 16976)Andreas Schwab1-1/+2
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers103-103/+103
2018-08-03x86: Don't include <init-arch.h> in assembly codesH.J. Lu1-1/+0
2018-07-18i386: Use _CET_NOTRACK in memset-sse2-rep.SH.J. Lu1-2/+2
2018-07-18i386: Use _CET_NOTRACK in strcat-sse2.SH.J. Lu1-2/+2
2018-07-18i386: Use _CET_NOTRACK in strcpy-sse2.SH.J. Lu1-2/+2
2018-07-18i386: Use _CET_NOTRACK in memcpy-ssse3.SH.J. Lu1-2/+2
2018-07-18i386: Use _CET_NOTRACK in memcpy-ssse3-rep.SH.J. Lu1-4/+4
2018-07-18i386: Use _CET_NOTRACK in memcmp-sse4.SH.J. Lu1-2/+2
2018-07-18i386: Use _CET_NOTRACK in memset-sse2.SH.J. Lu1-2/+2
2018-06-12x86: Make strncmp usable from rtldFlorian Weimer1-1/+1
2018-03-23Fix i386 memmove issue (bug 22644).Andrew Senkevich1-6/+6
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers103-103/+103
2017-11-29Use libm_alias_float for i386.Joseph Myers1-1/+2
2017-11-28Use libm_alias_double for i386.Joseph Myers1-1/+2
2017-09-06Remove remaining _HAVE_STRING_ARCH_* definitions (BZ #18858)Adhemerval Zanella1-1/+0
2017-08-04i686: Implement IFUNC selectors in CH.J. Lu99-1732/+2078
2017-08-04x86: Remove __memset_zero_constant_len_parameter [BZ #21790]H.J. Lu1-5/+1
2017-08-02i386: Check PIC to enable PIC setups in multiarch functionsH.J. Lu8-34/+34
2017-08-02i386: Don't define multiarch __memmove_chk in libc.a [BZ #21791]H.J. Lu3-3/+3
2017-07-19i386: Test memmove_chk and memset_chk only in libc.so [BZ #21741]H.J. Lu1-0/+4
2017-06-20Remove bits/string.h.Zack Weinberg1-6/+1
2017-06-14i686: Add missing IS_IN (libc) guards to vectorized strcspnFlorian Weimer2-3/+7
2017-05-19x86: Optimize SSE2 memchr overflow calculationH.J. Lu1-8/+6
2017-03-29Fix i686 memchr overflow calculation (BZ#21182)Adhemerval Zanella1-1/+1