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