summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)Author
2009-07-26Make sure no code in ld.so uses xmm/ymm registers on x86-64.Ulrich Drepper
2009-07-26Add SSE2 support to str{,n}cmp for x86-64.H.J. Lu
2009-07-25Some some optimizations for x86-64 strcmp.H.J. Lu
2009-07-25Optimize x86-64 SSE4.2 strcmp.Ulrich Drepper
2009-07-23Avoid cpuid instructions in cache info discovery.Ulrich Drepper
2009-07-23Add more cache descriptors for L3 caches on x86 and x86-64.Ulrich Drepper
2009-07-23Perform test for Arom x86-64 in central place and handle it.Ulrich Drepper
2009-07-21Minor cleanups in x86-64 strstr.Ulrich Drepper
2009-07-20Better check for optimization in new x86-64 strstr/strcasestr.Ulrich Drepper
2009-07-20SSE4.2 strstr/strcasestr for x86-64.H.J. Lu
2009-07-16Optimize restoring of ymm registers on x86-64.Ulrich Drepper
2009-07-16Fix up whitespaces in new memcmp for x86-64.Ulrich Drepper
2009-07-16memcmp implementation for x86-64 using SSE2.H.J. Lu
2009-07-15Fix thinko in AVX audit patch.Ulrich Drepper
2009-07-15Fix typo in last change.Ulrich Drepper
2009-07-15Secure AVX changes for auditing code.Ulrich Drepper
2009-07-10Add AVX support to ld.so auditing for x86-64.H.J. Lu
2009-07-03Minor cleanups in recently added files.Ulrich Drepper
2009-07-03Align functions to 16-byte boundary.Ulrich Drepper
2009-07-03Add SSE4.2 support for strcspn, strpbrk, and strspn on x86-64.H.J. Lu
2009-07-02Fix handling of xmm6 in ld.so audit hooks on x86-64.H.J. Lu
2009-07-02Whitespace fixes in last patch.Ulrich Drepper
2009-07-02SSSE3 strcpy/stpcpy for x86-64H.J. Lu
2009-06-30Regenerated.Ulrich Drepper
2009-06-30Fix little checkin problem in last patch.Ulrich Drepper
2009-06-30Determine and store processor family and model on x86-64.H.J. Lu
2009-06-22Clean up whitespaces in last patch.Ulrich Drepper
2009-06-22Add SSE4.2 support for strcmp and strncmp on x86-64.H.J. Lu
2009-06-16Fix x86-64 memchr for large lengths.Jakub Jelinek
2009-06-14Fix warnings when using <sys/select.h>.Ulrich Drepper
2009-06-05Add SSE4.2 optimized rawmemchr implementation for x86-64.Ulrich Drepper
2009-06-05Forgot some more cleanups for the SSE4.2 strlen on x86-64.Ulrich Drepper
2009-06-05Add missing cleanups from SSE4.2 x86-64 strlen.Ulrich Drepper
2009-06-05Optimize x86-64 strlen for SSE4.2.Ulrich Drepper
2009-06-04More small optimizations for x86-64 strlen.Ulrich Drepper
2009-06-04Tiny strlen for x86-64 optimization.Ulrich Drepper
2009-06-01Small optimization of STT_GNU_IFUNC handling.Ulrich Drepper
2009-06-01Better error message for invalid relocatio in static binary.Ulrich Drepper
2009-05-31Fix up sched_cpucount in x86-64.Ulrich Drepper
2009-05-31Finish IFUNC support for x86 and x86-64.Ulrich Drepper
2009-05-31Simplify CPUID value handling.Ulrich Drepper
2009-05-29Compact cache info data structure for x86/x86-64.Ulrich Drepper
2009-05-21Add missing .text directives.H.J. Lu
2009-05-15Check for valid stack frame in longjmp.Ulrich Drepper
2009-05-10* version.h (VERSION): Bump to 2.10.1.cvs/fedora-glibc-20090510T1842Ulrich Drepper
2009-05-09* sysdeps/x86_64/memchr.S: Handle invalid buffer pointers whenUlrich Drepper
2009-04-27* sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow.Ulrich Drepper
2009-04-26* sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inlineUlrich Drepper
2009-04-26* sysdeps/i386/fpu/s_tan.S: Set errno for ±Inf.Ulrich Drepper
2009-04-26* sysdeps/i386/fpu/s_cos.S: Set errno for ±Inf.Ulrich Drepper