Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [MPFR] Fix regression on 32-bit host systems | Ulrich Weigand | 2017-12-11 | 1 | -1/+1 |
* | Define MPFR_USE_INTMAX_T so that mpfr.h assumes intmax_t is available. | John Baldwin | 2017-11-29 | 1 | -0/+2 |
* | Target FP: Make use of MPFR if available | Ulrich Weigand | 2017-11-22 | 1 | -0/+569 |
* | Target FP: Refactor use of host floating-point arithmetic | Ulrich Weigand | 2017-11-22 | 1 | -422/+630 |
* | Refactor endian handling in DFP routines | Ulrich Weigand | 2017-11-16 | 1 | -39/+31 |
* | Target FP: Merge doublest.c and dfp.c into target-float.c | Ulrich Weigand | 2017-11-06 | 1 | -2/+1246 |
* | Target FP: Handle interfaces to scripting languages | Ulrich Weigand | 2017-11-06 | 1 | -0/+57 |
* | Target FP: Add binop and compare routines to target-float.{c,h} | Ulrich Weigand | 2017-11-06 | 1 | -0/+152 |
* | Target FP: Add conversion routines to target-float.{c,h} | Ulrich Weigand | 2017-11-06 | 1 | -0/+169 |
* | Target FP: Add string routines to target-float.{c,h} | Ulrich Weigand | 2017-11-06 | 1 | -0/+37 |
* | Target FP: Introduce target-float.{c,h} | Ulrich Weigand | 2017-11-06 | 1 | -0/+62 |