Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better distinguish between NaN/qNaN/sNaN. | Thomas Schwinge | 2013-03-15 | 4 | -55/+55 |
| | |||||
* | Revert configurable mantissa patch | Siddhesh Poyarekar | 2013-03-15 | 4 | -148/+60 |
| | | | | | | Reverts d22ca8cdfb98001d03772ef264b244930d439b3f since it is severely broken on 32-bit. | ||||
* | Reverting wrong commit. | Adhemerval Zanella | 2013-03-15 | 1 | -0/+42 |
| | | | | | Restore sysdeps/gnu/configure wrongly modified on ef26eece6331a1f6d959818e37c438cc7ce68e53. | ||||
* | PowerPC: gettimeofday optimization by using IFUNC | Adhemerval Zanella | 2013-03-15 | 3 | -54/+46 |
| | |||||
* | Make mantissa type configurable | Siddhesh Poyarekar | 2013-03-15 | 4 | -60/+148 |
| | | | | | This allows the default mantissa to be integral, with powerpc overriding it to take advantage of its FPUs. | ||||
* | Regenerate sysdeps/x86_64/preconfigure. | Joseph Myers | 2013-03-15 | 1 | -120/+0 |
| | |||||
* | Fix spurious underflow exceptions for Bessel functions for double (bug 14155). | Joseph Myers | 2013-03-14 | 2 | -4/+8 |
| | |||||
* | Fix formatting in last change | Siddhesh Poyarekar | 2013-03-14 | 1 | -1/+1 |
| | |||||
* | Fix __times() handling of EFAULT when buf is NULL | Petr Baudis | 2013-03-14 | 1 | -4/+6 |
| | |||||
* | Add sysdeps/init_array to produce empty crt[in].o and use .preinit_array for ↵ | Roland McGrath | 2013-03-12 | 4 | -0/+104 |
| | | | | gcrt1.o | ||||
* | Remove Prefer_SSE_for_memop on x64 | Ondrej Bilka | 2013-03-11 | 9 | -198/+2 |
| | |||||
* | Remove extra pthread_atfork compat symbols | Andreas Schwab | 2013-03-11 | 1 | -1/+0 |
| | |||||
* | PowerPC: unify math_ldbl.h implementations | Adhemerval Zanella | 2013-03-08 | 4 | -168/+18 |
| | | | | | This patch removes redudant definition from PowerPC specific math_ldbl, using the definitions from ieee754 math_ldbl.h. | ||||
* | Consolidate copies of mp code in powerpc | Siddhesh Poyarekar | 2013-03-08 | 6 | -221/+4 |
| | | | | | Retain a single copy of the mp code in power4 instead of the two identical copies in powerpc32 and powerpc64. | ||||
* | Install <bits/mman-linux.h> | Andreas Jaeger | 2013-03-07 | 1 | -1/+2 |
| | | | | | * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add bits/mman-linux.h. | ||||
* | Merge powerpc slowexp.c into generic code | Siddhesh Poyarekar | 2013-03-07 | 5 | -133/+11 |
| | |||||
* | Merge powerpc slowpow.c into generic code | Siddhesh Poyarekar | 2013-03-07 | 5 | -186/+19 |
| | |||||
* | Use an intermediate variable to sum exponents in powerpc __mul and __sqr | Siddhesh Poyarekar | 2013-03-07 | 2 | -10/+12 |
| | |||||
* | Use generic mpa.c code for everything except __mul and __sqr | Siddhesh Poyarekar | 2013-03-07 | 3 | -1256/+12 |
| | |||||
* | Remove PIPE_BUF Linux-specific code | Siddhesh Poyarekar | 2013-03-07 | 2 | -24/+0 |
| | | | | | | | | Fixes BZ #12723 The variable pipe buffer size does nothing to the value of PIPE_BUF, since the number of bytes that are atomically written is still PIPE_BUF on Linux. | ||||
* | Revert " * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementation" | Ondrej Bilka | 2013-03-06 | 12 | -740/+1306 |
| | | | | This reverts commit b79188d71716b6286866e06add976fe84100595e. | ||||
* | * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementation | Ondrej Bilka | 2013-03-06 | 12 | -1306/+740 |
| | | | | | which is faster on all x86_64 architectures. Tested on AMD, Intel Nehalem, SNB, IVB. | ||||
* | Use <bits/mman-linux.h> for MIPS | Andreas Jaeger | 2013-03-06 | 1 | -1/+5 |
| | | | | | | | | | * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow definition via __MAP_ANONYMOUS. * sysdeps/unix/sysv/linux/mips/bits/mman.h: Remove all defines provided by bits/mman-linux.h and include <bits/mman-linux.h>. (__MAP_ANONYMOUS): Define. | ||||
* | Remove MAP_GROWSUP on s390 | Andreas Jaeger | 2013-03-06 | 1 | -2/+0 |
| | | | | | * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove, it's not part of Linux headers. | ||||
* | Sync with Linux 3.8 | Andreas Jaeger | 2013-03-06 | 13 | -4/+35 |
| | |||||
* | Remove powerpc64 bounded-pointers code. | Joseph Myers | 2013-03-06 | 36 | -497/+116 |
| | |||||
* | Define MCL_CURRENT, MCL_FUTURE in bits/mman-linux.h | Andreas Jaeger | 2013-03-05 | 6 | -29/+23 |
| | | | | | | | | | | | | | | | | | | | | * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include <bits/mman-linux.h>. (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value is fine. * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of <bits/mman-linux.h> to end of file. (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value is fine. * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of <bits/mman-linux.h> to end of file. (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value is fine. * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of <bits/mman-linux.h> to end of file. * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT] (MCL_CURRENT, MCL_FUTURE): Define here. | ||||
* | S/390: Use attribute_hidden in ifunc-resolve.c | Andreas Krebbel | 2013-03-05 | 2 | -6/+6 |
| | |||||
* | S/390: Fix rt_sigprocmask syscall invocation in get/set/swapcontext. | Andreas Krebbel | 2013-03-05 | 7 | -86/+100 |
| | |||||
* | Remove powerpc32 strncmp comments about bounded pointers. | Joseph Myers | 2013-03-04 | 3 | -9/+0 |
| | |||||
* | Create <bits/mman-linux.h> | Andreas Jaeger | 2013-03-04 | 6 | -338/+104 |
| | | | | | | | | | | | | | * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux common definitions. * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines provided by bits/mman-linux.h and include <bits/mman-linux.h>. * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise. * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise. * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise. * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise. | ||||
* | BZ #15055: Use __ieee754_sqrl in acoshl for lbdl-128ibm | Adhemerval Zanella | 2013-03-04 | 1 | -1/+1 |
| | |||||
* | Use same installed powerpc headers for hard and soft float. | Joseph Myers | 2013-03-01 | 3 | -0/+0 |
| | |||||
* | Fix NEED_DL_SYSINFO_DSO conditionals. | Roland McGrath | 2013-03-01 | 2 | -2/+2 |
| | |||||
* | Remove powerpc32 bounded-pointers code. | Joseph Myers | 2013-02-28 | 46 | -450/+124 |
| | |||||
* | Sync up ppc add_magnitudes and sub_magnitudes with default code | Siddhesh Poyarekar | 2013-02-28 | 2 | -104/+120 |
| | |||||
* | Format mpsqrt.c | Siddhesh Poyarekar | 2013-02-27 | 1 | -34/+44 |
| | |||||
* | Format mpatan2.c | Siddhesh Poyarekar | 2013-02-27 | 1 | -23/+22 |
| | |||||
* | Format mpatan.c | Siddhesh Poyarekar | 2013-02-27 | 1 | -46/+61 |
| | |||||
* | Format mptan.c | Siddhesh Poyarekar | 2013-02-27 | 1 | -13/+15 |
| | |||||
* | Format mplog.c | Siddhesh Poyarekar | 2013-02-27 | 1 | -21/+23 |
| | |||||
* | Another tweak to the multiplication algorithm | Siddhesh Poyarekar | 2013-02-26 | 1 | -6/+50 |
| | | | | | Reduce the formula to calculate mantissa so that we reduce the net number of multiplications performed. | ||||
* | Don't duplicate mpone and mptwo | Siddhesh Poyarekar | 2013-02-26 | 1 | -5/+3 |
| | |||||
* | Remove commented declarations | Siddhesh Poyarekar | 2013-02-25 | 1 | -14/+0 |
| | |||||
* | Use long wherever possible in mpa.c | Siddhesh Poyarekar | 2013-02-25 | 1 | -31/+39 |
| | | | | | | Using long throughout like powerpc does is beneficial since it reduces the need to switch to 32-bit instructions. It gives a very minor performance improvement. | ||||
* | Format slowexp.c | Siddhesh Poyarekar | 2013-02-25 | 1 | -22/+26 |
| | |||||
* | Reformat slowpow.c | Siddhesh Poyarekar | 2013-02-25 | 1 | -31/+48 |
| | |||||
* | Remove commented code | Siddhesh Poyarekar | 2013-02-25 | 1 | -6/+0 |
| | |||||
* | Sync up powerpc __mp_dbl with default code | Siddhesh Poyarekar | 2013-02-25 | 2 | -6/+2 |
| | |||||
* | Remove remaining bounded-pointers support from i386 .S files. | Joseph Myers | 2013-02-21 | 63 | -500/+326 |
| |