about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch
Commit message (Expand)AuthorAgeFilesLines
* Fix x86 strncat optimized implementation for large sizesAdhemerval Zanella2017-01-031-0/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0142-42/+42
* Require binutils 2.24 to build x86-64 glibc [BZ #20139]H.J. Lu2016-07-0113-36/+4
* Check Prefer_ERMS in memmove/memcpy/mempcpy/memsetH.J. Lu2016-06-305-1/+17
* X86-64: Remove previous default/SSE2/AVX2 memcpy/memmoveH.J. Lu2016-06-0815-890/+306
* X86-64: Remove the previous SSE2/AVX2 memsetsH.J. Lu2016-06-087-217/+39
* Fix a typo in comments in memmove-vec-unaligned-erms.SH.J. Lu2016-06-061-1/+1
* Remove alignments on jump targets in memsetH.J. Lu2016-05-191-32/+5
* Remove x86 ifunc-defines.sym and rtld-global-offsets.symH.J. Lu2016-05-112-21/+0
* X86-64: Use non-temporal store in memcpy on large dataH.J. Lu2016-04-124-171/+226
* X86-64: Prepare memmove-vec-unaligned-erms.SH.J. Lu2016-04-061-54/+84
* X86-64: Prepare memset-vec-unaligned-erms.SH.J. Lu2016-04-061-13/+19
* Force 32-bit displacement in memset-vec-unaligned-erms.SH.J. Lu2016-04-051-0/+13
* Add a comment in memset-sse2-unaligned-erms.SH.J. Lu2016-04-051-0/+2
* Don't put SSE2/AVX/AVX512 memmove/memset in ld.soH.J. Lu2016-04-036-32/+40
* Fix memmove-vec-unaligned-erms.SH.J. Lu2016-04-031-24/+30
* Add x86-64 memset with unaligned store and rep stosbH.J. Lu2016-03-316-1/+335
* Add x86-64 memmove with unaligned load/store and rep movsbH.J. Lu2016-03-316-1/+594
* Make __memcpy_avx512_no_vzeroupper an aliasH.J. Lu2016-03-283-430/+404
* Implement x86-64 multiarch mempcpy in memcpyH.J. Lu2016-03-289-57/+69
* [x86] Add a feature bit: Fast_Unaligned_CopyH.J. Lu2016-03-281-1/+1
* Don't set %rcx twice before "rep movsb"H.J. Lu2016-03-221-1/+0
* Group AVX512 functions in .text.avx512 sectionH.J. Lu2016-03-062-2/+2
* x86-64: Fix memcpy IFUNC selectionH.J. Lu2016-03-041-13/+14
* Fixed build with assembler w/o AVX-512 support.Andrew Senkevich2016-01-191-0/+12
* Fixed typos in __memcpy_chk.Andrew Senkevich2016-01-161-3/+3
* Added memcpy/memmove family optimized with AVX512 for KNL hardware.Andrew Senkevich2016-01-1611-19/+540
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0444-44/+44
* Added memset optimized with AVX512 for KNL hardware.Andrew Senkevich2015-12-195-3/+225
* Remove -mavx2 configure tests.Joseph Myers2015-10-284-23/+15
* Remove configure tests for AVX support.Joseph Myers2015-10-081-14/+8
* Remove configure tests for SSE4 support.Joseph Myers2015-10-063-14/+2
* Remove x86-64 rtld-xxx.c and rtld-xxx.SH.J. Lu2015-08-252-2/+0
* Remove the unused IFUNC filesH.J. Lu2015-08-202-17/+0
* Move x86_64 init-arch.h to sysdeps/x86/init-arch.hH.J. Lu2015-08-201-22/+0
* Update x86_64 multiarch functions for <cpu-features.h>H.J. Lu2015-08-1321-174/+177
* Add _dl_x86_cpu_features to rtld_globalH.J. Lu2015-08-136-421/+5
* Compile {memcpy,strcmp}-sse2-unaligned.S only for libcH.J. Lu2015-08-052-0/+8
* This patch adds detection of availability for AVX512F and AVX512DQ ISAs.Andrew Senkevich2015-06-082-0/+34
* Use strspn/strcspn/strpbrk ifunc in internal calls.Ondřej Bílka2015-05-122-13/+0
* Use AVX unaligned memcpy only if AVX2 is availableH.J. Lu2015-01-308-8/+17
* Also treat model numbers 0x5a/0x5d as SilvermontH.J. Lu2015-01-231-0/+2
* Treat model numbers 0x4a/0x4d as SilvermontH.J. Lu2015-01-231-0/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0245-45/+45
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-2432-34/+34
* Fix misdetected Slow_SSE4_2 cpu feature bit (bug 17501)Andreas Schwab2014-10-271-4/+4
* Improve 64bit memcpy performance for Haswell CPU with AVX instructionLing Ma2014-07-3011-6/+458
* Enable AVX2 optimized memset only if -mavx2 worksH.J. Lu2014-07-144-14/+21
* Add ifunc tests for x86_64 memset_chk and memsetH.J. Lu2014-06-202-1/+12
* Remove sysdeps/x86_64/multiarch/rtld-strlen.SH.J. Lu2014-06-201-1/+0