about summary refs log tree commit diff
path: root/sysdeps/x86
Commit message (Expand)AuthorAgeFilesLines
* x86: Fix bsearch for compiler that do not define __USE_EXTERN_INLINES azanella/clangAdhemerval Zanella2024-04-181-2/+8
* x86_64: Provide __sfp_handle_exceptions if compiler does notAdhemerval Zanella2024-04-171-1/+19
* i386: Disable some tests on clangAdhemerval Zanella2024-04-172-0/+9
* x86: Use bool for C++ on x86.hAdhemerval Zanella2024-04-171-2/+2
* x86: Use inhibit_stack_protector on tst-ifunc-isa.hAdhemerval Zanella2024-04-171-2/+3
* And defines to __attribute__ (__noclone__) iff compiler supports it.Adhemerval Zanella2024-04-1712-25/+25
* x86: Use -mfpmath=387 iff compiler supports itAdhemerval Zanella2024-04-173-1/+38
* i386: sfp-machine.h: Do no use asm input cast for clangAdhemerval Zanella2024-04-171-18/+26
* i386: Disable math_opt_barrier and math_force_eval for clangAdhemerval Zanella2024-04-171-1/+1
* x86: math: Avoid the use of __libgcc_cmp_return__ for __gcc_CMPtypeAdhemerval Zanella2024-04-171-2/+11
* x86: Define __HAVE_FLOAT128 for Clang and use __builtin_*f128 code pathFangrui Song2024-04-171-7/+14
* math: Use -fexcess-precision=standard iff compiler supports itAdhemerval Zanella2024-04-171-2/+2
* x86: Add generic CPUID data dumper to ld.so --list-diagnosticsFlorian Weimer2024-04-081-0/+384
* math: x86 trunc traps when FE_INEXACT is enabled (BZ 31603)Adhemerval Zanella2024-04-041-0/+25
* math: x86 floor traps when FE_INEXACT is enabled (BZ 31601)Adhemerval Zanella2024-04-041-0/+25
* math: x86 ceill traps when FE_INEXACT is enabled (BZ 31600)Adhemerval Zanella2024-04-042-0/+61
* x86-64: Allocate state buffer space for RDI, RSI and RBXH.J. Lu2024-03-182-11/+60
* x86-64: Simplify minimum ISA check ifdef conditional with ifSunil K Pandey2024-03-031-11/+8
* x86-64: Update _dl_tlsdesc_dynamic to preserve AMX registersH.J. Lu2024-02-294-5/+71
* x86: Don't check XFD against /proc/cpuinfoH.J. Lu2024-02-281-0/+3
* x86-64: Don't use SSE resolvers for ISA level 3 or aboveH.J. Lu2024-02-281-6/+11
* x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registersH.J. Lu2024-02-286-3/+110
* x86: Change ENQCMD test to CHECK_FEATURE_PRESENTH.J. Lu2024-02-271-1/+1
* x86_64: Exclude SSE, AVX and FMA4 variants in libm multiarchSunil K Pandey2024-02-252-0/+57
* x86-64: Save APX registers in ld.so trampolineH.J. Lu2024-02-251-6/+46
* Apply the Makefile sorting fixH.J. Lu2024-02-151-3/+3
* x86: Do not prefer ERMS for memset on Zen3+Adhemerval Zanella2024-02-131-0/+5
* x86: Fix Zen3/Zen4 ERMS selection (BZ 30994)Adhemerval Zanella2024-02-131-20/+18
* Refer to C23 in place of C2X in glibcJoseph Myers2024-02-011-1/+1
* x86-64: Check if mprotect works before rewriting PLTH.J. Lu2024-01-151-1/+7
* x86-64/cet: Make CET feature check specific to Linux/x86H.J. Lu2024-01-115-33/+35
* i386: Remove CET support bitsH.J. Lu2024-01-105-135/+3
* x86-64/cet: Move check-cet.awk to x86_64H.J. Lu2024-01-101-53/+0
* x86-64/cet: Move dl-cet.[ch] to x86_64 directoriesH.J. Lu2024-01-101-364/+0
* x86: Move x86-64 shadow stack startup codesH.J. Lu2024-01-101-74/+0
* i386: Remove CET supportAdhemerval Zanella2024-01-091-44/+0
* x86: Move CET infrastructure to x86_64Adhemerval Zanella2024-01-0953-1501/+0
* Remove ia64-linux-gnuAdhemerval Zanella2024-01-081-13/+0
* elf: Add ELF_DYNAMIC_AFTER_RELOC to rewrite PLTH.J. Lu2024-01-054-1/+38
* x86-64/cet: Check the restore token in longjmpH.J. Lu2024-01-041-0/+3
* i386: Ignore --enable-cetH.J. Lu2024-01-042-113/+0
* x86/cet: Add -fcf-protection=none before -fcf-protection=branchH.J. Lu2024-01-011-4/+4
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-01136-136/+136
* x86/cet: Run some CET tests with shadow stackH.J. Lu2024-01-014-0/+17
* x86/cet: Don't set CET active by defaultH.J. Lu2024-01-012-2/+15
* x86/cet: Check feature_1 in TCB for active IBT and SHSTKH.J. Lu2024-01-013-1/+35
* x86/cet: Enable shadow stack during startupH.J. Lu2024-01-016-93/+93
* x86/cet: Sync with Linux kernel 6.6 shadow stack interfaceH.J. Lu2024-01-012-6/+11
* x86/cet: Don't disable CET if not single threadedH.J. Lu2023-12-201-2/+9
* x86: Modularize sysdeps/x86/dl-cet.cH.J. Lu2023-12-201-176/+280