about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Merge powerpc slowexp.c into generic codeSiddhesh Poyarekar2013-03-075-133/+11
* Merge powerpc slowpow.c into generic codeSiddhesh Poyarekar2013-03-075-186/+19
* Use an intermediate variable to sum exponents in powerpc __mul and __sqrSiddhesh Poyarekar2013-03-072-10/+12
* Use generic mpa.c code for everything except __mul and __sqrSiddhesh Poyarekar2013-03-073-1256/+12
* Remove PIPE_BUF Linux-specific codeSiddhesh Poyarekar2013-03-072-24/+0
* Revert " * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementation"Ondrej Bilka2013-03-0612-740/+1306
* * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementationOndrej Bilka2013-03-0612-1306/+740
* Use <bits/mman-linux.h> for MIPSAndreas Jaeger2013-03-061-1/+5
* Remove MAP_GROWSUP on s390Andreas Jaeger2013-03-061-2/+0
* Sync with Linux 3.8Andreas Jaeger2013-03-0613-4/+35
* Remove powerpc64 bounded-pointers code.Joseph Myers2013-03-0636-497/+116
* Define MCL_CURRENT, MCL_FUTURE in bits/mman-linux.hAndreas Jaeger2013-03-056-29/+23
* S/390: Use attribute_hidden in ifunc-resolve.cAndreas Krebbel2013-03-052-6/+6
* S/390: Fix rt_sigprocmask syscall invocation in get/set/swapcontext.Andreas Krebbel2013-03-057-86/+100
* Remove powerpc32 strncmp comments about bounded pointers.Joseph Myers2013-03-043-9/+0
* Create <bits/mman-linux.h>Andreas Jaeger2013-03-046-338/+104
* BZ #15055: Use __ieee754_sqrl in acoshl for lbdl-128ibmAdhemerval Zanella2013-03-041-1/+1
* Use same installed powerpc headers for hard and soft float.Joseph Myers2013-03-013-0/+0
* Fix NEED_DL_SYSINFO_DSO conditionals.Roland McGrath2013-03-012-2/+2
* Remove powerpc32 bounded-pointers code.Joseph Myers2013-02-2846-450/+124
* Sync up ppc add_magnitudes and sub_magnitudes with default codeSiddhesh Poyarekar2013-02-282-104/+120
* Format mpsqrt.cSiddhesh Poyarekar2013-02-271-34/+44
* Format mpatan2.cSiddhesh Poyarekar2013-02-271-23/+22
* Format mpatan.cSiddhesh Poyarekar2013-02-271-46/+61
* Format mptan.cSiddhesh Poyarekar2013-02-271-13/+15
* Format mplog.cSiddhesh Poyarekar2013-02-271-21/+23
* Another tweak to the multiplication algorithmSiddhesh Poyarekar2013-02-261-6/+50
* Don't duplicate mpone and mptwoSiddhesh Poyarekar2013-02-261-5/+3
* Remove commented declarationsSiddhesh Poyarekar2013-02-251-14/+0
* Use long wherever possible in mpa.cSiddhesh Poyarekar2013-02-251-31/+39
* Format slowexp.cSiddhesh Poyarekar2013-02-251-22/+26
* Reformat slowpow.cSiddhesh Poyarekar2013-02-251-31/+48
* Remove commented codeSiddhesh Poyarekar2013-02-251-6/+0
* Sync up powerpc __mp_dbl with default codeSiddhesh Poyarekar2013-02-252-6/+2
* Remove remaining bounded-pointers support from i386 .S files.Joseph Myers2013-02-2163-500/+326
* Mark __inv as static in powerpcSiddhesh Poyarekar2013-02-212-2/+2
* Fix whitespace differences between generic and powerpc mpa.cSiddhesh Poyarekar2013-02-213-4/+4
* S/390: Fix _dl_runtime_profile for 32 bit.Andreas Krebbel2013-02-211-5/+11
* Mark ZERO inputs to __mul as unlikely on powerpcSiddhesh Poyarekar2013-02-212-2/+2
* Respect the user's namespace in installed header files.Thomas Schwinge2013-02-201-1/+1
* bits/nan.h: Change __attribute_used__ to __attribute__ ((unused)).Thomas Schwinge2013-02-201-1/+1
* Copy comment about inner loop from powerpc mpa.c to the default oneSiddhesh Poyarekar2013-02-203-2/+12
* Remove some bounded-pointers support from i386 .S files.Joseph Myers2013-02-1951-477/+27
* unify xmalloc prototypes & friendsMike Frysinger2013-02-181-7/+1
* C++11 thread_local destructors supportSiddhesh Poyarekar2013-02-1810-0/+30
* New function _dl_find_dso_for_objectSiddhesh Poyarekar2013-02-181-0/+4
* FUTEX_*_REQUEUE_PI support for non-x86 codeSiddhesh Poyarekar2013-02-181-0/+5
* S/390: Fix _dl_runtime_profileAndreas Krebbel2013-02-181-32/+38
* Remove bounded-pointers handling from x86_64 assembly sources.Joseph Myers2013-02-1717-197/+32
* Don't require LIM to determine loop end in __sqrSiddhesh Poyarekar2013-02-161-10/+4