]> git.ipfire.org Git - thirdparty/glibc.git/history - soft-fp
Fix 'Reported-By' to use Camel Case for commit 6a98f4640ea453f
[thirdparty/glibc.git] / soft-fp /
2024-02-01  Jakub Jelineksoft-fp: Add brain format support
2024-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2023-01-06  Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-08-08  Kito Chengsoft-fp: Add fixhf[uns][di|si] and float[uns][di|si]hf
2022-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-09-03  Siddhesh PoyarekarRemove "Contributed by" lines
2021-07-07  liuhongtsoft-fp: Add __extendhfsf2/__extendhfdf2, __truncsfhf2...
2021-07-01  H.J. Lusoft-fp: Add __extendhfxf2 and __truncxfhf2
2021-01-02  Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-09-07  Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-08-29  Paul EggertCorrect the spelling of more contributors
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. glibc-2.16-ports-merge glibc-2.16.90
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...
next