aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)AuthorFilesLines
2009-07-23Avoid cpuid instructions in cache info discovery.Ulrich Drepper1-19/+31
2009-07-23Add more cache descriptors for L3 caches on x86 and x86-64.Ulrich Drepper1-0/+3
2009-07-23Perform test for Arom x86-64 in central place and handle it.Ulrich Drepper2-11/+10
2009-07-21Minor cleanups in x86-64 strstr.Ulrich Drepper1-78/+55
2009-07-20Better check for optimization in new x86-64 strstr/strcasestr.Ulrich Drepper1-11/+15
2009-07-20SSE4.2 strstr/strcasestr for x86-64.H.J. Lu5-1/+519
2009-07-16Optimize restoring of ymm registers on x86-64.Ulrich Drepper1-43/+34
2009-07-16Fix up whitespaces in new memcmp for x86-64.Ulrich Drepper1-42/+42
2009-07-16memcmp implementation for x86-64 using SSE2.H.J. Lu1-0/+359
2009-07-15Fix thinko in AVX audit patch.Ulrich Drepper1-20/+4
2009-07-15Fix typo in last change.Ulrich Drepper1-1/+1
2009-07-15Secure AVX changes for auditing code.Ulrich Drepper2-323/+295
2009-07-10Add AVX support to ld.so auditing for x86-64.H.J. Lu7-124/+423
2009-07-03Minor cleanups in recently added files.Ulrich Drepper2-79/+57
2009-07-03Align functions to 16-byte boundary.Ulrich Drepper4-0/+4
2009-07-03Add SSE4.2 support for strcspn, strpbrk, and strspn on x86-64.H.J. Lu7-0/+776
2009-07-02Fix handling of xmm6 in ld.so audit hooks on x86-64.H.J. Lu1-2/+4
2009-07-02Whitespace fixes in last patch.Ulrich Drepper1-31/+31
2009-07-02SSSE3 strcpy/stpcpy for x86-64H.J. Lu7-1/+1950
2009-06-30Regenerated.Ulrich Drepper1-6/+38
2009-06-30Fix little checkin problem in last patch.Ulrich Drepper1-2/+2
2009-06-30Determine and store processor family and model on x86-64.H.J. Lu3-8/+33
2009-06-22Clean up whitespaces in last patch.Ulrich Drepper1-1/+1
2009-06-22Add SSE4.2 support for strcmp and strncmp on x86-64.H.J. Lu5-0/+1695
2009-06-16Fix x86-64 memchr for large lengths.Jakub Jelinek1-3/+3
2009-06-14Fix warnings when using <sys/select.h>.Ulrich Drepper1-30/+6
2009-06-05Add SSE4.2 optimized rawmemchr implementation for x86-64.Ulrich Drepper2-4/+96
2009-06-05Forgot some more cleanups for the SSE4.2 strlen on x86-64.Ulrich Drepper1-2/+7
2009-06-05Add missing cleanups from SSE4.2 x86-64 strlen.Ulrich Drepper1-3/+4
2009-06-05Optimize x86-64 strlen for SSE4.2.Ulrich Drepper4-1/+104
2009-06-04More small optimizations for x86-64 strlen.Ulrich Drepper1-9/+7
2009-06-04Tiny strlen for x86-64 optimization.Ulrich Drepper1-1/+0
2009-06-01Small optimization of STT_GNU_IFUNC handling.Ulrich Drepper1-2/+2
2009-06-01Better error message for invalid relocatio in static binary.Ulrich Drepper1-1/+2
2009-05-31Fix up sched_cpucount in x86-64.Ulrich Drepper1-13/+9
2009-05-31Finish IFUNC support for x86 and x86-64.Ulrich Drepper2-0/+56
2009-05-31Simplify CPUID value handling.Ulrich Drepper4-36/+19
2009-05-29Compact cache info data structure for x86/x86-64.Ulrich Drepper1-77/+77
2009-05-21Add missing .text directives.H.J. Lu1-1/+2
2009-05-15Check for valid stack frame in longjmp.Ulrich Drepper2-0/+45
2009-05-10* version.h (VERSION): Bump to 2.10.1.cvs/fedora-glibc-20090510T1842cvs/masterUlrich Drepper1-0/+1
2009-05-09* sysdeps/x86_64/memchr.S: Handle invalid buffer pointers whenUlrich Drepper1-0/+2
2009-04-27* sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow.Ulrich Drepper1-3/+3
2009-04-26* sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inlineUlrich Drepper1-0/+2
2009-04-26* sysdeps/i386/fpu/s_tan.S: Set errno for ±Inf.Ulrich Drepper1-1/+13
2009-04-26* sysdeps/i386/fpu/s_cos.S: Set errno for ±Inf.Ulrich Drepper2-4/+26
2009-04-15* sysdeps/x86_64/mp_clz_tab.c: New file.Ulrich Drepper1-0/+1
2009-04-14Optimizations from GMP.Ulrich Drepper6-0/+298
2009-04-14mpn_add_n for x86-64.Ulrich Drepper1-0/+42
2009-04-14* sysdeps/x86-64/strrchr.S: New file.Ulrich Drepper1-0/+81