summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/dl-trampoline.S
AgeCommit message (Expand)Author
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-10-20x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]H.J. Lu
2017-03-21x86-64: Improve branch predication in _dl_runtime_resolve_avx512_opt [BZ #21258]H.J. Lu
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-09-06X86-64: Add _dl_runtime_resolve_avx[512]_{opt|slow} [BZ #20508]H.J. Lu
2016-07-01Require binutils 2.24 to build x86-64 glibc [BZ #20139]H.J. Lu
2016-02-19[x86_64] Set DL_RUNTIME_UNALIGNED_VEC_SIZE to 8H.J. Lu
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-13Support x86-64 assmebler without AVX512H.J. Lu
2015-08-25Save and restore vector registers in x86-64 ld.soH.J. Lu
2015-07-09Improve bndmov encoding with zero displacementH.J. Lu
2015-07-09Preserve bound registers for pointer pass/returnIgor Zamyatin
2015-03-16Preserve bound registers in _dl_runtime_resolveH.J. Lu
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-04-16Save/restore bound registers for _dl_runtime_profileIgor Zamyatin
2014-04-09Save/restore bound registers in _dl_runtime_resolveIgor Zamyatin
2014-03-13Save and restore AVX-512 zmm registers to x86-64 ld.soIgor Zamyatin
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-08-30Fix typos.Ondřej Bílka
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-05-11Check if RTLD_SAVESPACE_SSE is aligned to 32 bytesH.J. Lu
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-09-07Simplify AVX checkH.J. Lu
2011-08-20Fix minor CFI problem in regular x86-64 trampolineUlrich Drepper
2011-08-20Fix CFI info in x86-64 trampolines for non-AVX codeUlrich Drepper
2011-07-23One more typo in AVX testUlrich Drepper
2011-07-22One more change to XSAVE patchUlrich Drepper
2011-07-22Fix AVX checkAndreas Schwab
2011-07-20Fix check for AVX enablementUlrich Drepper
2009-08-25Handle AVX saving on x86-64 in interrupted smbol lookups.Ulrich Drepper
2009-08-08Support mixed SSE/AVX audit and check AVX only once.H.J. Lu
2009-07-29Improve CFI in x86-64 ld.so trampoline code.Ulrich Drepper
2009-07-29Properly restore AVX registers on x86-64.H.J. Lu
2009-07-29Preserve SSE registers in runtime relocations on x86-64.Ulrich Drepper
2009-07-16Optimize restoring of ymm registers on x86-64.Ulrich Drepper
2009-07-15Fix thinko in AVX audit patch.Ulrich Drepper
2009-07-15Fix typo in last change.Ulrich Drepper
2009-07-15Secure AVX changes for auditing code.Ulrich Drepper
2009-07-10Add AVX support to ld.so auditing for x86-64.H.J. Lu
2009-07-02Fix handling of xmm6 in ld.so audit hooks on x86-64.H.J. Lu
2009-03-15[BZ #9881]Ulrich Drepper
2009-03-15* elf/dl-runtime.c (reloc_offset): Define.Ulrich Drepper
2009-03-14[BZ #9893]Ulrich Drepper
2007-10-31* sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sureUlrich Drepper
2007-08-24* sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): CorrectlyUlrich Drepper
2005-07-07* elf/dl-reloc.c [PROF] (_dl_relocate_object): DefineUlrich Drepper
2005-01-06* csu/elf-init.c (__libc_csu_fini): Don't do anything here. Ulrich Drepper
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper
2007-07-122.5-18.1Jakub Jelinek