summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-09-022-1/+13
|\
| * Fix use of 64-bit insn in 32-bit memcpy for POWER6.Joshua W. Boyer2009-09-011-1/+1
| * Fix x86_64 bits/mathinline.h for -m32 compilation.Jakub Jelinek2009-09-011-0/+12
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-09-013-13/+3
|\|
| * Fix parse error in bits/mathinline.h with --std=c99Andreas Schwab2009-08-311-2/+2
| * Remove ENABLE_SSSE3_ON_ATOM.H.J. Lu2009-08-282-11/+1
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-08-2621-31/+812
|\|
| * Add isinf optimized for 64-bit.Ulrich Drepper2009-08-261-0/+30
| * Optimized isnan for 64-bit machines.Ulrich Drepper2009-08-261-0/+39
| * Make llround an alias for lround on 64-bit machines.Ulrich Drepper2009-08-252-0/+14
| * Optimized nearbyint for 64-bit.Ulrich Drepper2009-08-251-0/+86
| * Optimized rint implementation for x86-64.Ulrich Drepper2009-08-251-0/+79
| * Add 64-bit optimized s_round.Ulrich Drepper2009-08-251-0/+77
| * Optimize out duplicated scalbln code for x86-64.Ulrich Drepper2009-08-253-6/+17
| * Add 64-bit optimized scalbln.Ulrich Drepper2009-08-251-0/+68
| * Optimized signbit{,f} for x86-64.Ulrich Drepper2009-08-252-0/+54
| * Add 64-bit optimized version lround.Ulrich Drepper2009-08-251-0/+67
| * 64-bit optimized implementation of trunc.Ulrich Drepper2009-08-251-0/+56
| * Handle AVX saving on x86-64 in interrupted smbol lookups.Ulrich Drepper2009-08-251-1/+0
| * Add ceil implementation for 64-bit machines.Ulrich Drepper2009-08-242-0/+84
| * Optimize float construction/extraction on x86-64.Ulrich Drepper2009-08-241-0/+20
| * Add sysdeps/unix/syscall-template.S; build syscall stubs with deps and -g poi...Roland McGrath2009-08-243-24/+115
| * Define math_errhandling is possible.Ulrich Drepper2009-08-241-1/+5
| * Optimize x86-64 signbit{,f} a bit.Ulrich Drepper2009-08-241-5/+7
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-08-246-70/+152
|\|
| * Add sigstack handling to Linux ____longjmp_chk on powerpc.Andreas Schwab2009-08-224-16/+77
| * Improve backtrace_symbols{,_fd} output when missing symbols. roland/backtrace-symsRoland McGrath2009-08-202-46/+83
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-08-1026-306/+1450
|\|
| * Support mixed SSE/AVX audit and check AVX only once.H.J. Lu2009-08-082-237/+276
| * Use PIC only if SHARED is defined.H.J. Lu2009-08-082-0/+30
| * Simplify cpuid.h configure test.Jim Meyering2009-08-082-14/+544
| * Move SSE4.2 functions together.Ulrich Drepper2009-08-082-0/+2
| * Add SSSE3-optimized implementation of str{,n}cmp for x86-64.Ulrich Drepper2009-08-075-47/+185
| * Avoid warning through fake initialization.Ulrich Drepper2009-08-071-0/+2
| * Fix whitespace in last patch.Ulrich Drepper2009-08-071-1/+1
| * Add the missing "; \".H.J. Lu2009-08-071-1/+1
| * Fix whitespaces in last checkin.Ulrich Drepper2009-08-071-1/+1
| * Properly count number of logical processors on Intel CPUs.H.J. Lu2009-08-071-4/+38
| * Add x86 SSE strlen.Ulrich Drepper2009-08-043-6/+160
| * Add x86 32-bit SSE4.2 string functions.H.J. Lu2009-08-0413-4/+219
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-08-0321-212/+390
|\|
| * Remove leftover code from Linux/x86 ____longjmp_chk.Ulrich Drepper2009-08-021-6/+0
| * x86/x86-64 now needs <cpuid.h> from gcc.Ulrich Drepper2009-08-022-44/+63
| * Remove last trace of bounded pointer handling from ____longjmp_chk on x86-64.Ulrich Drepper2009-08-011-1/+1
| * Optimize x86 and x86-64 ____longjmp_chk for Linux.Ulrich Drepper2009-07-312-117/+50
| * Fix ____longjmp_chk on x86-64.Ulrich Drepper2009-07-311-2/+2
| * Support multiarch for i686.H.J. Lu2009-07-3112-49/+95
| * Remove CHEC_ESP handling from i386 __longjmp.Ulrich Drepper2009-07-311-9/+0
| * Whitespace cleanup.Ulrich Drepper2009-07-301-2/+2
| * Add sigstack handling to Linux ____longjmp_chk on i386.Ulrich Drepper2009-07-303-61/+150