about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Compatibility of signalfd/eventfd with older kernels.Ulrich Drepper2009-07-263-6/+26
* Some some optimizations for x86-64 strcmp.H.J. Lu2009-07-251-9/+4
* Handle missing NSS modules and those without callbacks.Ulrich Drepper2009-07-251-0/+2
* Optimize x86-64 SSE4.2 strcmp.Ulrich Drepper2009-07-251-0/+5
* Don't automatically use /lib/modules/* headers.Ulrich Drepper2009-07-242-24/+0
* More white space fixes.Ulrich Drepper2009-07-241-4/+4
* White space fixes in last checkin.Ulrich Drepper2009-07-242-7/+7
* S/390: Hardware iconv modules.Andreas Krebbel2009-07-247-8/+1612
* 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-232-0/+6
* Perform test for Arom x86-64 in central place and handle it.Ulrich Drepper2009-07-232-11/+10
* Preserve stack alignment in i386 makecontext.Ulrich Drepper2009-07-231-6/+4
* Handle unloading of DSO with a unique symbol definition.Ulrich Drepper2009-07-231-1/+1
* 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
* Replace hand-coded unwind tables from x86-64 pthread_once.Ulrich Drepper2009-07-171-7/+36
* Remove warning and little optimization.Ulrich Drepper2009-07-161-0/+4
* 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
* Fix comment in Linux's <sys/epoll.h>.Ulrich Drepper2009-07-101-2/+2
* Implement STB_GNU_UNIQUE handling.Ulrich Drepper2009-07-091-0/+15
* Fix wrong PPC_FEATURE_* values.Andreas Schwab2009-07-051-2/+2
* 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-039-7/+851
* 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
* Fix text relocation on ppc32.Andreas Schwab2009-06-251-2/+21
* Fix cfa offset for saved registers in PPC sqrt implementations.Andreas Schwab2009-06-244-8/+8
* 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