about summary refs log tree commit diff
path: root/sysdeps/x86_64/dl-trampoline.S
Commit message (Expand)AuthorAgeFilesLines
* x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]H.J. Lu2017-10-221-58/+29
* x86-64: Improve branch predication in _dl_runtime_resolve_avx512_opt [BZ #21258]H.J. Lu2017-04-071-2/+1
* X86-64: Add _dl_runtime_resolve_avx[512]_{opt|slow} [BZ #20508]H.J. Lu2016-11-301-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
* Fix typo in last change.Ulrich Drepper2009-07-151-1/+1
* Secure AVX changes for auditing code.Ulrich Drepper2009-07-151-32/+295
* Add AVX support to ld.so auditing for x86-64.H.J. Lu2009-07-101-124/+55
* Fix handling of xmm6 in ld.so audit hooks on x86-64.H.J. Lu2009-07-021-2/+4
* [BZ #9881]Ulrich Drepper2009-03-151-3/+3
* * elf/dl-runtime.c (reloc_offset): Define.Ulrich Drepper2009-03-151-12/+0
* [BZ #9893]Ulrich Drepper2009-03-141-99/+140
* * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sureUlrich Drepper2007-10-311-26/+28
* * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): CorrectlyUlrich Drepper2007-08-241-3/+4
* * elf/dl-reloc.c [PROF] (_dl_relocate_object): DefineUlrich Drepper2005-07-071-1/+2
* * csu/elf-init.c (__libc_csu_fini): Don't do anything here. Ulrich Drepper2005-01-061-0/+188
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-189/+0
* 2.5-18.1Jakub Jelinek2007-07-121-0/+189