about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Move SSE4.2 functions together.Ulrich Drepper2009-08-081-0/+6
* Add SSSE3-optimized implementation of str{,n}cmp for x86-64.Ulrich Drepper2009-08-071-0/+9
* Avoid warning through fake initialization.Ulrich Drepper2009-08-071-0/+5
* Add the missing "; \".H.J. Lu2009-08-071-0/+4
* Fix expanding STB_GNU_UNIQUE hash table.Andreas Schwab2009-08-071-0/+5
* Properly count number of logical processors on Intel CPUs.H.J. Lu2009-08-071-0/+5
* Fix sed expression in TAGS command.Andreas Schwab2009-08-071-0/+5
* Add x86 SSE strlen.Ulrich Drepper2009-08-041-0/+6
* Add x86 32-bit SSE4.2 string functions.H.J. Lu2009-08-041-0/+24
* x86/x86-64 now needs <cpuid.h> from gcc.Ulrich Drepper2009-08-021-0/+4
* Optimize x86 and x86-64 ____longjmp_chk for Linux.Ulrich Drepper2009-07-311-0/+4
* Fix ____longjmp_chk on x86-64.Ulrich Drepper2009-07-311-0/+5
* Support multiarch for i686.H.J. Lu2009-07-311-0/+30
* Fix obstack* on i?86Jakub Jelinek2009-07-311-0/+4
* Add sigstack handling to Linux ____longjmp_chk on i386.Ulrich Drepper2009-07-301-0/+6
* ____longjmp_chk is now OS-specific.Ulrich Drepper2009-07-301-0/+5
* Add test case for ____longjmp_chk vs signal stacks.Ulrich Drepper2009-07-301-0/+3
* Fix x86-64 ____longjmp_chk to handle signal stacks.Ulrich Drepper2009-07-301-0/+5
* Stop backtrace when we make no more progress.Ulrich Drepper2009-07-301-0/+5
* Add support for x86-64 fma instruction.Ulrich Drepper2009-07-291-0/+14
* Fix x86-64 TCB alignment for future processor versions.Ulrich Drepper2009-07-291-2/+1
* Improve CFI in x86-64 ld.so trampoline code.Ulrich Drepper2009-07-291-0/+5
* Properly restore AVX registers on x86-64.H.J. Lu2009-07-291-0/+4
* Preserve SSE registers in runtime relocations on x86-64.Ulrich Drepper2009-07-291-0/+15
* Fix bookkeeping of static TLS block for TLS_TCB_AT_TP architectures.Ulrich Drepper2009-07-281-0/+9
* Refine testing for xmm/ymm register use in x86-64 ld.so.Ulrich Drepper2009-07-271-0/+14
* Define and implement RES_USE_DNSSEC option in resolver.Adam Tkac2009-07-271-0/+10
* Fix STB_GNU_UNIQUE handling for > 30 unique symbols.Jakub Jelinek2009-07-271-0/+6
* No need for special strcmp for rtld.Ulrich Drepper2009-07-271-1/+0
* Make sure no code in ld.so uses xmm/ymm registers on x86-64.Ulrich Drepper2009-07-261-0/+14
* Add missing ChangeLog entry for last checkin.Ulrich Drepper2009-07-261-0/+20
* Compatibility of signalfd/eventfd with older kernels.Ulrich Drepper2009-07-261-0/+8
* Handle SERVFAIL, NOTIMP, REFUSED replies from DNS server better.Ulrich Drepper2009-07-261-0/+4
* Define NT_GNU_GOLD_VERSION.Ulrich Drepper2009-07-261-0/+4
* Some some optimizations for x86-64 strcmp.H.J. Lu2009-07-251-0/+3
* Handle missing NSS modules and those without callbacks.Ulrich Drepper2009-07-251-0/+4
* Optimize x86-64 SSE4.2 strcmp.Ulrich Drepper2009-07-251-0/+5
* Don't automatically use /lib/modules/* headers.Ulrich Drepper2009-07-241-0/+6
* S/390: Hardware iconv modules.Andreas Krebbel2009-07-241-0/+16
* Avoid cpuid instructions in cache info discovery.Ulrich Drepper2009-07-231-0/+4
* Add more cache descriptors for L3 caches on x86 and x86-64.Ulrich Drepper2009-07-231-0/+4
* Perform test for Arom x86-64 in central place and handle it.Ulrich Drepper2009-07-231-0/+5
* Avoid warnings in test cases.Ulrich Drepper2009-07-231-0/+5
* Make include/unistd.h suitable for C++ test cases.Duncan Simpson2009-07-231-0/+4
* Preserve stack alignment in i386 makecontext.Ulrich Drepper2009-07-231-0/+3
* Some more fixes for the unique symbol handling.Ulrich Drepper2009-07-231-0/+3
* Handle unloading of DSO with a unique symbol definition.Ulrich Drepper2009-07-231-0/+11
* Minor cleanups in x86-64 strstr.Ulrich Drepper2009-07-211-0/+5
* Better check for optimization in new x86-64 strstr/strcasestr.Ulrich Drepper2009-07-201-0/+6
* SSE4.2 strstr/strcasestr for x86-64.H.J. Lu2009-07-201-0/+17