Age | Commit message (Expand) | Author | Files | Lines |
2016-12-01 | Add missing hidden_def (__sigsetjmp). | Joseph Myers | 1 | -0/+1 |
2016-11-29 | Refactor FP_FAST_* into bits/fp-fast.h. | Joseph Myers | 1 | -50/+0 |
2016-11-24 | Remove cached PID/TID in clone | Adhemerval Zanella | 1 | -1/+0 |
2016-11-24 | Refactor float_t, double_t information into bits/flt-eval-method.h. | Joseph Myers | 1 | -4/+0 |
2016-11-18 | tile: create new math-tests.h header | Chris Metcalf | 1 | -0/+30 |
2016-11-10 | Make sure tilepro uses kernel atomics fo atomic_store | Chris Metcalf | 1 | -0/+10 |
2016-11-10 | Add definitions to sysdeps/tile/tilepro/bits/wordsize.h. | Steve Ellcey | 1 | -0/+2 |
2016-11-07 | nptl: Document the reason why __kind in pthread_mutex_t is part of the ABI | Florian Weimer | 1 | -1/+1 |
2016-11-04 | Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139). | Joseph Myers | 1 | -0/+1 |
2016-11-04 | Define wordsize.h macros everywhere | Steve Ellcey | 2 | -1/+5 |
2016-11-04 | Handle tilegx* machine names. | Joseph Myers | 1 | -1/+1 |
2016-09-07 | Add femode_t functions. | Joseph Myers | 1 | -0/+8 |
2016-06-24 | Remove atomic_compare_and_exchange_bool_rel. | Torvald Riegel | 1 | -5/+0 |
2016-06-20 | elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h> | Florian Weimer | 2 | -14/+1 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 70 | -70/+70 |
2015-11-24 | tile: define __NO_LONG_DOUBLE_MATH | Chris Metcalf | 1 | -0/+6 |
2015-11-20 | Fix math_private.h multiple include guards. | Joseph Myers | 1 | -1/+2 |
2015-10-22 | tile: regenerate libm-test-ulps | Chris Metcalf | 1 | -20/+24 |
2015-10-19 | Convert 231 sysdeps function definitions to prototype style. | Joseph Myers | 2 | -28/+7 |
2015-10-07 | Don't use dbl-64/wordsize-64 lround based on llround for ILP32 (bug 19079). | Joseph Myers | 1 | -4/+0 |
2015-09-11 | Move bits/atomic.h to atomic-machine.h (bug 14912). | Joseph Myers | 3 | -8/+8 |
2015-08-04 | tilepro: fix warnings in sysdeps/tile/tilepro/bits/atomic.h | Chris Metcalf | 1 | -8/+12 |
2015-07-10 | tile: Regenerate ULPs. | Chris Metcalf | 1 | -89/+94 |
2015-06-02 | Use libc_hidden_proto / libc_hidden_def with __strnlen. | Joseph Myers | 1 | -0/+1 |
2015-04-16 | tile: Enable PI_STATIC_AND_HIDDEN | Chris Metcalf | 2 | -0/+13 |
2015-03-05 | Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY | H.J. Lu | 1 | -1/+1 |
2015-01-28 | tilegx32: set __HAVE_64B_ATOMICS to 0 | Chris Metcalf | 1 | -1/+9 |
2015-01-07 | Fix libm feupdateenv namespace (bug 17748). | Joseph Myers | 1 | -0/+1 |
2015-01-07 | Fix libm fesetround namespace (bug 17748). | Joseph Myers | 1 | -0/+1 |
2015-01-06 | Fix libm fesetenv namespace (bug 17748). | Joseph Myers | 1 | -0/+1 |
2015-01-05 | lround: provide cast for wordsize-64 version if needed | Chris Metcalf | 1 | -0/+4 |
2015-01-02 | Fix libm fegetround namespace (bug 17748). | Joseph Myers | 1 | -0/+1 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 70 | -70/+70 |
2014-12-31 | Fix libm fegetenv namespace (bug 17748). | Joseph Myers | 1 | -0/+1 |
2014-12-30 | Fix libm feraiseexcept namespace (bug 17723). | Joseph Myers | 1 | -0/+1 |
2014-12-29 | tile: prefer inlines to macros in math_private.h. | Chris Metcalf | 1 | -4/+6 |
2014-12-26 | tile: add no-op fe*() routines for libc internal use | Chris Metcalf | 1 | -0/+4 |
2014-12-26 | tilegx32: avoid a a -Werror warning from unwinding | Chris Metcalf | 1 | -1/+1 |
2014-12-23 | tilegx: enable wordsize-64 support for ieee745 dbl-64. | Chris Metcalf | 1 | -0/+1 |
2014-12-22 | tilegx: remove implicit boolean conversion in strstr. | Chris Metcalf | 1 | -1/+1 |
2014-12-21 | tile: separate ffsll from ffs | Chris Metcalf | 2 | -11/+33 |
2014-12-19 | tilegx: fix strstr to build and link better | Chris Metcalf | 1 | -1/+2 |
2014-12-11 | tile: add inhibit_loop_to_libcall to string functions | Chris Metcalf | 3 | -3/+3 |
2014-11-20 | Add arch-specific configuration for C11 atomics support. | Torvald Riegel | 2 | -0/+6 |
2014-11-04 | Don't use INTDEF/INTUSE with _dl_init (bug 14132). | Joseph Myers | 1 | -1/+1 |
2014-10-06 | tile: fix copyright header blocks in just-committed files | Chris Metcalf | 4 | -13/+6 |
2014-10-06 | tile: optimize memcmp | Chris Metcalf | 1 | -0/+367 |
2014-10-06 | tilegx: provide optimized strnlen, strstr, and strcasestr | Chris Metcalf | 4 | -5/+401 |
2014-10-06 | tilegx: optimize string copy_byte() internal function | Chris Metcalf | 1 | -6/+5 |
2014-09-06 | [BZ #17354] tile: Fix up corner cases with signed relocations | Chris Metcalf | 1 | -18/+23 |