about summary refs log tree commit diff
path: root/sysdeps/i386
Commit message (Expand)AuthorAgeFilesLines
* i386: ulp update for SSE2 --disable-multi-arch configurationsFlorian Weimer2024-04-251-0/+1
* i686: Fix build with --disable-multiarchAdhemerval Zanella2023-08-176-2/+10
* i386: Remove memset_chk-nonshared.SAdhemerval Zanella Netto2023-07-264-30/+6
* i386: Fix build with --enable-fortify=3Adhemerval Zanella Netto2023-07-264-65/+1
* Update i686 libm-test-ulps (again)Andreas K. Hüttel2023-07-191-1/+1
* Update i686 libm-test-ulpsAndreas K. Hüttel2023-07-181-0/+1
* configure: Use autoconf 2.71Siddhesh Poyarekar2023-07-171-14/+16
* i386: make debug wrappers compatible with static PIEAndreas Schwab2023-07-124-8/+8
* sysdeps: Add missing hidden definitions for i386Frédéric Bérat2023-07-102-0/+2
* string: Ensure *_chk routines have their hidden builtin definition availableFrédéric Bérat2023-07-0514-1/+26
* sysdeps/{i386, x86_64}/mempcpy_chk.S: fix linknamespace for __mempcpy_chkFrederic Berat2023-06-221-1/+1
* Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov2023-05-306-6/+6
* math: Remove the error handling wrapper from fmod and fmodfAdhemerval Zanella Netto2023-04-032-0/+28
* hurd: Move rtld-strncpy-c.c out of mach/hurd/Sergey Bugaev2023-04-031-0/+1
* htl: Generalize i386 pt-machdep.h to x86Samuel Thibault2023-02-122-28/+1
* string: Add libc_hidden_proto for memrchrAdhemerval Zanella2023-02-082-0/+3
* string: Add libc_hidden_proto for strchrnulAdhemerval Zanella2023-02-081-0/+1
* string: Improve generic strnlen with memchrAdhemerval Zanella2023-02-061-7/+7
* Parameterize OP_T_THRES from memcopy.hRichard Henderson2023-02-062-3/+25
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-06278-278/+278
* i686: Regenerate ulpsAndreas K. Hüttel2023-01-021-7/+7
* i386: Avoid rely on linker optimization to avoid relocationAdhemerval Zanella Netto2022-11-211-4/+9
* elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer2022-11-031-2/+1
* Remove all assembly optimizations for htonl and htonsAdhemerval Zanella2022-10-241-35/+0
* Remove htonl.S for i386/x86_64Cristian Rodríguez2022-10-241-34/+0
* Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer2022-10-182-7/+1
* Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer2022-10-185-0/+5
* elf: Remove -fno-tree-loop-distribute-patterns usage on dl-supportAdhemerval Zanella2022-10-101-0/+24
* x86: Remove .tfloat usageAdhemerval Zanella2022-10-038-25/+45
* i386: Use cmpl instead of cmpAdhemerval Zanella2022-08-052-12/+12
* i386: Use fldt instead of fld on e_logl.SAdhemerval Zanella2022-08-051-2/+2
* i386: Replace movzx with movzblFangrui Song2022-08-041-18/+18
* i386: Remove RELA supportAdhemerval Zanella2022-08-042-197/+1
* i386: Remove -Wa,-mtune=i686Fangrui Song2022-07-121-10/+0
* i386: Fix include paths for strspn, strcspn, and strpbrkNoah Goldstein2022-06-173-6/+6
* Remove remnant reference to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATAFangrui Song2022-06-151-4/+1
* elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATAFangrui Song2022-06-151-2/+1
* Add bounds check to __libc_ifunc_impl_listWilco Dijkstra2022-06-101-7/+2
* grep: egrep -> grep -E, fgrep -> grep -FSam James2022-06-052-4/+4
* i686: Use generic sincosf implementation for SSE2 versionAdhemerval Zanella2022-06-014-585/+7
* i686: Use generic sinf implementation for SSE2 versionAdhemerval Zanella2022-06-014-565/+8
* i686: Use generic cosf implementation for SSE2 versionAdhemerval Zanella2022-06-014-552/+8
* i686: Remove _dl_skip_args usageAdhemerval Zanella2022-05-301-11/+2
* math: Add math-use-builtins-fabs (BZ#29027)Adhemerval Zanella2022-05-231-10/+0
* i386: Regenerate ulpsCarlos O'Donell2022-04-262-2/+2
* x86: Remove fcopysign{f} implementationAdhemerval Zanella2022-04-073-60/+0
* Remove -z combreloc and HAVE_Z_COMBRELOCFangrui Song2022-04-041-17/+3
* x86: Remove fabs{f} implementationAdhemerval Zanella2022-04-042-20/+0
* i686: Remove bzero optimizationsAdhemerval Zanella2022-02-2314-181/+22
* i386: Remove bcopy optimizationsAdhemerval Zanella2022-02-2314-305/+100