Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-06-26 | Rename struct ucontext tag (bug 21457). | Joseph Myers | 1 | -2/+2 |
2017-06-20 | Remove bits/string.h. | Zack Weinberg | 1 | -24/+0 |
2017-06-14 | PowerPC64 ELFv2 PPC64_OPT_LOCALENTRY | Alan Modra | 1 | -0/+1 |
2017-06-06 | Optimize generic spinlock code and use C11 like atomic macros. | Stefan Liebler | 3 | -24/+6 |
2017-06-01 | Fix more namespace issues in sys/ucontext.h (bug 21457). | Joseph Myers | 1 | -4/+15 |
2017-05-29 | m68k: handle default PIE | Andreas Schwab | 1 | -0/+4 |
2017-05-23 | Fix sys/ucontext.h namespace from signal.h etc. inclusion (bug 21457). | Joseph Myers | 1 | -8/+2 |
2017-05-20 | Remove __need macros from signal.h. | Zack Weinberg | 1 | -0/+1 |
2017-05-19 | Split up bits/sigstack.h. | Joseph Myers | 1 | -0/+3 |
2017-05-11 | Suppress internal declarations for most of the testsuite. | Zack Weinberg | 1 | -7/+8 |
2017-05-11 | Condition some sys/ucontext.h contents on __USE_MISC (bug 21457). | Joseph Myers | 1 | -20/+24 |
2017-05-09 | Move shared pthread definitions to common headers | Adhemerval Zanella | 2 | -194/+61 |
2017-04-06 | Build divdi3 only for architecture that required it | Adhemerval Zanella | 1 | -0/+21 |
2017-02-01 | m68k: fix 64bit atomic ops | Andreas Schwab | 1 | -6/+8 |
2017-01-20 | Remove very old libm-test-ulps entries. | Joseph Myers | 1 | -8/+0 |
2017-01-10 | New pthread rwlock that is more scalable. | Torvald Riegel | 1 | -7/+7 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 113 | -113/+113 |
2016-12-31 | New condvar implementation that provides stronger ordering guarantees. | Torvald Riegel | 1 | -9/+23 |
2016-12-14 | Refactor long double information into bits/long-double.h. | Joseph Myers | 1 | -20/+0 |
2016-12-01 | Refactor FP_ILOGB* out of bits/mathdef.h. | Joseph Myers | 2 | -9/+24 |
2016-11-24 | Remove cached PID/TID in clone | Adhemerval Zanella | 1 | -1/+0 |