aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386/i686
AgeCommit message (Expand)Author
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
2023-01-02i686: Regenerate ulpsAndreas K. Hüttel
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-05i386: Use fldt instead of fld on e_logl.SAdhemerval Zanella
2022-08-04i386: Replace movzx with movzblFangrui Song
2022-07-12i386: Remove -Wa,-mtune=i686Fangrui 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-06-01i686: Use generic sincosf implementation for SSE2 versionAdhemerval Zanella
2022-06-01i686: Use generic sinf implementation for SSE2 versionAdhemerval Zanella
2022-06-01i686: Use generic cosf implementation for SSE2 versionAdhemerval Zanella
2022-04-26i386: Regenerate ulpsCarlos O'Donell
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-12-28malloc: Remove memusage.hAdhemerval Zanella
2021-12-28malloc: Use hp-timing on libmemusageAdhemerval Zanella
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-07-25i386: Regenerate ulpsArjun Shankar
2021-05-24Properly check stack alignment [BZ #27901]H.J. Lu
2021-05-07Remove architecture specific sched_cpucount optimizationsAdhemerval Zanella
2021-04-13i386: Update ulpsAdhemerval Zanella
2021-04-05i386: Update ulpsAdhemerval Zanella
2021-03-19nptl: Remove MULTI_PAGE_ALIASING [BZ #23554]H.J. Lu
2021-03-02i386: Regenerate ulpsFlorian Weimer
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-21i386: Regenerate ulpsFlorian Weimer
2020-09-11x86: Install <sys/platform/x86.h> [BZ #26124]H.J. Lu
2020-08-08math: Update x86_64 ulpsAdhemerval Zanella
2020-07-13x86: Support usable check for all CPU featuresH.J. Lu
2020-05-28i386: Remove NO_TLS_DIRECT_SEG_REFS handlingFlorian Weimer
2020-03-31math: Add inputs that yield larger errors for float type (x86_64)Paul Zimmermann
2020-03-19math: Remove inline math testsAdhemerval Zanella
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra
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-11-12Fix i686 build with GCC 9.Joseph Myers
2018-10-17x86: Use _rdtsc intrinsic for HP_TIMING_NOWH.J. Lu
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