aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386/i686/multiarch
AgeCommit message (Expand)Author
2024-01-09i386: Remove CET supportAdhemerval Zanella
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-11-21x86: Use dl-symbol-redir-ifunc.h on cpu-tunablesAdhemerval Zanella
2023-08-10i686: Fix build with --disable-multiarchAdhemerval Zanella
2023-07-26i386: Remove memset_chk-nonshared.SAdhemerval Zanella Netto
2023-07-26i386: Fix build with --enable-fortify=3Adhemerval Zanella Netto
2023-07-05string: Ensure *_chk routines have their hidden builtin definition availableFrédéric Bérat
2023-05-30Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov
2023-04-03hurd: Move rtld-strncpy-c.c out of mach/hurd/Sergey Bugaev
2023-02-08string: Add libc_hidden_proto for memrchrAdhemerval Zanella
2023-02-06string: Improve generic strnlen with memchrAdhemerval Zanella
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-10-10elf: Remove -fno-tree-loop-distribute-patterns usage on dl-supportAdhemerval Zanella
2022-08-05i386: Use cmpl instead of cmpAdhemerval Zanella
2022-08-04i386: Replace movzx with movzblFangrui Song
2022-06-17i386: Fix include paths for strspn, strcspn, and strpbrkNoah Goldstein
2022-06-10Add bounds check to __libc_ifunc_impl_listWilco Dijkstra
2022-02-23i686: Remove bzero optimizationsAdhemerval Zanella
2022-02-23i386: Remove bcopy optimizationsAdhemerval Zanella
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-10-26String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein
2021-10-26String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein
2021-09-22Add narrowing fma functionsJoseph Myers
2021-09-15Redirect fma calls to __fma in libmJoseph Myers
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-08-30i686: Don't include multiarch memove in libc.aH.J. Lu
2021-05-07Remove architecture specific sched_cpucount optimizationsAdhemerval Zanella
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-09-11x86: Install <sys/platform/x86.h> [BZ #26124]H.J. Lu
2020-07-13x86: Support usable check for all CPU featuresH.J. Lu
2020-05-28i386: Remove NO_TLS_DIRECT_SEG_REFS handlingFlorian Weimer
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-02-04Fix handling of collating elements in fnmatch (bug 17396, bug 16976)Andreas Schwab
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-08-03x86: Don't include <init-arch.h> in assembly codesH.J. Lu
2018-07-18i386: Use _CET_NOTRACK in memset-sse2-rep.SH.J. Lu
2018-07-18i386: Use _CET_NOTRACK in strcat-sse2.SH.J. Lu
2018-07-18i386: Use _CET_NOTRACK in strcpy-sse2.SH.J. Lu
2018-07-18i386: Use _CET_NOTRACK in memcpy-ssse3.SH.J. Lu
2018-07-18i386: Use _CET_NOTRACK in memcpy-ssse3-rep.SH.J. Lu
2018-07-18i386: Use _CET_NOTRACK in memcmp-sse4.SH.J. Lu
2018-07-18i386: Use _CET_NOTRACK in memset-sse2.SH.J. Lu
2018-06-12x86: Make strncmp usable from rtldFlorian Weimer
2018-03-23Fix i386 memmove issue (bug 22644).Andrew Senkevich
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-11-29Use libm_alias_float for i386.Joseph Myers
2017-11-28Use libm_alias_double for i386.Joseph Myers
2017-09-06Remove remaining _HAVE_STRING_ARCH_* definitions (BZ #18858)Adhemerval Zanella
2017-08-04i686: Implement IFUNC selectors in CH.J. Lu