summaryrefslogtreecommitdiff
path: root/soft-fp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0488-88/+88
* Remove GCC version conditionals on -Wmaybe-uninitialized pragmas.Joseph Myers2015-10-273-12/+0
* Fix undefined warning messages in GCC 6.Steve Ellcey2015-08-273-33/+45
* Fix soft-fp fma for -Wuninitialized.Joseph Myers2015-05-223-0/+36
* soft-fp: Fix alpha kernel build problemRichard Henderson2015-05-191-3/+2
* soft-fp: Define and use _FP_STATIC_ASSERT.Joseph Myers2015-03-123-32/+51
* soft-fp: Add _FP_UNREACHABLE.Joseph Myers2015-03-112-4/+13
* soft-fp: Use multiple-include guards.Joseph Myers2015-03-1010-2/+47
* soft-fp: Support conditional zero-initialization in declarations.Joseph Myers2015-03-074-6/+18
* Fix /* in comment in previous commit.Joseph Myers2015-03-071-1/+1
* soft-fp: Condition sfp-machine.h include path on __KERNEL__.Joseph Myers2015-03-071-0/+4
* soft-fp: Adjust call to abort for kernel use.Joseph Myers2015-02-201-1/+1
* soft-fp: Fix _FP_FMA when product is zero and third argument is finite (bug 1...Joseph Myers2015-02-061-0/+1
* soft-fp: Refine FP_EX_DENORM handling for comparisons.Joseph Myers2015-02-061-4/+45
* soft-fp: Support floating-point extensions without quieting sNaNs.Joseph Myers2015-02-061-4/+10
* soft-fp: Use __label__ for all labels within macros.Joseph Myers2015-01-221-0/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0288-88/+88
* soft-fp: Add _FP_TO_INT_ROUND.Joseph Myers2014-11-045-0/+226
* soft-fp: Use parentheses around macro arguments.Joseph Myers2014-10-098-305/+328
* soft-fp: Support rsigned == 2 in _FP_TO_INT.Joseph Myers2014-10-091-7/+38
* soft-fp: Support more precise "invalid" exceptions.Joseph Myers2014-10-092-81/+147
* soft-fp: Add FP_DENORM_ZERO.Joseph Myers2014-10-092-1/+38
* soft-fp: Fix _FP_TO_INT latent bug in overflow handling.Joseph Myers2014-10-091-2/+7
* soft-fp: Refactor exception handling for comparisons.Joseph Myers2014-10-0917-61/+59
* soft-fp: Make extensions of subnormals from XFmode to TFmode signal underflow...Joseph Myers2014-10-096-2/+23
* soft-fp: Remove FP_CLEAR_EXCEPTIONS.Joseph Myers2014-10-091-3/+0
* soft-fp: Fix comment formatting.Joseph Myers2014-09-177-183/+113
* soft-fp: Correct _FP_TO_INT formatting.Joseph Myers2014-09-171-5/+7
* Rename soft-fp op-[1248].h variables to avoid risk of shadowing.Joseph Myers2014-06-304-510/+726
* Rename soft-fp extended.h, op-common.h variables to avoid risk of shadowing.Joseph Myers2014-06-302-258/+299
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-0/+2
* soft-fp: support after-rounding tininess detection.Joseph Myers2014-02-122-4/+34
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0188-88/+88
* Avoid "left shift count >= width of type" warnings in soft-fp code.Uros Bizjak2013-11-261-4/+4
* soft-fp: make extensions quiet signaling NaNs (bug 16041).Joseph Myers2013-10-171-0/+1
* soft-fp: fix horizontal whitespace.Joseph Myers2013-10-1687-1783/+1785
* soft-fp: remove unused macros.Joseph Myers2013-10-152-33/+0
* soft-fp: fix vertical whitespace and indentation.Joseph Myers2013-10-1585-3286/+3777
* soft-fp: fix preprocessor indentation.Joseph Myers2013-10-128-278/+279
* soft-fp: make __unord* raise "invalid" for signaling NaNs (bug 16036).Joseph Myers2013-10-123-0/+15
* soft-fp: make ordered comparisons raise "invalid" for quiet NaNs (bug 14910).Joseph Myers2013-10-126-6/+6
* soft-fp: add missing FP_INIT_EXCEPTIONS and FP_INIT_ROUNDMODE calls.Joseph Myers2013-10-1239-0/+39
* soft-fp: add macro FP_NO_EXCEPTIONS.Joseph Myers2013-10-127-12/+30
* soft-fp: fix _FP_DIV_MEAT_* returning results with wrong exponent (bug 16032).Joseph Myers2013-10-122-4/+4
* soft-fp: fix floating-point to integer unsigned saturation.Joseph Myers2013-10-121-1/+1
* Update copyright and license notices in soft-fp files from libgcc.Joseph Myers2013-10-1014-56/+42
* Add soft-fp files from libgcc.Joseph Myers2013-10-1014-0/+646
* soft-fp: split FP_INIT_EXCEPTIONS from FP_INIT_ROUNDMODE.Joseph Myers2013-10-104-3/+11
* soft-fp: fix negation NaN handling (bug 16034).Joseph Myers2013-10-104-18/+7
* soft-fp: Remove trailing semicolon from _FP_FRAC_DISASSEMBLE_4.Joseph Myers2013-10-091-1/+1