about summary refs log tree commit diff
path: root/sysdeps/x86_64
Commit message (Expand)AuthorAgeFilesLines
* 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
* * string/stratcliff.c (do_test): Add memchr tests..Ulrich Drepper2009-04-071-4/+4
* * sysdeps/x86_64/memchr.S: New file.Ulrich Drepper2009-04-072-0/+68
* * sysdeps/x86_64/strchr.S: Likewise.Ulrich Drepper2009-04-061-267/+46
* * sysdeps/x86_64/strlen.S: Optimize by using SSE2 instructions.Ulrich Drepper2009-04-051-116/+30
* [BZ #9881]Ulrich Drepper2009-03-151-3/+3
* * elf/dl-runtime.c (reloc_offset): Define.Ulrich Drepper2009-03-152-12/+9
* [BZ #9893]Ulrich Drepper2009-03-141-99/+140
* * config.h.in (USE_MULTIARCH): Define.Ulrich Drepper2009-03-135-4/+208
* * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branchUlrich Drepper2009-03-121-57/+57
* * stdlib/monetary.h: Uglify function parameter names. cvs/fedora-glibc-20090218T1534Jakub Jelinek2009-02-161-2/+2
* * include/atomic.h: Define catomic_and if not already defined.Ulrich Drepper2009-02-081-14/+22
* * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.Ulrich Drepper2009-02-011-0/+14
* [BZ #9750]Ulrich Drepper2009-01-291-1/+11
* * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd ifUlrich Drepper2008-12-291-3/+11
* * sysdeps/x86_64/bits/select.h: New file.Ulrich Drepper2008-12-291-0/+78
* 2008-11-11 Roland McGrath <roland@redhat.com>Roland McGrath2008-11-111-0/+3
* * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.Ulrich Drepper2008-08-141-426/+442
* * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for largeUlrich Drepper2008-08-051-1/+6
* [BZ #6442]Ulrich Drepper2008-05-151-2/+2
* Introduce TLS descriptors for i386 and x86_64.Ulrich Drepper2008-05-139-3/+571
* * sysdeps/x86_64/rtld-memset.c: New file.Ulrich Drepper2008-03-073-93/+1283
* (intel_02_known): New entry 0x3f.Ulrich Drepper2007-12-231-0/+1
* * sysdeps/x86_64/memset.S: Add sfence after movnti.Ulrich Drepper2007-11-081-0/+1
* * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sureUlrich Drepper2007-10-311-26/+28
* * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero. Add glibc-2.7 cvs/glibc-2_7-base cvs/glibc-2_7Jakub Jelinek2007-10-181-2/+3
* * sysdeps/x86_64/cacheinfo.c: Comment out code added in support ofUlrich Drepper2007-10-172-20/+20
* * sysdeps/x86_64/memset.S: Revert to old version for now. The cost isUlrich Drepper2007-10-171-1231/+106
* (__tzfile_read): Take extra memory requested by caller into account when copy...Ulrich Drepper2007-10-161-4/+4
* * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move Jakub Jelinek2007-10-161-1/+1