| Age | Commit message (Expand) | Author |
| 2016-03-29 | Avoid warnings (signed/unsigned comparision and unused variable) | martin |
| 2016-03-13 | remove some more GCC 4.5 code. make GCC 5.3 be HAVE_GCC=53, so that, | mrg |
| 2015-04-08 | Restrict the arm compiler optimization hack to gcc 4.5 | martin |
| 2014-08-10 | MKCOMPAT fixes for when compat MACHINE_CPU != normal MACHINE_CPU | matt |
| 2014-08-10 | Changes to existing files to enable building AARCH64 userland. | matt |
| 2014-06-14 | remove remaining makefile support for GCC < 45 that i found. | mrg |
| 2014-01-30 | Add unordtf2.c | matt |
| 2014-01-30 | Make confiditon on FLOAT128 | matt |
| 2014-01-30 | unord for float128 long double | matt |
| 2013-12-19 | Only apply -fno-tree-vrp for GCC. | joerg |
| 2013-11-22 | Fix a cast from the lint cleanup that made small exponents (i.e. values < 1) | martin |
| 2013-08-01 | Only include <arm/aeabi.h> when __ARM_PCS_VFP is defined. | matt |
| 2013-08-01 | Make sure to <arm/aeabi.h> if we are doing using EABI. | matt |
| 2013-04-30 | Match against LIBC_MACHINE_ARCH for MKCOMPAT | matt |
| 2013-04-16 | Use MACHINE_ARCH, not MACHINE | matt |
| 2013-04-16 | ARM EABI needs different floating point comparision functions. | matt |
| 2013-01-10 | Add hooks to softfloat to support per-lwp exception state. | matt |
| 2012-11-16 | Fix make syntax problem by putting the condition on the same line as .elif. | he |
| 2012-11-14 | For arm, add -fno-tree-vrp to COPTS when compiling softfloat.c. | msaitoh |
| 2012-08-05 | ARM EABI (AAPCS) uses different names for the softfloat routines that | matt |
| 2012-03-24 | Fix a bug introduced by lint cleanup. | matt |
| 2012-03-21 | add casts | christos |
| 2012-03-21 | cast to appropriate types. | christos |
| 2012-03-20 | Remove initialized but unused variable | martin |
| 2011-07-10 | Fix so that float128_to_uint64_round_to_zero is defined for sparc64. | matt |
| 2011-07-09 | Add SOFTFLOAT_NEED_FIXUNS condition around the float128 fixuns | matt |
| 2011-07-04 | Add __floatunsidf __floatunsisf __floatunsitf routines. | matt |
| 2011-07-04 | sh3 also needs -Wno-enum-compare here. | mrg |
| 2011-07-03 | mips wants some -Wno-enum-compare here, too. | mrg |
| 2011-07-01 | XXX: apply -Wno-error/friends to a few files | mrg |
| 2011-03-06 | Apply local namespace protection equivalent to the weak alias done | martin |
| 2011-03-04 | Use sigqueueinfo() instead of raise() to generate exceptions. Provide | martin |
| 2011-01-17 | Add long double functions for eq,ne,gt,le,ge,lt,neg ops. | matt |
| 2009-12-14 | Merge from matt-nb5-mips64. | matt |
| 2009-12-06 | Fix typo in previous. | uebayasi |
| 2009-12-06 | Assign quad / softfloat specific ${SRCS} to ${SRCS.quad} / ${SRCS.softfloat} | uebayasi |
| 2009-02-17 | fix -Wsign-compare issue (seen on arm), using similar technique | lukem |
| 2009-02-16 | fix -Wsign-compare issue (on sparc64) | tron |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-11-08 | When creating unsigned int results, do not distinguish positive versus | martin |
| 2007-11-08 | When converting long double values to integer types, explicitly use the | martin |
| 2006-11-24 | fix spelling of accommodate; from Zapher. | christos |
| 2006-05-11 | add128() wants bits64 * as it's 5th argument. | mrg |
| 2004-09-27 | Only compile the floatx80-using functions if the arch in question | he |
| 2004-09-26 | Add support to build the mac68k port with soft-float enabled (i.e., setting | jmmv |
| 2003-07-26 | netbsd.org->NetBSD.org | salo |
| 2003-05-06 | GCC-3 requires a libcall to support testing for unordered. | rearnsha |
| 2002-05-21 | Import the 32-bit version of SoftFloat 2a and separate it and the 64-bit | bjh21 |
| 2002-05-12 | Add SIGFPE support to SoftFloat, so fpsetmask/fpgetmask now work. A new | bjh21 |
| 2002-05-07 | In float*_round_to_int(), where we have switches over rounding modes, make | bjh21 |