about summary refs log tree commit diff
path: root/sysdeps/x86_64
Commit message (Expand)AuthorAgeFilesLines
* Avoid warning through fake initialization.Ulrich Drepper2009-08-071-0/+2
* Fix whitespaces in last checkin.Ulrich Drepper2009-08-071-1/+1
* Properly count number of logical processors on Intel CPUs.H.J. Lu2009-08-071-4/+38
* Add x86 32-bit SSE4.2 string functions.H.J. Lu2009-08-042-4/+4
* Support multiarch for i686.H.J. Lu2009-07-314-49/+56
* ____longjmp_chk is now OS-specific.Ulrich Drepper2009-07-301-145/+1
* Change code a bit to correct CFI.Ulrich Drepper2009-07-301-1/+3
* Optimize ____longjmp_chk for x86-64 a bit.Ulrich Drepper2009-07-301-5/+3
* Fix x86-64 ____longjmp_chk to handle signal stacks.Ulrich Drepper2009-07-302-7/+106
* Add support for x86-64 fma instruction.Ulrich Drepper2009-07-293-0/+90
* Prepare use if IFUNC functions outside libc.so.Ulrich Drepper2009-07-292-2/+30
* 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-292-3/+86
* Refine testing for xmm/ymm register use in x86-64 ld.so.Ulrich Drepper2009-07-275-12/+72
* No need for special strcmp for rtld.Ulrich Drepper2009-07-271-28/+0
* Make sure no code in ld.so uses xmm/ymm registers on x86-64.Ulrich Drepper2009-07-2610-0/+484
* Add SSE2 support to str{,n}cmp for x86-64.H.J. Lu2009-07-265-267/+2055
* Some some optimizations for x86-64 strcmp.H.J. Lu2009-07-251-9/+4
* Optimize x86-64 SSE4.2 strcmp.Ulrich Drepper2009-07-251-0/+5
* Avoid cpuid instructions in cache info discovery.Ulrich Drepper2009-07-231-19/+31
* Add more cache descriptors for L3 caches on x86 and x86-64.Ulrich Drepper2009-07-231-0/+3
* Perform test for Arom x86-64 in central place and handle it.Ulrich Drepper2009-07-232-11/+10
* Minor cleanups in x86-64 strstr.Ulrich Drepper2009-07-211-78/+55
* Better check for optimization in new x86-64 strstr/strcasestr.Ulrich Drepper2009-07-201-11/+15
* SSE4.2 strstr/strcasestr for x86-64.H.J. Lu2009-07-205-1/+519
* Optimize restoring of ymm registers on x86-64.Ulrich Drepper2009-07-161-43/+34
* Fix up whitespaces in new memcmp for x86-64.Ulrich Drepper2009-07-161-42/+42
* memcmp implementation for x86-64 using SSE2.H.J. Lu2009-07-161-0/+359
* 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-152-323/+295
* Add AVX support to ld.so auditing for x86-64.H.J. Lu2009-07-107-124/+423
* Minor cleanups in recently added files.Ulrich Drepper2009-07-032-79/+57
* Align functions to 16-byte boundary.Ulrich Drepper2009-07-034-0/+4
* Add SSE4.2 support for strcspn, strpbrk, and strspn on x86-64.H.J. Lu2009-07-037-0/+776
* Fix handling of xmm6 in ld.so audit hooks on x86-64.H.J. Lu2009-07-021-2/+4
* Whitespace fixes in last patch.Ulrich Drepper2009-07-021-31/+31
* SSSE3 strcpy/stpcpy for x86-64H.J. Lu2009-07-027-1/+1950
* Regenerated.Ulrich Drepper2009-06-301-6/+38
* Fix little checkin problem in last patch.Ulrich Drepper2009-06-301-2/+2
* Determine and store processor family and model on x86-64.H.J. Lu2009-06-303-8/+33
* Clean up whitespaces in last patch.Ulrich Drepper2009-06-221-1/+1
* Add SSE4.2 support for strcmp and strncmp on x86-64.H.J. Lu2009-06-225-0/+1695
* Fix x86-64 memchr for large lengths.Jakub Jelinek2009-06-161-3/+3
* Fix warnings when using <sys/select.h>.Ulrich Drepper2009-06-141-30/+6
* Add SSE4.2 optimized rawmemchr implementation for x86-64.Ulrich Drepper2009-06-052-4/+96
* Forgot some more cleanups for the SSE4.2 strlen on x86-64.Ulrich Drepper2009-06-051-2/+7
* Add missing cleanups from SSE4.2 x86-64 strlen.Ulrich Drepper2009-06-051-3/+4
* Optimize x86-64 strlen for SSE4.2.Ulrich Drepper2009-06-054-1/+104