Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-11-29 | Fix typo (#16)HEADmaster | Kijima Daigo | 1 | -1/+1 | |
2018-07-26 | Fix typo in function 'softfloat_propagateNaNF128M' for RISC-V. | John Hauser | 1 | -6/+6 | |
2018-01-26 | Release 3e. See "doc/SoftFloat-history.html". | John Hauser | 467 | -895/+4855 | |
2017-08-18 | Corrected links in "README.md". | John Hauser | 1 | -3/+3 | |
2017-08-10 | Release 3d. See "doc/SoftFloat-history.html". | John Hauser | 1 | -5/+5 | |
2017-08-10 | Release 3d. See "doc/SoftFloat-history.html". | John Hauser | 413 | -496/+565 | |
2017-02-10 | Release 3c. See "doc/SoftFloat-history.html". | John Hauser | 424 | -1013/+1328 | |
2016-07-22 | Release 3b. See "doc/SoftFloat-history.html". | John Hauser | 416 | -1670/+7535 | |
2016-02-22 | Added the ability to specify the result values delivered when conversions | John Hauser | 57 | -707/+1285 | |
from floating-point to an integer format raise an invalid exception. For the provided specializations (8086 and RISC-V), changed the result of converting a negative floating-point value to an unsigned integer format to now be zero. (Also renamed `shiftCount' inside functions to `shiftDist'.) | |||||
2016-01-23 | For "source/RISCV/specialize.h", updated year in copyright notice to 2016. | John Hauser | 1 | -1/+1 | |
2016-01-16 | Employ new RISC-V NaN encoding | Andrew Waterman | 1 | -6/+6 | |
2015-11-03 | Release 3a. | John Hauser | 359 | -8602/+9707 | |
2015-09-16 | added readme in markdown format | Scott Beamer | 1 | -0/+22 | |
2015-03-12 | Corrected the name of the subdirectory for RISC-V specialization from | John Hauser | 22 | -0/+0 | |
"RISC-V" to "RISCV". (In the names of machines, compilers, targets, etc., hyphens are intended for specifying variations and for forming compound names from multiple such components. While some arbitrariness in the application of this rule is inevitable, clearly RISC-V is not a "V" variation of an existing "RISC" architecture but rather an entirely new architecture.) | |||||
2015-02-19 | Fixed some bugs affecting a few processors. Reboot the official release | John Hauser | 18 | -72/+79 | |
date (for the last time) to be 2015 Feb 16. | |||||
2015-02-05 | Corrected documented history for earlier SoftFloat Release 2 series. | John Hauser | 1 | -4/+7 | |
2015-01-29 | Added specialization support for U.C. Berkeley's RISC-V. | John Hauser | 22 | -0/+1119 | |
2015-01-15 | Fixed conflicts over definitions of inline functions for non-GCC compilers. | John Hauser | 52 | -246/+250 | |
Reboot official release date to be 2015 Jan 9. | |||||
2015-01-08 | Fixed some minor errors in the documentation. | John Hauser | 3 | -9/+9 | |
2014-12-17 | Finalized documentation for SoftFloat Release 3. | John Hauser | 6 | -318/+360 | |
2014-12-11 | Fixed issues with specialization for x86, with and without SSE. | John Hauser | 32 | -36/+2274 | |
2014-12-11 | Merge branch 'master' of github.com:ucb-bar/berkeley-softfloat-rc3 | John Hauser | 1 | -0/+2 | |
2014-12-11 | Update in RC for Release 3, fixing some bugs and adding to the documentation. | John Hauser | 29 | -161/+1997 | |
2014-11-28 | Add .gitignore file to ignore compiler output | Andrew Waterman | 1 | -0/+2 | |
2014-11-28 | First draft of RC for Release 3, to start review process. | John Hauser | 308 | -0/+31334 | |