Age | Commit message (Expand) | Author | Files | Lines |
2024-02-01 | soft-fp: Add brain format support | Jakub Jelinek | 12 | -0/+738 |
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 104 | -104/+104 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 104 | -104/+104 |
2022-08-08 | soft-fp: Add fixhf[uns][di|si] and float[uns][di|si]hf | Kito Cheng | 8 | -0/+360 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 96 | -96/+96 |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar | 81 | -161/+0 |
2021-07-07 | soft-fp: Add __extendhfsf2/__extendhfdf2, __truncsfhf2/__truncdfhf2, __eqhf2/... | liuhongt | 6 | -0/+253 |
2021-07-01 | soft-fp: Add __extendhfxf2 and __truncxfhf2 | H.J. Lu | 2 | -0/+105 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 89 | -89/+89 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 89 | -89/+89 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 89 | -89/+89 |
2019-08-29 | Correct the spelling of more contributors | Paul Eggert | 14 | -14/+14 |
2019-01-07 | soft-fp: Properly check _FP_W_TYPE_SIZE [BZ #24066] | H.J. Lu | 8 | -8/+8 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 89 | -89/+89 |
2018-11-01 | soft-fp: Add implementation for 128 bit self-contained | Zong Li | 1 | -0/+88 |
2018-11-01 | soft-fp: Use temporary variable in FP_FRAC_SUB_3/FP_FRAC_SUB_4 | Zong Li | 1 | -28/+35 |
2018-06-01 | Make powerpc-nofpu __sqrtsf2, __sqrtdf2 compat symbols (bug 18473). | Joseph Myers | 4 | -150/+3 |
2018-05-16 | Add narrowing multiply functions. | Joseph Myers | 1 | -0/+21 |
2018-02-01 | Do not use packed structures in soft-fp. | Joseph Myers | 5 | -6/+6 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 92 | -92/+92 |
2017-12-12 | Add sysdeps/ieee754/soft-fp. | Joseph Myers | 3 | -202/+0 |
2017-10-11 | Use libm_alias_* in soft-fp. | Joseph Myers | 3 | -8/+6 |
2017-09-21 | Remove non-add-on Banner files. | Joseph Myers | 1 | -1/+0 |
2017-03-01 | Narrowing the visibility of libc-internal.h even further. | Zack Weinberg | 3 | -9/+12 |
2017-01-24 | * soft-fp/op-common.h (_FP_MUL, _FP_FMA, _FP_DIV): Add | Jakub Jelinek | 1 | -0/+5 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 95 | -95/+95 |
2016-09-21 | [soft-fp] Add support for various half-precision conversion routines. | James Greenhalgh | 7 | -0/+455 |
2016-08-16 | Fix soft-fp extended.h unpacking (GCC bug 77265). | Joseph Myers | 1 | -0/+4 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 88 | -88/+88 |
2015-10-27 | Remove GCC version conditionals on -Wmaybe-uninitialized pragmas. | Joseph Myers | 3 | -12/+0 |
2015-08-27 | Fix undefined warning messages in GCC 6. | Steve Ellcey | 3 | -33/+45 |
2015-05-22 | Fix soft-fp fma for -Wuninitialized. | Joseph Myers | 3 | -0/+36 |
2015-05-19 | soft-fp: Fix alpha kernel build problem | Richard Henderson | 1 | -3/+2 |
2015-03-12 | soft-fp: Define and use _FP_STATIC_ASSERT. | Joseph Myers | 3 | -32/+51 |
2015-03-11 | soft-fp: Add _FP_UNREACHABLE. | Joseph Myers | 2 | -4/+13 |
2015-03-10 | soft-fp: Use multiple-include guards. | Joseph Myers | 10 | -2/+47 |
2015-03-07 | soft-fp: Support conditional zero-initialization in declarations. | Joseph Myers | 4 | -6/+18 |
2015-03-07 | Fix /* in comment in previous commit. | Joseph Myers | 1 | -1/+1 |
2015-03-07 | soft-fp: Condition sfp-machine.h include path on __KERNEL__. | Joseph Myers | 1 | -0/+4 |
2015-02-20 | soft-fp: Adjust call to abort for kernel use. | Joseph Myers | 1 | -1/+1 |
2015-02-06 | soft-fp: Fix _FP_FMA when product is zero and third argument is finite (bug 1... | Joseph Myers | 1 | -0/+1 |
2015-02-06 | soft-fp: Refine FP_EX_DENORM handling for comparisons. | Joseph Myers | 1 | -4/+45 |
2015-02-06 | soft-fp: Support floating-point extensions without quieting sNaNs. | Joseph Myers | 1 | -4/+10 |
2015-01-22 | soft-fp: Use __label__ for all labels within macros. | Joseph Myers | 1 | -0/+5 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 88 | -88/+88 |
2014-11-04 | soft-fp: Add _FP_TO_INT_ROUND. | Joseph Myers | 5 | -0/+226 |
2014-10-09 | soft-fp: Use parentheses around macro arguments. | Joseph Myers | 8 | -305/+328 |
2014-10-09 | soft-fp: Support rsigned == 2 in _FP_TO_INT. | Joseph Myers | 1 | -7/+38 |
2014-10-09 | soft-fp: Support more precise "invalid" exceptions. | Joseph Myers | 2 | -81/+147 |
2014-10-09 | soft-fp: Add FP_DENORM_ZERO. | Joseph Myers | 2 | -1/+38 |