| Commit message (Expand) | Author | Age | Files | Lines |
* | Add _Float64, _Float32x function aliases. | Joseph Myers | 2017-12-06 | 1 | -0/+81 |
* | Use long double not double for _Float64 with old GCC if values the same. | Joseph Myers | 2017-12-05 | 1 | -0/+18 |
* | Add elision tunables | Rogerio Alves | 2017-12-05 | 1 | -0/+39 |
* | Support defining strtof64, strtof32x, wcstof64, wcstof32x aliases. | Joseph Myers | 2017-12-05 | 1 | -0/+31 |
* | math: Use sign as double for reduced case in sinf | Adhemerval Zanella | 2017-12-05 | 1 | -0/+5 |
* | [PATCH] fix sinf(NAN) | Szabolcs Nagy | 2017-12-05 | 1 | -0/+4 |
* | Support defining strfromf64, strfromf32x aliases. | Joseph Myers | 2017-12-05 | 1 | -0/+6 |
* | Add headers for _Float64, _Float32x testing. | Joseph Myers | 2017-12-05 | 1 | -0/+3 |
* | Support _Float64, _Float32x in libm_alias_double. | Joseph Myers | 2017-12-05 | 1 | -0/+16 |
* | s_sinf.c: Replace floor with simple casts | H.J. Lu | 2017-12-05 | 1 | -0/+6 |
* | et_EE locale: Base collation on iso14651_t1 [BZ #22517] | Mike FABIAN | 2017-12-05 | 1 | -0/+9 |
* | tilegx: work around vector insn bug in gcc | Chris Metcalf | 2017-12-05 | 1 | -0/+14 |
* | Linux: Implement interfaces for memory protection keys | Florian Weimer | 2017-12-05 | 1 | -0/+34 |
* | support/tst-test_compare: Fix 32-bit/64-bit expected output mismatch | Florian Weimer | 2017-12-05 | 1 | -0/+7 |
* | Use libm_alias_float for powerpc. | Joseph Myers | 2017-12-05 | 1 | -0/+220 |
* | support: Add TEST_COMPARE macro | Florian Weimer | 2017-12-04 | 1 | -0/+10 |
* | tr_TR locale: Base collation on iso14651_t1 [BZ #22527] | Mike FABIAN | 2017-12-04 | 1 | -0/+8 |
* | hr_HR locale: Don’t use single code points for the digraphs in LC_TIME | Mike FABIAN | 2017-12-04 | 1 | -0/+12 |
* | tile: update ca{cos,sin,tan}{,h} double ULPs | Chris Metcalf | 2017-12-04 | 1 | -0/+4 |
* | Use __floor not floor in sinf. | Joseph Myers | 2017-12-04 | 1 | -0/+5 |
* | aarch64: Avoid hidden symbols for memcpy/memmove into static binaries | Siddhesh Poyarekar | 2017-12-04 | 1 | -0/+5 |
* | S390: Fix backtrace in vdso functions. | Stefan Liebler | 2017-12-04 | 1 | -0/+8 |
* | New generic sinf | Rajalakshmi Srinivasaraghavan | 2017-12-04 | 1 | -0/+5 |
* | Handle __gmon_start__ as undefined weak on hppa. | John David Anglin | 2017-12-02 | 1 | -0/+10 |
* | Improve PIC pc-relative instruction sequences on hppa. | John David Anglin | 2017-12-02 | 1 | -0/+9 |
* | Use libm_alias_double for remaining powerpc functions. | Joseph Myers | 2017-12-02 | 1 | -0/+114 |
* | Define powerpc64 lroundl compat symbol only once. | Joseph Myers | 2017-12-01 | 1 | -0/+4 |
* | Base powerpc logbl compat symbols on __logb not logb. | Joseph Myers | 2017-12-01 | 1 | -0/+8 |
* | Ues libm_alias_double for various powerpc functions. | Joseph Myers | 2017-12-01 | 1 | -0/+96 |
* | Use libm_alias_double for powerpc fabs, fma. | Joseph Myers | 2017-12-01 | 1 | -0/+11 |
* | x32: Remove unused getcpu implementation | Adhemerval Zanella | 2017-12-01 | 1 | -0/+2 |
* | sparc: Remove ununsed ifunc assembly macros | Adhemerval Zanella | 2017-12-01 | 1 | -0/+4 |
* | sparc: Fix sparv9 multiarch build | Adhemerval Zanella | 2017-12-01 | 1 | -0/+5 |
* | intl: create target directory for bison | Andreas Schwab | 2017-12-01 | 1 | -0/+4 |
* | sparc: refactor cpu_relax to C | Adhemerval Zanella | 2017-12-01 | 1 | -0/+5 |
* | sparc: refactor sparc32 nearbyint{f} selector to C | Adhemerval Zanella | 2017-12-01 | 1 | -0/+15 |
* | sparc: refactor sparc32 rint{f} selector to C | Adhemerval Zanella | 2017-12-01 | 1 | -0/+11 |
* | sparc: refactor sparc32 llrint{f} selector to C | Adhemerval Zanella | 2017-12-01 | 1 | -0/+11 |
* | sparc: refactor sparc32 fabs{f} selector to C | Adhemerval Zanella | 2017-12-01 | 1 | -0/+11 |
* | sparc: refactor sparc32 copysign selector to C | Adhemerval Zanella | 2017-12-01 | 1 | -0/+16 |
* | is_IS locale: Base collation on iso14651_t1 [BZ #22519] | Mike FABIAN | 2017-12-01 | 1 | -0/+9 |
* | Use libm_alias_float for e500. | Joseph Myers | 2017-12-01 | 1 | -0/+6 |
* | mips: Don't use MIN in dl-machine.h | H.J. Lu | 2017-11-30 | 1 | -0/+4 |
* | Use libm_alias_float for coldfire. | Joseph Myers | 2017-11-30 | 1 | -0/+10 |
* | Use libm_alias_double for coldfire. | Joseph Myers | 2017-11-30 | 1 | -0/+10 |
* | Rework m68k libm functions to use declare_mgen_alias. | Joseph Myers | 2017-11-30 | 1 | -0/+97 |
* | Remove scripts/update-copyrights handling of intl/plural.c. | Joseph Myers | 2017-11-30 | 1 | -0/+5 |
* | plural.c: improve reproducibility | Juro Bystricky | 2017-11-30 | 1 | -0/+14 |
* | Use libm_alias macros in m68k llrint functions. | Joseph Myers | 2017-11-30 | 1 | -0/+10 |
* | Use declare_mgen_alias in m68k templates. | Joseph Myers | 2017-11-30 | 1 | -0/+8 |