aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/Makefile
AgeCommit message (Expand)Author
2024-02-28x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registersHEADmasterH.J. Lu
2024-02-15Apply the Makefile sorting fixH.J. Lu
2024-02-15sysdeps/x86_64/Makefile (tests): Add the end markerH.J. Lu
2024-01-10i386: Remove CET support bitsH.J. Lu
2024-01-10x86-64/cet: Move check-cet.awk to x86_64H.J. Lu
2024-01-09x86: Move CET infrastructure to x86_64Adhemerval Zanella
2024-01-06x32: Handle displacement overflow in PLT rewrite [BZ #31218]H.J. Lu
2024-01-05elf: Add ELF_DYNAMIC_AFTER_RELOC to rewrite PLTH.J. Lu
2023-05-01nptl: move tst-x86-64-tls-1 to nptl-only testsSamuel Thibault
2023-03-29Remove --enable-tunables configure optionAdhemerval Zanella Netto
2022-11-08x86: Add evex optimized functions for the wchar_t strcpy familyNoah Goldstein
2022-10-06x86_64: Remove platform directory library loading testJavier Pello
2022-07-27arc4random: simplify design for better safetyJason A. Donenfeld
2022-07-22x86: Add AVX2 optimized chacha20Adhemerval Zanella Netto
2022-07-22x86: Add SSE2 optimized chacha20Adhemerval Zanella Netto
2022-07-16x86: Add support to build wcscpy with explicit ISA levelNoah Goldstein
2022-07-16x86: Add support to build strcmp/strlen/strchr with explicit ISA levelNoah Goldstein
2022-07-05x86: Add support for building str{c|p}{brk|spn} with explicit ISA levelNoah Goldstein
2022-02-25build: Properly generate .d dependency files [BZ #28922]H.J. Lu
2021-08-24x86-64: Remove compiler -mavx512f checkH.J. Lu
2021-07-09Add a generic malloc test for MALLOC_ALIGNMENTH.J. Lu
2021-07-08x86-64: Test strlen and wcslen with 0 in the RSI register [BZ #28064]H.J. Lu
2021-04-01x86_64: Correct THREAD_SETMEM/THREAD_SETMEM_NC for movq [BZ #27591]H.J. Lu
2020-12-04x86_64: Add glibc-hwcaps supportFlorian Weimer
2020-07-13x86: Support usable check for all CPU featuresH.J. Lu
2020-07-11x86: Remove the unused __x86_prefetchwH.J. Lu
2018-08-02Rename the glibc.tune namespace to glibc.cpuSiddhesh Poyarekar
2017-10-20x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]H.J. Lu
2017-10-19x86-64: Don't set GLRO(dl_platform) to NULL [BZ #22299]H.J. Lu
2017-09-11x86: Add x86_64 to x86-64 HWCAP [BZ #22093]H.J. Lu
2017-08-04Check linker support for INSERT in linker scriptH.J. Lu
2017-07-06x86-64: Align the stack in __tls_get_addr [BZ #21609]H.J. Lu
2017-02-09x86-64: Verify that _dl_runtime_resolve preserves vector registersH.J. Lu
2016-12-21x86_64: tst-quad1pie, tst-quad2pie: compile with -fPIE [BZ #7065]Nick Alcock
2016-04-13Register extra test objectsAndreas Schwab
2016-03-07tst-audit4, tst-audit10: Compile AVX/AVX-512 code separately [BZ #19269]Florian Weimer
2016-03-04Add a comment in sysdeps/x86_64/MakefileH.J. Lu
2016-03-03Copy x86_64 _mcount.op from _mcount.oH.J. Lu
2015-10-09Remove configure tests for -mno-vzeroupper support.Joseph Myers
2015-10-08Remove configure tests for AVX support.Joseph Myers
2015-08-26Don't disable SSE in x86-64 ld.soH.J. Lu
2015-08-25Save and restore vector registers in x86-64 ld.soH.J. Lu
2015-08-19Fix dynamic linker issue with bind-nowPetar Jovanovic
2015-02-06Clean up sysdep-dl-routines variable.Roland McGrath
2014-07-03Remove HP_TIMING_DIFF_INIT and dl_hp_timing_overheadRichard Henderson
2014-03-13Save and restore AVX-512 zmm registers to x86-64 ld.soIgor Zamyatin
2013-04-25Move x86_64-specific audit tests to sysdeps/x86_64/.Joseph Myers
2012-11-07Also run tst-xmmymm.sh on i386 ld.soH.J. Lu
2012-09-25Set "fail on error" mode directly in testsuite shell scriptsDmitry V. Levin
2012-05-17Add tst-mallocalign1H.J. Lu