aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/dl-trampoline.S
AgeCommit message (Expand)AuthorFilesLines
2024-01-10i386: Remove CET support bitsH.J. Lu1-0/+1
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-11-21elf: Remove LD_PROFILE for static binariesAdhemerval Zanella1-30/+34
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-06-29x86-64: Small improvements to dl-trampoline.SNoah Goldstein1-0/+4
2022-06-27x86-64: Only define used SSE/AVX/AVX512 run-time resolversH.J. Lu1-27/+32
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-10-11elf: Remove Intel MPX support (lazy PLT, ld.so profile, and LD_AUDIT)Fangrui Song1-9/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-08-06x86: Move STATE_SAVE_OFFSET/STATE_SAVE_MASK to sysdep.hH.J. Lu1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-10-20x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]H.J. Lu1-58/+29
2017-03-21x86-64: Improve branch predication in _dl_runtime_resolve_avx512_opt [BZ #21258]H.J. Lu1-2/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-09-06X86-64: Add _dl_runtime_resolve_avx[512]_{opt|slow} [BZ #20508]H.J. Lu1-0/+20
2016-07-01Require binutils 2.24 to build x86-64 glibc [BZ #20139]H.J. Lu1-22/+15
2016-02-19[x86_64] Set DL_RUNTIME_UNALIGNED_VEC_SIZE to 8H.J. Lu1-8/+12
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-10-13Support x86-64 assmebler without AVX512H.J. Lu1-16/+24
2015-08-25Save and restore vector registers in x86-64 ld.soH.J. Lu1-389/+73
2015-07-09Improve bndmov encoding with zero displacementH.J. Lu1-0/+8
2015-07-09Preserve bound registers for pointer pass/returnIgor Zamyatin1-2/+2
2015-03-16Preserve bound registers in _dl_runtime_resolveH.J. Lu1-0/+8
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-04-16Save/restore bound registers for _dl_runtime_profileIgor Zamyatin1-0/+14
2014-04-09Save/restore bound registers in _dl_runtime_resolveIgor Zamyatin1-20/+79
2014-03-13Save and restore AVX-512 zmm registers to x86-64 ld.soIgor Zamyatin1-18/+104
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-08-30Fix typos.Ondřej Bílka1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-05-11Check if RTLD_SAVESPACE_SSE is aligned to 32 bytesH.J. Lu1-0/+4
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-09-07Simplify AVX checkH.J. Lu1-4/+1
2011-08-20Fix minor CFI problem in regular x86-64 trampolineUlrich Drepper1-1/+2
2011-08-20Fix CFI info in x86-64 trampolines for non-AVX codeUlrich Drepper1-2/+3
2011-07-23One more typo in AVX testUlrich Drepper1-2/+2
2011-07-22One more change to XSAVE patchUlrich Drepper1-2/+4
2011-07-22Fix AVX checkAndreas Schwab1-6/+15
2011-07-20Fix check for AVX enablementUlrich Drepper1-5/+12
2009-08-25Handle AVX saving on x86-64 in interrupted smbol lookups.Ulrich Drepper1-1/+0
2009-08-08Support mixed SSE/AVX audit and check AVX only once.H.J. Lu1-237/+7
2009-07-29Improve CFI in x86-64 ld.so trampoline code.Ulrich Drepper1-1/+2
2009-07-29Properly restore AVX registers on x86-64.H.J. Lu1-10/+10
2009-07-29Preserve SSE registers in runtime relocations on x86-64.Ulrich Drepper1-0/+82
2009-07-16Optimize restoring of ymm registers on x86-64.Ulrich Drepper1-43/+34
2009-07-15Fix thinko in AVX audit patch.Ulrich Drepper1-20/+4
2009-07-15Fix typo in last change.Ulrich Drepper1-1/+1