aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386/i686/multiarch
AgeCommit message (Expand)AuthorFilesLines
2024-01-09i386: Remove CET supportAdhemerval Zanella7-16/+16
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert96-96/+96
2023-11-21x86: Use dl-symbol-redir-ifunc.h on cpu-tunablesAdhemerval Zanella1-0/+5
2023-08-10i686: Fix build with --disable-multiarchAdhemerval Zanella4-0/+8
2023-07-26i386: Remove memset_chk-nonshared.SAdhemerval Zanella Netto3-29/+5
2023-07-26i386: Fix build with --enable-fortify=3Adhemerval Zanella Netto4-65/+1
2023-07-05string: Ensure *_chk routines have their hidden builtin definition availableFrédéric Bérat4-1/+16
2023-05-30Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov3-3/+3
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