Age | Commit message (Expand) | Author |
2018-06-01 | Make powerpc-nofpu __sqrtsf2, __sqrtdf2 compat symbols (bug 18473). | Joseph Myers |
2018-05-16 | Add narrowing multiply functions. | Joseph Myers |
2018-02-01 | Do not use packed structures in soft-fp. | Joseph Myers |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2017-12-12 | Add sysdeps/ieee754/soft-fp. | Joseph Myers |
2017-10-11 | Use libm_alias_* in soft-fp. | Joseph Myers |
2017-09-21 | Remove non-add-on Banner files. | Joseph Myers |
2017-03-01 | Narrowing the visibility of libc-internal.h even further. | Zack Weinberg |
2017-01-24 | * soft-fp/op-common.h (_FP_MUL, _FP_FMA, _FP_DIV): Add | Jakub Jelinek |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2016-09-21 | [soft-fp] Add support for various half-precision conversion routines. | James Greenhalgh |
2016-08-16 | Fix soft-fp extended.h unpacking (GCC bug 77265). | Joseph Myers |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2015-10-27 | Remove GCC version conditionals on -Wmaybe-uninitialized pragmas. | Joseph Myers |
2015-08-27 | Fix undefined warning messages in GCC 6. | Steve Ellcey |
2015-05-22 | Fix soft-fp fma for -Wuninitialized. | Joseph Myers |
2015-05-19 | soft-fp: Fix alpha kernel build problem | Richard Henderson |
2015-03-12 | soft-fp: Define and use _FP_STATIC_ASSERT. | Joseph Myers |
2015-03-11 | soft-fp: Add _FP_UNREACHABLE. | Joseph Myers |
2015-03-10 | soft-fp: Use multiple-include guards. | Joseph Myers |
2015-03-07 | soft-fp: Support conditional zero-initialization in declarations. | Joseph Myers |
2015-03-07 | Fix /* in comment in previous commit. | Joseph Myers |
2015-03-07 | soft-fp: Condition sfp-machine.h include path on __KERNEL__. | Joseph Myers |
2015-02-20 | soft-fp: Adjust call to abort for kernel use. | Joseph Myers |
2015-02-06 | soft-fp: Fix _FP_FMA when product is zero and third argument is finite (bug 1... | Joseph Myers |
2015-02-06 | soft-fp: Refine FP_EX_DENORM handling for comparisons. | Joseph Myers |
2015-02-06 | soft-fp: Support floating-point extensions without quieting sNaNs. | Joseph Myers |
2015-01-22 | soft-fp: Use __label__ for all labels within macros. | Joseph Myers |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2014-11-04 | soft-fp: Add _FP_TO_INT_ROUND. | Joseph Myers |
2014-10-09 | soft-fp: Use parentheses around macro arguments. | Joseph Myers |
2014-10-09 | soft-fp: Support rsigned == 2 in _FP_TO_INT. | Joseph Myers |
2014-10-09 | soft-fp: Support more precise "invalid" exceptions. | Joseph Myers |
2014-10-09 | soft-fp: Add FP_DENORM_ZERO. | Joseph Myers |
2014-10-09 | soft-fp: Fix _FP_TO_INT latent bug in overflow handling. | Joseph Myers |
2014-10-09 | soft-fp: Refactor exception handling for comparisons. | Joseph Myers |
2014-10-09 | soft-fp: Make extensions of subnormals from XFmode to TFmode signal underflow... | Joseph Myers |
2014-10-09 | soft-fp: Remove FP_CLEAR_EXCEPTIONS. | Joseph Myers |
2014-09-17 | soft-fp: Fix comment formatting. | Joseph Myers |
2014-09-17 | soft-fp: Correct _FP_TO_INT formatting. | Joseph Myers |
2014-06-30 | Rename soft-fp op-[1248].h variables to avoid risk of shadowing. | Joseph Myers |
2014-06-30 | Rename soft-fp extended.h, op-common.h variables to avoid risk of shadowing. | Joseph Myers |
2014-02-26 | Consistently include Makeconfig after defining subdir. | Joseph Myers |
2014-02-12 | soft-fp: support after-rounding tininess detection. | Joseph Myers |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae |
2013-11-26 | Avoid "left shift count >= width of type" warnings in soft-fp code. | Uros Bizjak |
2013-10-17 | soft-fp: make extensions quiet signaling NaNs (bug 16041). | Joseph Myers |
2013-10-16 | soft-fp: fix horizontal whitespace. | Joseph Myers |
2013-10-15 | soft-fp: remove unused macros. | Joseph Myers |
2013-10-15 | soft-fp: fix vertical whitespace and indentation. | Joseph Myers |