about summary refs log tree commit diff
path: root/sysdeps/x86_64
Commit message (Expand)AuthorAgeFilesLines
* 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
* More small optimizations for x86-64 strlen.Ulrich Drepper2009-06-041-9/+7
* Tiny strlen for x86-64 optimization.Ulrich Drepper2009-06-041-1/+0
* Small optimization of STT_GNU_IFUNC handling.Ulrich Drepper2009-06-011-2/+2
* Better error message for invalid relocatio in static binary.Ulrich Drepper2009-06-011-1/+2
* Fix up sched_cpucount in x86-64.Ulrich Drepper2009-05-311-13/+9
* Finish IFUNC support for x86 and x86-64.Ulrich Drepper2009-05-312-0/+56
* Simplify CPUID value handling.Ulrich Drepper2009-05-314-36/+19
* Compact cache info data structure for x86/x86-64.Ulrich Drepper2009-05-291-77/+77
* Add missing .text directives.H.J. Lu2009-05-211-1/+2
* Check for valid stack frame in longjmp.Ulrich Drepper2009-05-152-0/+45
* * version.h (VERSION): Bump to 2.10.1. cvs/fedora-glibc-20090510T1842 cvs/masterUlrich Drepper2009-05-101-0/+1
* * sysdeps/x86_64/memchr.S: Handle invalid buffer pointers whenUlrich Drepper2009-05-091-0/+2
* * sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow.Ulrich Drepper2009-04-271-3/+3
* * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inlineUlrich Drepper2009-04-261-0/+2
* * sysdeps/i386/fpu/s_tan.S: Set errno for ±Inf.Ulrich Drepper2009-04-261-1/+13
* * sysdeps/i386/fpu/s_cos.S: Set errno for ±Inf.Ulrich Drepper2009-04-262-4/+26
* * sysdeps/x86_64/mp_clz_tab.c: New file.Ulrich Drepper2009-04-151-0/+1
* Optimizations from GMP.Ulrich Drepper2009-04-146-0/+298
* mpn_add_n for x86-64.Ulrich Drepper2009-04-141-0/+42
* * sysdeps/x86-64/strrchr.S: New file.Ulrich Drepper2009-04-141-0/+81
* * sysdeps/x86_64/rawmemchr.S: New file.Ulrich Drepper2009-04-102-2/+55
* * malloc/malloc.c (_int_realloc): Add parameter with old blockUlrich Drepper2009-04-081-2/+1
* * sysdeps/x86_64/strchrnul.S: New file. cvs/fedora-glibc-20090408T1602Ulrich Drepper2009-04-071-0/+64