Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-11 | ChangeLog whitespace fix. | Roland McGrath | |
2013-12-11 | [AArch64] Regenerate libm-test-ulps. | Marcus Shawcroft | |
2013-12-11 | Consolidate definition of constant t22 | Siddhesh Poyarekar | |
2013-12-11 | Use double constants instead of the struct number | Siddhesh Poyarekar | |
2013-12-10 | Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset. | Ondřej Bílka | |
2013-12-10 | Drop PER_THREAD conditionals from malloc. | Ondřej Bílka | |
2013-12-09 | Add GLIBC_2.3 and GLIBC_2.19 in Versions.def | Adhemerval Zanella | |
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. | |||
2013-12-10 | m68k: use math_force_eval in nextafterl | Andreas Schwab | |
2013-12-10 | m68k: add support for PI futexes | Andreas Schwab | |
2013-12-10 | m68k: don't assume PI futexes before 3.10 | Andreas Schwab | |
2013-12-10 | ChangeLog fix | Andreas Schwab | |
2013-12-09 | Simplify perturb_byte logic. | Ondřej Bílka | |
2013-12-09 | Replace malloc force_reg by atomic_forced_read. | Ondřej Bílka | |
2013-12-09 | Fix CFI annotations in pthread_cond_timedwait for i486+ | Andreas Schwab | |
2013-12-09 | Update powerpc-fpu ULPs. | Adhemerval Zanella | |
2013-12-09 | Update x86_64 ULps for AMD K10 | Markus Trippelsdorf | |
2013-12-08 | Move tests of lgamma from libm-test.inc to auto-libm-test-in. | Joseph Myers | |
2013-12-07 | alpha: Convert <bits/mman.h> to <bits/mman-linux.h> | Richard Henderson | |
2013-12-06 | PowerPC: Optimized mpn functions for PowerPC64/POWER7 | Adhemerval Zanella | |
This patch add optimized __mpn_add_n/__mpn_sub_n for PowerPC64/POWER7. They are originally from GMP with adjustments for GLIBC. | |||
2013-12-06 | PowerPC: Optimized mpn functions for PowerPC64 | Adhemerval Zanella | |
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. | |||
2013-12-06 | Fix BZ #15089: malloc_trim always trim for large padding. | Fernando J. V. da Silva | |
2013-12-06 | PowerPC: Update NEWS with ppc32/power4+ STT_GNU_IFUNC support | Adhemerval Zanella | |
2013-12-06 | PowerPC: Adjust multiarch Implies for PowerPC32 | Adhemerval Zanella | |
This patch adds Implies files on multiarch folder for POWER chips so multirach is enabled when building with --with-cpu and powerN option. | |||
2013-12-06 | PowerPC: multiarch __ieee754_hypot[f] for PowerPC32 | Adhemerval Zanella | |
2013-12-06 | PowerPC: multiarch logb/logbf/logbl for PowerPC32 | Adhemerval Zanella | |
2013-12-06 | PowerPC: multiarch modf/modff for PowerPC32 | Adhemerval Zanella | |
2013-12-06 | PowerPC: multiarch lrint/lrintf for PowerPC32 | Adhemerval Zanella | |
2013-12-06 | PowerPC: multiarch lround/lrounf for PowerPC32 | Adhemerval Zanella | |
2013-12-06 | PowerPC: multiarch copysign/copysignf for PowerPC32 | Adhemerval Zanella | |
2013-12-06 | PowerPC: multiarch trunc/truncf for PowerPC32 | Adhemerval Zanella | |
2013-12-06 | PowerPC: multiarch round/roundf for PowerPC32 | Adhemerval Zanella | |
2013-12-06 | PowerPC: multiarch floor/floorf for PowerPC32 | Adhemerval Zanella | |
2013-12-06 | PowerPC: multiarch ceil/ceilf for PowerPC32 | Adhemerval Zanella | |
2013-12-06 | PowerPC: multiarch finite/finitef for PowerPC32 | Adhemerval Zanella | |
2013-12-06 | PowerPC: multiarch isinf/isinff for PowerPC32 | Adhemerval Zanella | |
2013-12-06 | PowerPC: multiarch isnan/isnanf for PowerPC32 | Adhemerval Zanella | |
2013-12-06 | PowerPC: multiarch sqrt/sqrtf for PowerPC32 | Adhemerval Zanella | |
2013-12-06 | PowerPC: multiarch llround/llroundf for PowerPC32 | Adhemerval Zanella | |
2013-12-06 | PowerPC: multiarch llrint/llrintf for PowerPC32 | Adhemerval Zanella | |
2013-12-06 | PowerPC: change sysdeps fpu folder | Adhemerval Zanella | |
This patch makes the fpu/multiarch folder appears in front of the powerpc/fpu folder. | |||
2013-12-06 | PowerPC: multiarch wordcopy routines for PowerPC32 | Adhemerval Zanella | |
2013-12-06 | PowerPC: multiarch wcscpy for PowerPC32 | Adhemerval Zanella | |
2013-12-06 | PowerPC: multiarch wcsrchr for PowerPC32 | Adhemerval Zanella | |
2013-12-06 | PowerPC: multiarch wcschr for PowerPC32 | Adhemerval Zanella | |
2013-12-06 | PowerPC: multiarch strchr for PowerPC32 | Adhemerval Zanella | |
2013-12-06 | PowerPC: multiarch strchrnul for PowerPC32 | Adhemerval Zanella | |
2013-12-06 | PowerPC: multiarch strncasecmp for PowerPC32 | Adhemerval Zanella | |
2013-12-06 | PowerPC: multiarch strcasecmp for PowerPC32 | Adhemerval Zanella | |
2013-12-06 | PowerPC: multiarch strncmp for PowerPC32 | Adhemerval Zanella | |
2013-12-06 | PowerPC: multiarch strnlen for PowerPC32 | Adhemerval Zanella | |