Age | Commit message (Expand) | Author | Files | Lines |
2018-06-22 | m68k: Reorganize log1p and significand implementations | Tulio Magno Quites Machado Filho | 6 | -32/+44 |
2018-06-08 | Mark _init and _fini as hidden [BZ #23145] | H.J. Lu | 1 | -0/+2 |
2018-05-11 | Do not include math-barriers.h in math_private.h. | Joseph Myers | 1 | -0/+1 |
2018-05-09 | Move math_opt_barrier, math_force_eval to separate math-barriers.h. | Joseph Myers | 2 | -20/+37 |
2018-04-20 | Drop fpregset unused symbol exposition | Samuel Thibault | 1 | -1/+1 |
2018-04-04 | elf: Unify symbol address run-time calculation [BZ #19818] | Maciej W. Rozycki | 1 | -1/+1 |
2018-03-16 | Revert m68k __ieee754_sqrt change | Wilco Dijkstra | 1 | -0/+1 |
2018-03-15 | Remove all target specific __ieee754_sqrt(f/l) inlines | Wilco Dijkstra | 1 | -1/+0 |
2018-03-15 | Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l) | Wilco Dijkstra | 1 | -1/+1 |
2018-03-11 | hurd: add gscope support | Samuel Thibault | 1 | -0/+1 |
2018-02-15 | Remove mplog and mpexp | Wilco Dijkstra | 2 | -2/+0 |
2018-02-12 | Remove slow paths from exp | Szabolcs Nagy | 1 | -1/+0 |
2018-02-12 | Remove slow paths from pow | Wilco Dijkstra | 2 | -2/+0 |
2018-02-06 | Unify and simplify bits/byteswap.h, bits/byteswap-16.h headers (bug 14508, bu... | Joseph Myers | 1 | -88/+0 |
2018-02-01 | Move LDBL_CLASSIFY_COMPAT to its own header. | Joseph Myers | 1 | -4/+2 |
2018-02-01 | Remove some math_private.h libc_feholdexcept_setround overrides. | Joseph Myers | 2 | -43/+0 |
2018-02-01 | Remove some math_private.h libc_fe* overrides. | Joseph Myers | 1 | -3/+0 |
2018-02-01 | Move some fenv.h override macros to generic math_private.h. | Joseph Myers | 1 | -7/+1 |
2018-02-01 | Add ColdFire math-tests.h. | Joseph Myers | 1 | -0/+29 |
2018-02-01 | Fix m68k bits/fenv.h for no-FPU ColdFire. | Joseph Myers | 1 | -11/+47 |
2018-01-24 | Add no-FPU ColdFire math_private.h. | Joseph Myers | 1 | -0/+52 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 121 | -121/+121 |
2017-12-19 | Revert exp reimplementation (causes test failures). | Joseph Myers | 1 | -0/+1 |
2017-12-19 | Improve __ieee754_exp() performance by greater than 5x on sparc/x86. | Patrick McGehearty | 1 | -1/+0 |
2017-12-19 | Fix m68k bits/mathinline.h attributes (bug 22631). | Joseph Myers | 2 | -68/+73 |
2017-12-12 | Add sysdeps/ieee754/soft-fp. | Joseph Myers | 3 | -2/+1 |
2017-12-12 | Remove --with-fp / --without-fp. | Joseph Myers | 1 | -1/+5 |
2017-11-30 | Use libm_alias_float for coldfire. | Joseph Myers | 3 | -3/+9 |
2017-11-30 | Use libm_alias_double for coldfire. | Joseph Myers | 3 | -15/+9 |
2017-11-30 | Rework m68k libm functions to use declare_mgen_alias. | Joseph Myers | 73 | -434/+654 |
2017-11-30 | Use libm_alias macros in m68k llrint functions. | Joseph Myers | 3 | -3/+6 |
2017-11-30 | Use declare_mgen_alias in m68k templates. | Joseph Myers | 4 | -4/+4 |
2017-11-07 | nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION} | Adhemerval Zanella | 1 | -0/+2 |
2017-11-07 | nptl: Add tests for internal pthread_mutex_t offsets | Adhemerval Zanella | 1 | -0/+5 |
2017-10-20 | m68k: Update elf_machine_load_address for static PIE | H.J. Lu | 1 | -0/+6 |
2017-10-20 | m68k: Check PIC instead of SHARED in start.S | H.J. Lu | 1 | -1/+1 |
2017-10-02 | Do not wrap logf, log2f and powf | Szabolcs Nagy | 3 | -0/+3 |
2017-10-02 | Do not wrap expf and exp2f | Szabolcs Nagy | 2 | -0/+2 |
2017-09-29 | New generic powf | Szabolcs Nagy | 1 | -0/+1 |
2017-09-29 | New generic log2f | Szabolcs Nagy | 1 | -0/+1 |
2017-09-29 | New generic logf | Szabolcs Nagy | 1 | -0/+1 |
2017-09-28 | Remove ancient __signbit inlines | Wilco Dijkstra | 2 | -68/+0 |
2017-09-28 | Simplify C99 isgreater macros | Wilco Dijkstra | 1 | -54/+0 |
2017-09-25 | Optimized generic expf and exp2f with wrappers | Szabolcs Nagy | 2 | -0/+2 |
2017-09-19 | Enable unwind info in libc-start.c and backtrace.c | Wilco Dijkstra | 1 | -4/+0 |
2017-08-31 | Simplify HUGE_VAL definitions. | Joseph Myers | 1 | -41/+0 |
2017-08-30 | Fix mcontext_t sigcontext namespace (bug 21457). | Joseph Myers | 1 | -1/+0 |
2017-08-29 | Fix m68k bits/math-inline.h macro namespace (bug 22035). | Joseph Myers | 1 | -33/+40 |
2017-08-09 | Fix uc_* namespace (bug 21457). | Joseph Myers | 1 | -4/+4 |
2017-08-03 | Consistently use uintN_t not u_intN_t in libm. | Joseph Myers | 6 | -6/+6 |