Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Mark __inv as static in powerpc | Siddhesh Poyarekar | 2013-02-21 | 2 | -2/+2 |
| | |||||
* | Fix whitespace differences between generic and powerpc mpa.c | Siddhesh Poyarekar | 2013-02-21 | 3 | -4/+4 |
| | |||||
* | S/390: Fix _dl_runtime_profile for 32 bit. | Andreas Krebbel | 2013-02-21 | 1 | -5/+11 |
| | |||||
* | Mark ZERO inputs to __mul as unlikely on powerpc | Siddhesh Poyarekar | 2013-02-21 | 2 | -2/+2 |
| | | | | Syncs up with generic code. | ||||
* | Respect the user's namespace in installed header files. | Thomas Schwinge | 2013-02-20 | 1 | -1/+1 |
| | | | | Fixup for commit c7b275d6b3bceb6b400fa3044d13d1001bc605ca. | ||||
* | bits/nan.h: Change __attribute_used__ to __attribute__ ((unused)). | Thomas Schwinge | 2013-02-20 | 1 | -1/+1 |
| | |||||
* | Copy comment about inner loop from powerpc mpa.c to the default one | Siddhesh Poyarekar | 2013-02-20 | 3 | -2/+12 |
| | |||||
* | Remove some bounded-pointers support from i386 .S files. | Joseph Myers | 2013-02-19 | 51 | -477/+27 |
| | |||||
* | unify xmalloc prototypes & friends | Mike Frysinger | 2013-02-18 | 1 | -7/+1 |
| | | | | | | | | These prototypes are duplicated in many places. Add a dedicated header for holding prototypes for program-specific functions to avoid that. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | C++11 thread_local destructors support | Siddhesh Poyarekar | 2013-02-18 | 10 | -0/+30 |
| | | | | | | | | | | | This feature is specifically for the C++ compiler to offload calling thread_local object destructors on thread program exit, to glibc. This is to overcome the possible complication of destructors of thread_local objects getting called after the DSO in which they're defined is unloaded by the dynamic linker. The DSO is marked as 'unloadable' if it has a constructed thread_local object and marked as 'unloadable' again when all the constructed thread_local objects defined in it are destroyed. | ||||
* | New function _dl_find_dso_for_object | Siddhesh Poyarekar | 2013-02-18 | 1 | -0/+4 |
| | | | | Consolidate code to search for an address within a DSO. | ||||
* | FUTEX_*_REQUEUE_PI support for non-x86 code | Siddhesh Poyarekar | 2013-02-18 | 1 | -0/+5 |
| | | | | | Add FUTEX_*_REQUEUE_PI support for the default C code and also add implementations for s-390 and ppc. | ||||
* | S/390: Fix _dl_runtime_profile | Andreas Krebbel | 2013-02-18 | 1 | -32/+38 |
| | |||||
* | Remove bounded-pointers handling from x86_64 assembly sources. | Joseph Myers | 2013-02-17 | 17 | -197/+32 |
| | |||||
* | Don't require LIM to determine loop end in __sqr | Siddhesh Poyarekar | 2013-02-16 | 1 | -10/+4 |
| |