about summary refs log tree commit diff
path: root/sysdeps/x86_64/dl-trampoline.S
Commit message (Expand)AuthorAgeFilesLines
* x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registersH.J. Lu2024-02-281-19/+1
* i386: Remove CET support bitsH.J. Lu2024-01-101-0/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* elf: Remove LD_PROFILE for static binariesAdhemerval Zanella2023-11-211-30/+34
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* x86-64: Small improvements to dl-trampoline.SNoah Goldstein2022-06-291-0/+4
* x86-64: Only define used SSE/AVX/AVX512 run-time resolversH.J. Lu2022-06-271-27/+32
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* elf: Remove Intel MPX support (lazy PLT, ld.so profile, and LD_AUDIT)Fangrui Song2021-10-111-9/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* x86: Move STATE_SAVE_OFFSET/STATE_SAVE_MASK to sysdep.hH.J. Lu2018-08-061-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]H.J. Lu2017-10-201-58/+29
* x86-64: Improve branch predication in _dl_runtime_resolve_avx512_opt [BZ #21258]H.J. Lu2017-03-211-2/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* X86-64: Add _dl_runtime_resolve_avx[512]_{opt|slow} [BZ #20508]H.J. Lu2016-09-061-0/+20
* Require binutils 2.24 to build x86-64 glibc [BZ #20139]H.J. Lu2016-07-011-22/+15
* [x86_64] Set DL_RUNTIME_UNALIGNED_VEC_SIZE to 8H.J. Lu2016-02-191-8/+12
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Support x86-64 assmebler without AVX512H.J. Lu2015-10-131-16/+24
* Save and restore vector registers in x86-64 ld.soH.J. Lu2015-08-251-389/+73
* Improve bndmov encoding with zero displacementH.J. Lu2015-07-091-0/+8
* Preserve bound registers for pointer pass/returnIgor Zamyatin2015-07-091-2/+2
* Preserve bound registers in _dl_runtime_resolveH.J. Lu2015-03-161-0/+8
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Save/restore bound registers for _dl_runtime_profileIgor Zamyatin2014-04-161-0/+14
* Save/restore bound registers in _dl_runtime_resolveIgor Zamyatin2014-04-091-20/+79
* Save and restore AVX-512 zmm registers to x86-64 ld.soIgor Zamyatin2014-03-131-18/+104
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Fix typos.Ondřej Bílka2013-08-301-1/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Check if RTLD_SAVESPACE_SSE is aligned to 32 bytesH.J. Lu2012-05-111-0/+4
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Simplify AVX checkH.J. Lu2011-09-071-4/+1
* Fix minor CFI problem in regular x86-64 trampolineUlrich Drepper2011-08-201-1/+2
* Fix CFI info in x86-64 trampolines for non-AVX codeUlrich Drepper2011-08-201-2/+3
* One more typo in AVX testUlrich Drepper2011-07-231-2/+2
* One more change to XSAVE patchUlrich Drepper2011-07-221-2/+4
* Fix AVX checkAndreas Schwab2011-07-221-6/+15
* Fix check for AVX enablementUlrich Drepper2011-07-201-5/+12
* Handle AVX saving on x86-64 in interrupted smbol lookups.Ulrich Drepper2009-08-251-1/+0
* Support mixed SSE/AVX audit and check AVX only once.H.J. Lu2009-08-081-237/+7
* Improve CFI in x86-64 ld.so trampoline code.Ulrich Drepper2009-07-291-1/+2
* Properly restore AVX registers on x86-64.H.J. Lu2009-07-291-10/+10
* Preserve SSE registers in runtime relocations on x86-64.Ulrich Drepper2009-07-291-0/+82
* Optimize restoring of ymm registers on x86-64.Ulrich Drepper2009-07-161-43/+34
* Fix thinko in AVX audit patch.Ulrich Drepper2009-07-151-20/+4