Age | Commit message (Expand) | Author | Files | Lines |
2019-06-12 | Supply missing header guards | Markus Armbruster | 1 | -0/+5 |
2019-02-26 | softfloat: Implement float128_to_uint32 | David Hildenbrand | 1 | -0/+1 |
2019-02-26 | softfloat: add float128_is_{normal,denormal} | David Hildenbrand | 1 | -2/+12 |
2019-01-22 | include/fpu/softfloat: Fix compilation with Clang on s390x | Thomas Huth | 1 | -1/+1 |
2018-12-17 | softfloat: add float{32,64}_is_zero_or_normal | Emilio G. Cota | 1 | -0/+10 |
2018-12-17 | softfloat: add float{32,64}_is_{de,}normal | Emilio G. Cota | 1 | -0/+20 |
2018-11-04 | softfloat: Don't execute divdeu without power7 | Richard Henderson | 1 | -2/+2 |
2018-10-05 | softfloat: Specialize udiv_qrnnd for ppc64 | Richard Henderson | 1 | -0/+16 |
2018-10-05 | softfloat: Specialize udiv_qrnnd for s390x | Richard Henderson | 1 | -0/+6 |
2018-10-05 | softfloat: Specialize udiv_qrnnd for x86_64 | Richard Henderson | 1 | -0/+6 |
2018-10-05 | softfloat: Fix division | Richard Henderson | 1 | -9/+25 |
2018-10-05 | softfloat: Replace countLeadingZeros32/64 with clz32/64 | Thomas Huth | 1 | -87/+0 |
2018-10-05 | softfloat: remove float64_trunc_to_int | Emilio G. Cota | 1 | -1/+0 |
2018-08-24 | softfloat: Add scaling float-to-int routines | Richard Henderson | 1 | -20/+59 |
2018-08-24 | softfloat: Add scaling int-to-float routines | Richard Henderson | 1 | -13/+39 |
2018-05-17 | fpu/softfloat: Specialize on snan_bit_is_one | Richard Henderson | 1 | -0/+1 |
2018-05-17 | fpu/softfloat: Remove floatX_maybe_silence_nan | Richard Henderson | 1 | -5/+0 |
2018-05-17 | fpu/softfloat: re-factor float to float conversions | Alex Bennée | 1 | -4/+4 |
2018-05-17 | fpu/softfloat: Split floatXX_silence_nan from floatXX_maybe_silence_nan | Richard Henderson | 1 | -0/+5 |
2018-03-04 | softfloat: use floatx80_infinity in softfloat | Laurent Vivier | 1 | -2/+11 |
2018-03-04 | softfloat: export some functions | Laurent Vivier | 2 | -0/+962 |
2018-03-01 | arm/translate-a64: add FP16 FR[ECP/SQRT]S to simd_three_reg_same_fp16 | Alex Bennée | 1 | -4/+12 |
2018-02-21 | fpu/softfloat: re-factor sqrt | Alex Bennée | 1 | -0/+1 |
2018-02-21 | fpu/softfloat: re-factor compare | Alex Bennée | 1 | -0/+2 |
2018-02-21 | fpu/softfloat: re-factor minmax | Alex Bennée | 1 | -0/+6 |
2018-02-21 | fpu/softfloat: re-factor scalbn | Alex Bennée | 1 | -0/+1 |
2018-02-21 | fpu/softfloat: re-factor int/uint to float | Alex Bennée | 1 | -21/+9 |
2018-02-21 | fpu/softfloat: re-factor float to int/uint | Alex Bennée | 1 | -0/+13 |
2018-02-21 | fpu/softfloat: re-factor round_to_int | Alex Bennée | 1 | -0/+1 |
2018-02-21 | fpu/softfloat: re-factor muladd | Alex Bennée | 1 | -0/+1 |
2018-02-21 | fpu/softfloat: re-factor div | Alex Bennée | 1 | -0/+1 |
2018-02-21 | fpu/softfloat: re-factor mul | Alex Bennée | 1 | -0/+1 |
2018-02-21 | fpu/softfloat: re-factor add/sub | Alex Bennée | 1 | -0/+4 |
2018-02-21 | include/fpu/softfloat: add some float16 constants | Alex Bennée | 1 | -3/+5 |
2018-02-21 | include/fpu/softfloat: implement float16_set_sign helper | Alex Bennée | 1 | -0/+5 |
2018-02-21 | include/fpu/softfloat: implement float16_chs helper | Alex Bennée | 1 | -0/+9 |
2018-02-21 | include/fpu/softfloat: implement float16_abs helper | Alex Bennée | 1 | -0/+7 |
2018-02-21 | target/*/cpu.h: remove softfloat.h | Alex Bennée | 2 | -53/+64 |
2018-02-21 | fpu/softfloat-types: new header to prevent excessive re-builds | Alex Bennée | 2 | -30/+116 |
2018-02-21 | include/fpu/softfloat: remove USE_SOFTFLOAT_STRUCT_TYPES | Alex Bennée | 1 | -27/+0 |
2018-02-21 | fpu/softfloat: implement float16_squash_input_denormal | Alex Bennée | 1 | -0/+1 |
2017-07-21 | configure: Drop ancient Solaris 9 and earlier support | Peter Maydell | 1 | -5/+0 |
2017-06-29 | softfloat: define floatx80_round() | Laurent Vivier | 1 | -0/+1 |
2017-02-22 | softfloat: Add float128_to_uint32_round_to_zero() | Bharata B Rao | 1 | -0/+1 |
2017-02-22 | softfloat: Add float128_to_uint64_round_to_zero() | Bharata B Rao | 1 | -0/+2 |
2017-02-22 | softfloat: Add round-to-odd rounding mode | Bharata B Rao | 1 | -0/+2 |
2017-01-31 | target-ppc: Add xscvdphp, xscvhpdp | Bharata B Rao | 1 | -0/+20 |
2016-09-15 | fpu: add mechanism to check for invalid long double formats | Andrew Dutcher | 1 | -0/+15 |
2016-08-15 | softfloat: Fix warn about implicit conversion from int to int8_t | Pranith Kumar | 1 | -2/+2 |
2016-07-12 | Clean up decorations and whitespace around header guards | Markus Armbruster | 1 | -1/+1 |