posix: Fix large mmap64 offset for mips64n32 (BZ#24699)
[external/glibc.git] / soft-fp /
2019-01-07 H.J. Lusoft-fp: Properly check _FP_W_TYPE_SIZE [BZ #24066]
2019-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-11-01 Zong Lisoft-fp: Add implementation for 128 bit self-contained
2018-11-01 Zong Lisoft-fp: Use temporary variable in FP_FRAC_SUB_3/FP_FRA...
2018-06-01 Joseph MyersMake powerpc-nofpu __sqrtsf2, __sqrtdf2 compat symbols...
2018-05-16 Joseph MyersAdd narrowing multiply functions.
2018-02-01 Joseph MyersDo not use packed structures in soft-fp.
2018-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-12-12 Joseph MyersAdd sysdeps/ieee754/soft-fp.
2017-10-11 Joseph MyersUse libm_alias_* in soft-fp.
2017-09-21 Joseph MyersRemove non-add-on Banner files.
2017-03-02 Zack WeinbergNarrowing the visibility of libc-internal.h even further.
2017-01-24 Jakub Jelinek * soft-fp/op-common.h (_FP_MUL, _FP_FMA, _FP_DIV)...
2017-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-09-21 James Greenhalgh[soft-fp] Add support for various half-precision conver...
2016-08-16 Joseph MyersFix soft-fp extended.h unpacking (GCC bug 77265).
2016-01-04 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-10-27 Joseph MyersRemove GCC version conditionals on -Wmaybe-uninitialize...
2015-08-27 Steve Ellcey Fix undefined warning messages in GCC 6.
2015-05-22 Joseph MyersFix soft-fp fma for -Wuninitialized.
2015-05-19 Richard Hendersonsoft-fp: Fix alpha kernel build problem
2015-03-12 Joseph Myerssoft-fp: Define and use _FP_STATIC_ASSERT.
2015-03-11 Joseph Myerssoft-fp: Add _FP_UNREACHABLE.
2015-03-10 Joseph Myerssoft-fp: Use multiple-include guards.
2015-03-07 Joseph Myerssoft-fp: Support conditional zero-initialization in...
2015-03-07 Joseph MyersFix /* in comment in previous commit.
2015-03-07 Joseph Myerssoft-fp: Condition sfp-machine.h include path on __KERN...
2015-02-20 Joseph Myerssoft-fp: Adjust call to abort for kernel use.
2015-02-06 Joseph Myerssoft-fp: Fix _FP_FMA when product is zero and third...
2015-02-06 Joseph Myerssoft-fp: Refine FP_EX_DENORM handling for comparisons.
2015-02-06 Joseph Myerssoft-fp: Support floating-point extensions without...
2015-01-22 Joseph Myerssoft-fp: Use __label__ for all labels within macros.
2015-01-02 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-11-04 Joseph Myerssoft-fp: Add _FP_TO_INT_ROUND.
2014-10-09 Joseph Myerssoft-fp: Use parentheses around macro arguments.
2014-10-09 Joseph Myerssoft-fp: Support rsigned == 2 in _FP_TO_INT.
2014-10-09 Joseph Myerssoft-fp: Support more precise "invalid" exceptions.
2014-10-09 Joseph Myerssoft-fp: Add FP_DENORM_ZERO.
2014-10-09 Joseph Myerssoft-fp: Fix _FP_TO_INT latent bug in overflow handling.
2014-10-09 Joseph Myerssoft-fp: Refactor exception handling for comparisons.
2014-10-09 Joseph Myerssoft-fp: Make extensions of subnormals from XFmode...
2014-10-09 Joseph Myerssoft-fp: Remove FP_CLEAR_EXCEPTIONS.
2014-09-17 Joseph Myerssoft-fp: Fix comment formatting.
2014-09-17 Joseph Myerssoft-fp: Correct _FP_TO_INT formatting.
2014-06-30 Joseph MyersRename soft-fp op-[1248].h variables to avoid risk...
2014-06-30 Joseph MyersRename soft-fp extended.h, op-common.h variables to...
2014-02-26 Joseph MyersConsistently include Makeconfig after defining subdir.
2014-02-12 Joseph Myerssoft-fp: support after-rounding tininess detection.
2014-01-01 Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-11-26 Uros BizjakAvoid "left shift count >= width of type" warnings...
2013-10-17 Joseph Myerssoft-fp: make extensions quiet signaling NaNs (bug...
2013-10-16 Joseph Myerssoft-fp: fix horizontal whitespace.
2013-10-15 Joseph Myerssoft-fp: remove unused macros.
2013-10-15 Joseph Myerssoft-fp: fix vertical whitespace and indentation.
2013-10-12 Joseph Myerssoft-fp: fix preprocessor indentation.
2013-10-12 Joseph Myerssoft-fp: make __unord* raise "invalid" for signaling...
2013-10-12 Joseph Myerssoft-fp: make ordered comparisons raise "invalid" for...
2013-10-12 Joseph Myerssoft-fp: add missing FP_INIT_EXCEPTIONS and FP_INIT_ROU...
2013-10-12 Joseph Myerssoft-fp: add macro FP_NO_EXCEPTIONS.
2013-10-12 Joseph Myerssoft-fp: fix _FP_DIV_MEAT_* returning results with...
2013-10-12 Joseph Myerssoft-fp: fix floating-point to integer unsigned saturation.
2013-10-10 Joseph MyersUpdate copyright and license notices in soft-fp files...
2013-10-10 Joseph MyersAdd soft-fp files from libgcc.
2013-10-10 Joseph Myerssoft-fp: split FP_INIT_EXCEPTIONS from FP_INIT_ROUNDMODE.
2013-10-10 Joseph Myerssoft-fp: fix negation NaN handling (bug 16034).
2013-10-09 Joseph Myerssoft-fp: Remove trailing semicolon from _FP_FRAC_DISASS...
2013-10-09 Adam Buchbindersoft-fp: fix typo in comment.
2013-07-02 Joseph MyersImplement fma in soft-fp.
2013-06-22 Joseph MyersFix soft-fp shadowing between __FP_FRAC_ADD_3 and _FP_M...
2013-06-21 Joseph MyersFix bad shift in soft-fp (bug 7006).
2013-06-06 Ondrej BilkaFix leading whitespaces.
2013-06-05 Joseph MyersRemove trailing whitespace.
2013-05-16 Maciej W. RozyckiMIPS: soft-fp NaN representation corrections
2013-04-25 Maciej W. Rozyckisoft-fp: s/sNAN/NAN/ -- no sNaNs are ever produced.
2013-01-02 Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2013-01-01 Joseph MyersAdd script to update copyright notices and reformat...
2012-12-07 Richard Hendersonsoft-fp: Fix used without set warning in _FP_MUL and...
2012-12-05 Joseph MyersFix "set but not used" warnings for X##_s in soft-fp.
2012-11-13 Marcus ShawcroftFix missing truncation UNDERFLOW.
2012-07-01 Joseph MyersMerge glibc-ports into ports/ directory.
2012-05-30 David S. MillerFix underflow generation in soft-fp.
2012-03-14 Andreas JaegerMerge branch 'master' into bug13658-branch
2012-03-07 Ulrich DrepperRemove distribute variable from Makefiles
2012-03-07 Andreas JaegerMerge branch 'master' into bug13658-branch
2012-03-01 Kai Tietzsoft-fp: Support using struct layout attributes on...
2012-02-09 Paul EggertReplace FSF snail mail address with URLs.
2009-02-16 Jakub Jelinek* soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_S...
2007-06-14 Jakub Jelinek* soft-fp/soft-fp.h (CMPtype): Define to "int" if undef...
2007-05-03 Jakub Jelinek* soft-fp/op-common.h (FP_TRUNC): Replace raising of...
2007-05-03 Jakub Jelinek* math/test-misc.c (main): Add tests for rounding long...
2007-03-20 Jakub Jelinek[BZ #2831]
2007-01-15 Jakub Jelinek[BZ #2749]
2007-01-11 Ulrich Drepper[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426,...
2007-07-31 Jakub Jelinek.
2006-04-04 Roland McGrath* soft-fp/adddf3.c: Add libgcc exception. Update FSF...
2006-02-25 Roland McGrath* sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo...
2006-01-30 Roland McGrath* soft-fp/double.h (FP_CMP_UNORD_D): Also define in
2006-01-06 Roland McGrath* soft-fp/Makefile (gcc-single-routines): Add unordsf2,
2006-01-06 Roland McGrath* soft-fp/op-common.h (__FP_CLZ): Define using __builti...
2005-12-21 Roland McGrath* elf/cache.c: Use <> rather than "" #includes.
next