aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch
AgeCommit message (Expand)Author
2016-05-19Remove alignments on jump targets in memsetH.J. Lu
2016-05-11Remove x86 ifunc-defines.sym and rtld-global-offsets.symH.J. Lu
2016-04-12X86-64: Use non-temporal store in memcpy on large dataH.J. Lu
2016-04-06X86-64: Prepare memmove-vec-unaligned-erms.SH.J. Lu
2016-04-06X86-64: Prepare memset-vec-unaligned-erms.SH.J. Lu
2016-04-05Force 32-bit displacement in memset-vec-unaligned-erms.SH.J. Lu
2016-04-05Add a comment in memset-sse2-unaligned-erms.SH.J. Lu
2016-04-03Don't put SSE2/AVX/AVX512 memmove/memset in ld.soH.J. Lu
2016-04-03Fix memmove-vec-unaligned-erms.SH.J. Lu
2016-03-31Add x86-64 memset with unaligned store and rep stosbH.J. Lu
2016-03-31Add x86-64 memmove with unaligned load/store and rep movsbH.J. Lu
2016-03-28Make __memcpy_avx512_no_vzeroupper an aliasH.J. Lu
2016-03-28Implement x86-64 multiarch mempcpy in memcpyH.J. Lu
2016-03-28[x86] Add a feature bit: Fast_Unaligned_CopyH.J. Lu
2016-03-22Don't set %rcx twice before "rep movsb"H.J. Lu
2016-03-06Group AVX512 functions in .text.avx512 sectionH.J. Lu
2016-03-04x86-64: Fix memcpy IFUNC selectionH.J. Lu
2016-01-19Fixed build with assembler w/o AVX-512 support.Andrew Senkevich
2016-01-16Fixed typos in __memcpy_chk.Andrew Senkevich
2016-01-16Added memcpy/memmove family optimized with AVX512 for KNL hardware.Andrew Senkevich
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-19Added memset optimized with AVX512 for KNL hardware.Andrew Senkevich
2015-10-28Remove -mavx2 configure tests.Joseph Myers
2015-10-08Remove configure tests for AVX support.Joseph Myers
2015-10-06Remove configure tests for SSE4 support.Joseph Myers
2015-08-25Remove x86-64 rtld-xxx.c and rtld-xxx.SH.J. Lu
2015-08-20Remove the unused IFUNC filesH.J. Lu
2015-08-20Move x86_64 init-arch.h to sysdeps/x86/init-arch.hH.J. Lu
2015-08-13Update x86_64 multiarch functions for <cpu-features.h>H.J. Lu
2015-08-13Add _dl_x86_cpu_features to rtld_globalH.J. Lu
2015-08-05Compile {memcpy,strcmp}-sse2-unaligned.S only for libcH.J. Lu
2015-06-08This patch adds detection of availability for AVX512F and AVX512DQ ISAs.Andrew Senkevich
2015-05-12Use strspn/strcspn/strpbrk ifunc in internal calls.Ondřej Bílka
2015-01-30Use AVX unaligned memcpy only if AVX2 is availableH.J. Lu
2015-01-23Also treat model numbers 0x5a/0x5d as SilvermontH.J. Lu
2015-01-23Treat model numbers 0x4a/0x4d as SilvermontH.J. Lu
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar
2014-10-27Fix misdetected Slow_SSE4_2 cpu feature bit (bug 17501)Andreas Schwab
2014-07-30Improve 64bit memcpy performance for Haswell CPU with AVX instructionLing Ma
2014-07-14Enable AVX2 optimized memset only if -mavx2 worksH.J. Lu
2014-06-20Add ifunc tests for x86_64 memset_chk and memsetH.J. Lu
2014-06-20Remove sysdeps/x86_64/multiarch/rtld-strlen.SH.J. Lu
2014-06-19Add x86_64 memset optimized for AVX2Ling Ma
2014-05-03Fix -Wundef warning for FEATURE_INDEX_1.Carlos O'Donell
2014-04-17Detect if AVX2 is usableSihai Yao
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-16Update file name in x86_64 ifunc listAllan McRae
2013-12-14Add strstr with unaligned loads. Fixes bug 12100.Ondřej Bílka
2013-10-08Use p2align instead ALIGNOndřej Bílka