about summary refs log tree commit diff
path: root/sysdeps/i386
Commit message (Expand)AuthorAgeFilesLines
* i686: Fix multiple definitions of __memmove_chk and __memset_chkGabi Falk2024-05-022-2/+2
* i586: Fix multiple definitions of __memcpy_chk and __mempcpy_chkGabi Falk2024-05-021-1/+1
* i386: ulp update for SSE2 --disable-multi-arch configurationsFlorian Weimer2024-04-251-0/+1
* math: x86 trunc traps when FE_INEXACT is enabled (BZ 31603)Adhemerval Zanella2024-04-043-76/+12
* math: x86 floor traps when FE_INEXACT is enabled (BZ 31601)Adhemerval Zanella2024-04-045-107/+50
* math: x86 ceill traps when FE_INEXACT is enabled (BZ 31600)Adhemerval Zanella2024-04-045-107/+50
* x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registersH.J. Lu2024-02-283-66/+241
* i386: Use generic memrchr in libc (bug 31316)Florian Weimer2024-02-162-1/+1
* string: Use builtins for ffs and ffsllAdhemerval Zanella Netto2024-02-013-96/+2
* math: remove exp10 wrappersWilco Dijkstra2024-01-121-0/+3
* i386: Remove CET support bitsH.J. Lu2024-01-102-78/+2
* i386: Fail if configured with --enable-cetAdhemerval Zanella2024-01-092-7/+8
* i386: Remove CET supportAdhemerval Zanella2024-01-0921-241/+29
* i386: Ignore --enable-cetH.J. Lu2024-01-042-0/+9
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-01275-275/+275
* x86: Do not raises floating-point exception traps on fesetexceptflag (BZ 30990)Bruno Haible2023-12-191-21/+42
* i686: Do not raise exception traps on fesetexcept (BZ 30989)Adhemerval Zanella2023-12-192-4/+71
* elf: Remove LD_PROFILE for static binariesAdhemerval Zanella2023-11-212-1/+3
* x86: Use dl-symbol-redir-ifunc.h on cpu-tunablesAdhemerval Zanella2023-11-211-0/+5
* i686: Fix build with --disable-multiarchAdhemerval Zanella2023-08-106-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