Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PowerPC: multiarch stpcpy for PowerPC64 | Adhemerval Zanella | 2013-12-13 | 6 | -1/+141 |
| | |||||
* | PowerPC: multiarch strcpy for PowerPC64 | Adhemerval Zanella | 2013-12-13 | 6 | -1/+134 |
| | |||||
* | PowerPC: multiarch wordcopy for PowerPC64 | Adhemerval Zanella | 2013-12-13 | 7 | -17/+183 |
| | |||||
* | PowerPC: multiarch wcscpy for PowerPC64. | Adhemerval Zanella | 2013-12-13 | 7 | -1/+118 |
| | |||||
* | PowerPC: multiarch wcsrchr for PowerPC64 | Adhemerval Zanella | 2013-12-13 | 7 | -1/+119 |
| | |||||
* | PowerPC: multiarch wcschr for PowerPC64 | Adhemerval Zanella | 2013-12-13 | 7 | -1/+121 |
| | |||||
* | PowerPC: multiarch strchrnul for PowerPC64 | Adhemerval Zanella | 2013-12-13 | 6 | -1/+116 |
| | |||||
* | PowerPC: multiarch strchr for PowerPC64 | Adhemerval Zanella | 2013-12-13 | 7 | -1/+155 |
| | |||||
* | PowerPC: multiarch strncmp for PowerPC64 | Adhemerval Zanella | 2013-12-13 | 7 | -1/+181 |
| | |||||
* | PowerPC: multiarch strncasecmp for PowerPC64 | Adhemerval Zanella | 2013-12-13 | 7 | -1/+165 |
| | |||||
* | PowerPC: multiarch strcasecmp for PowerPC64 | Adhemerval Zanella | 2013-12-13 | 7 | -1/+196 |
| | |||||
* | PowerPC: multiarch strnlen for PowerPC64 | Adhemerval Zanella | 2013-12-13 | 6 | -1/+115 |
| | |||||
* | PowerPC: multiarch strlen for PowerPC64 | Adhemerval Zanella | 2013-12-13 | 6 | -1/+131 |
| | |||||
* | PowerPC: multiarch rawmemchr for PowerPC64 | Adhemerval Zanella | 2013-12-13 | 6 | -1/+113 |
| | |||||
* | PowerPC: multiarch memrchr for PowerPC64 | Adhemerval Zanella | 2013-12-13 | 6 | -1/+118 |
| | |||||
* | PowerPC: multiarch memchr for PowerPC64 | Adhemerval Zanella | 2013-12-13 | 6 | -1/+118 |
| | |||||
* | PowerPC: multiarch mempcpy for PowerPC64 | Adhemerval Zanella | 2013-12-13 | 6 | -1/+120 |
| | |||||
* | PowerPC: multiarch memset/bzero for PowerPC64 | Adhemerval Zanella | 2013-12-13 | 17 | -1/+412 |
| | |||||
* | PowerPC: multirach memcmp for PowerPC64 | Adhemerval Zanella | 2013-12-13 | 8 | -2/+184 |
| | |||||
* | PowerPC: multiarch memcpy for PowerPC64 | Adhemerval Zanella | 2013-12-13 | 11 | -0/+394 |
| | |||||
* | PowerPC: Adjust multiarch Implies for PowerPC64 | Adhemerval Zanella | 2013-12-13 | 22 | -15/+38 |
| | | | | | | This patch adds Implies files on multiarch folder for POWER chips so multirach is enabled when building with --with-cpu and powerN option. | ||||
* | Use $$ver instead of $ver. | Kaz Kojima | 2013-12-13 | 2 | -2/+6 |
| | |||||
* | Update NEWS | Toke Høiland-Jørgensen | 2013-12-12 | 1 | -9/+9 |
| | |||||
* | Add entries for U00D8 and U00F8. | Toke Høiland-Jørgensen | 2013-12-12 | 2 | -0/+8 |
| | |||||
* | PowerPC: Add DSO and TAR fields to TLS | Adhemerval Zanella | 2013-12-12 | 3 | -0/+13 |
| | |||||
* | Add test case for pthread_[sg]etname_np. | Carlos O'Donell | 2013-12-12 | 3 | -0/+307 |
| | | | | | | | | | This commit adds a testcase for pthread_setname_np and pthread_getname_np. The testcase itself has four tests to validate that these functions work as expected. The test is only enabled for Linux since it requires access to an alternate method for validating the functions work. | ||||
* | benchmark inputs for exp2, log2, log and tan | Siddhesh Poyarekar | 2013-12-12 | 6 | -4/+4063 |
| | |||||
* | Fix Charset comment in fi_FI, fi_FI@euro | Marko Myllynen | 2013-12-12 | 3 | -2/+7 |
| | |||||
* | ChangeLog whitespace fix. | Roland McGrath | 2013-12-11 | 1 | -0/+1 |
| | |||||
* | [AArch64] Regenerate libm-test-ulps. | Marcus Shawcroft | 2013-12-11 | 2 | -13/+4296 |
| | |||||
* | Consolidate definition of constant t22 | Siddhesh Poyarekar | 2013-12-11 | 2 | -9/+8 |
| | |||||
* | Use double constants instead of the struct number | Siddhesh Poyarekar | 2013-12-11 | 3 | -136/+127 |
| | |||||
* | Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset. | Ondřej Bílka | 2013-12-10 | 3 | -19/+14 |
| | |||||
* | Drop PER_THREAD conditionals from malloc. | Ondřej Bílka | 2013-12-10 | 5 | -96/+17 |
| | |||||
* | Add GLIBC_2.3 and GLIBC_2.19 in Versions.def | Adhemerval Zanella | 2013-12-09 | 2 | -0/+6 |
| | | | | | | | This patch adds GLIBC_2.3 and GLIBC_2.19 mark on Version.def so they are always define in abi-versions.h. This fixes a build issue with fe_nomask.c in PPC64 LE where neither GLIBC_2_3 or GLIBC_2_19 are defined for SHLIB_COMPAT, resulting in a wrong evaluation in the macro. | ||||
* | m68k: use math_force_eval in nextafterl | Andreas Schwab | 2013-12-10 | 2 | -5/+6 |
| | |||||
* | m68k: add support for PI futexes | Andreas Schwab | 2013-12-10 | 2 | -0/+34 |
| | |||||
* | m68k: don't assume PI futexes before 3.10 | Andreas Schwab | 2013-12-10 | 2 | -0/+12 |
| | |||||
* | ChangeLog fix | Andreas Schwab | 2013-12-10 | 1 | -1/+3 |
| | |||||
* | Simplify perturb_byte logic. | Ondřej Bílka | 2013-12-09 | 2 | -21/+30 |
| | |||||
* | Replace malloc force_reg by atomic_forced_read. | Ondřej Bílka | 2013-12-09 | 4 | -17/+19 |
| | |||||
* | Fix CFI annotations in pthread_cond_timedwait for i486+ | Andreas Schwab | 2013-12-09 | 3 | -9/+15 |
| | |||||
* | Update powerpc-fpu ULPs. | Adhemerval Zanella | 2013-12-09 | 2 | -0/+50 |
| | |||||
* | Update x86_64 ULps for AMD K10 | Markus Trippelsdorf | 2013-12-09 | 2 | -2/+12 |
| | |||||
* | Move tests of lgamma from libm-test.inc to auto-libm-test-in. | Joseph Myers | 2013-12-08 | 7 | -71/+2465 |
| | |||||
* | alpha: Convert <bits/mman.h> to <bits/mman-linux.h> | Richard Henderson | 2013-12-07 | 2 | -83/+24 |
| | |||||
* | PowerPC: Optimized mpn functions for PowerPC64/POWER7 | Adhemerval Zanella | 2013-12-06 | 3 | -0/+128 |
| | | | | | This patch add optimized __mpn_add_n/__mpn_sub_n for PowerPC64/POWER7. They are originally from GMP with adjustments for GLIBC. | ||||
* | PowerPC: Optimized mpn functions for PowerPC64 | Adhemerval Zanella | 2013-12-06 | 5 | -0/+552 |
| | | | | | | This patch add optimized __mpn_addmul, __mpn_addsub, __mpn_lshift, and __mpn_mul_1 implementations for PowerPC64. They are originally from GMP with adjustments for GLIBC. | ||||
* | Fix BZ #15089: malloc_trim always trim for large padding. | Fernando J. V. da Silva | 2013-12-06 | 3 | -43/+50 |
| | |||||
* | PowerPC: Update NEWS with ppc32/power4+ STT_GNU_IFUNC support | Adhemerval Zanella | 2013-12-06 | 2 | -0/+6 |
| |