History log of /src/lib/libc/arch/arm/hardfloat |
Revision | Date | Author | Comments |
1.3 | 17-Jan-2014 |
joerg | Use generic version of fabs for softfloat.
|
1.2 | 30-Nov-2013 |
joerg | fabsl alias.
|
1.1 | 03-Feb-2013 |
matt | branches: 1.1.4; Add hardfloat version of fabs using the vabs.f64 instruction
|
1.1.4.3 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.4.2 | 25-Feb-2013 |
tls | resync with head
|
1.1.4.1 | 03-Feb-2013 |
tls | file fabs.S was added on branch tls-maxphys on 2013-02-25 00:27:48 +0000
|
1.1 | 17-Jan-2014 |
joerg | branches: 1.1.4; 1.1.8; Use generic version of fabs for softfloat.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 17-Jan-2014 |
tls | file fabs_ieee754.S was added on branch tls-maxphys on 2014-08-20 00:02:09 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 17-Jan-2014 |
yamt | file fabs_ieee754.S was added on branch yamt-pagecache on 2014-05-22 11:36:46 +0000
|
1.7 | 02-Aug-2013 |
matt | Use vmrs instead of mrc
|
1.6 | 11-Jan-2013 |
matt | Remove all FPA code. Support VFP for hard float Allow MKSOFTFLOAT=no
|
1.5 | 01-Aug-2012 |
matt | branches: 1.5.2; Error out if compiled with -mfp=vfp and -mhard-float
|
1.4 | 21-Aug-2004 |
rearnsha | branches: 1.4.50; Use RET and RETc macros for returning.
|
1.3 | 05-Apr-2003 |
bjh21 | NetBSD/acorn26 has been using APCS-32 for years, so unifdef -U__APCS_26__.
|
1.2 | 13-Jan-2002 |
thorpej | Add internal names for fp{get,set}{mask,round,sticky}(), and externally-visible weak aliases for the internal names.
|
1.1 | 29-Dec-2000 |
bjh21 | branches: 1.1.2; Create shared ARM source for libc, and move arm26 port over to using it. The code is (almost) a direct copy of the current arm26 sources. It's identical to the current arm32 sources, with the following exceptions: - _C_LABEL is used on references to C labels from assembler. - Function returns in assembler have APCS-26 versions in #ifdef __APCS_26__. - It uses SoftFloat 2a rather than SoftFloat 1a.
The first two of these should be inconsequential. I believe that SoftFloat 2a should work on arm32 and be backward-compatible with existing code, but this is not obviously true. For now, arm32 remains using its own bits of libc.
|
1.1.2.1 | 28-Jan-2002 |
nathanw | Catch up to -current.
|
1.4.50.3 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.4.50.2 | 23-Jan-2013 |
yamt | sync with head
|
1.4.50.1 | 30-Oct-2012 |
yamt | sync with head
|
1.5.2.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.5.2.1 | 25-Feb-2013 |
tls | resync with head
|
1.6 | 11-Jan-2013 |
matt | Remove all FPA code. Support VFP for hard float Allow MKSOFTFLOAT=no
|
1.5 | 24-Jun-2012 |
christos | branches: 1.5.2; fix old style definitions; XXX: gcc should have picked them up but it did not.
|
1.4 | 25-Feb-2006 |
wiz | branches: 1.4.44; Fix some typos.
|
1.3 | 12-Jun-2005 |
lukem | Add missing __RCSID()
|
1.2 | 13-Jan-2002 |
thorpej | Add internal names for fp{get,set}{mask,round,sticky}(), and externally-visible weak aliases for the internal names.
|
1.1 | 29-Dec-2000 |
bjh21 | branches: 1.1.2; Create shared ARM source for libc, and move arm26 port over to using it. The code is (almost) a direct copy of the current arm26 sources. It's identical to the current arm32 sources, with the following exceptions: - _C_LABEL is used on references to C labels from assembler. - Function returns in assembler have APCS-26 versions in #ifdef __APCS_26__. - It uses SoftFloat 2a rather than SoftFloat 1a.
The first two of these should be inconsequential. I believe that SoftFloat 2a should work on arm32 and be backward-compatible with existing code, but this is not obviously true. For now, arm32 remains using its own bits of libc.
|
1.1.2.1 | 28-Jan-2002 |
nathanw | Catch up to -current.
|
1.4.44.2 | 23-Jan-2013 |
yamt | sync with head
|
1.4.44.1 | 30-Oct-2012 |
yamt | sync with head
|
1.5.2.1 | 25-Feb-2013 |
tls | resync with head
|
1.6 | 11-Jan-2013 |
matt | Remove all FPA code. Support VFP for hard float Allow MKSOFTFLOAT=no
|
1.5 | 01-Aug-2012 |
matt | branches: 1.5.2; Error out if compiled with -mfp=vfp and -mhard-float
|
1.4 | 21-Aug-2004 |
rearnsha | branches: 1.4.50; Use RET and RETc macros for returning.
|
1.3 | 05-Apr-2003 |
bjh21 | NetBSD/acorn26 has been using APCS-32 for years, so unifdef -U__APCS_26__.
|
1.2 | 13-Jan-2002 |
thorpej | Add internal names for fp{get,set}{mask,round,sticky}(), and externally-visible weak aliases for the internal names.
|
1.1 | 29-Dec-2000 |
bjh21 | branches: 1.1.2; Create shared ARM source for libc, and move arm26 port over to using it. The code is (almost) a direct copy of the current arm26 sources. It's identical to the current arm32 sources, with the following exceptions: - _C_LABEL is used on references to C labels from assembler. - Function returns in assembler have APCS-26 versions in #ifdef __APCS_26__. - It uses SoftFloat 2a rather than SoftFloat 1a.
The first two of these should be inconsequential. I believe that SoftFloat 2a should work on arm32 and be backward-compatible with existing code, but this is not obviously true. For now, arm32 remains using its own bits of libc.
|
1.1.2.1 | 28-Jan-2002 |
nathanw | Catch up to -current.
|
1.4.50.2 | 23-Jan-2013 |
yamt | sync with head
|
1.4.50.1 | 30-Oct-2012 |
yamt | sync with head
|
1.5.2.1 | 25-Feb-2013 |
tls | resync with head
|
1.7 | 23-Jan-2014 |
joerg | One vmsr is enough.
|
1.6 | 11-Jan-2013 |
matt | Remove all FPA code. Support VFP for hard float Allow MKSOFTFLOAT=no
|
1.5 | 01-Aug-2012 |
matt | branches: 1.5.2; Error out if compiled with -mfp=vfp and -mhard-float
|
1.4 | 21-Aug-2004 |
rearnsha | branches: 1.4.50; Use RET and RETc macros for returning.
|
1.3 | 05-Apr-2003 |
bjh21 | NetBSD/acorn26 has been using APCS-32 for years, so unifdef -U__APCS_26__.
|
1.2 | 13-Jan-2002 |
thorpej | Add internal names for fp{get,set}{mask,round,sticky}(), and externally-visible weak aliases for the internal names.
|
1.1 | 29-Dec-2000 |
bjh21 | branches: 1.1.2; Create shared ARM source for libc, and move arm26 port over to using it. The code is (almost) a direct copy of the current arm26 sources. It's identical to the current arm32 sources, with the following exceptions: - _C_LABEL is used on references to C labels from assembler. - Function returns in assembler have APCS-26 versions in #ifdef __APCS_26__. - It uses SoftFloat 2a rather than SoftFloat 1a.
The first two of these should be inconsequential. I believe that SoftFloat 2a should work on arm32 and be backward-compatible with existing code, but this is not obviously true. For now, arm32 remains using its own bits of libc.
|
1.1.2.1 | 28-Jan-2002 |
nathanw | Catch up to -current.
|
1.4.50.3 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.4.50.2 | 23-Jan-2013 |
yamt | sync with head
|
1.4.50.1 | 30-Oct-2012 |
yamt | sync with head
|
1.5.2.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.5.2.1 | 25-Feb-2013 |
tls | resync with head
|
1.8 | 03-Feb-2013 |
matt | include <arm/vfpreg.h>
|
1.7 | 11-Jan-2013 |
matt | Remove all FPA code. Support VFP for hard float Allow MKSOFTFLOAT=no
|
1.6 | 25-Feb-2006 |
wiz | branches: 1.6.44; 1.6.50; Fix some typos.
|
1.5 | 12-Jun-2005 |
lukem | Add missing __RCSID()
|
1.4 | 19-Mar-2002 |
bjh21 | Only abort() if the user specifies a rounding mode other than FP_RN.
|
1.3 | 19-Mar-2002 |
bjh21 | ANSIfy.
|
1.2 | 13-Jan-2002 |
thorpej | Add internal names for fp{get,set}{mask,round,sticky}(), and externally-visible weak aliases for the internal names.
|
1.1 | 29-Dec-2000 |
bjh21 | branches: 1.1.2; Create shared ARM source for libc, and move arm26 port over to using it. The code is (almost) a direct copy of the current arm26 sources. It's identical to the current arm32 sources, with the following exceptions: - _C_LABEL is used on references to C labels from assembler. - Function returns in assembler have APCS-26 versions in #ifdef __APCS_26__. - It uses SoftFloat 2a rather than SoftFloat 1a.
The first two of these should be inconsequential. I believe that SoftFloat 2a should work on arm32 and be backward-compatible with existing code, but this is not obviously true. For now, arm32 remains using its own bits of libc.
|
1.1.2.2 | 22-Mar-2002 |
nathanw | Catch up to -current.
|
1.1.2.1 | 28-Jan-2002 |
nathanw | Catch up to -current.
|
1.6.50.1 | 25-Feb-2013 |
tls | resync with head
|
1.6.44.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.6.44.1 | 23-Jan-2013 |
yamt | sync with head
|
1.6 | 11-Jan-2013 |
matt | Remove all FPA code. Support VFP for hard float Allow MKSOFTFLOAT=no
|
1.5 | 01-Aug-2012 |
matt | branches: 1.5.2; Error out if compiled with -mfp=vfp and -mhard-float
|
1.4 | 21-Aug-2004 |
rearnsha | branches: 1.4.50; Use RET and RETc macros for returning.
|
1.3 | 05-Apr-2003 |
bjh21 | NetBSD/acorn26 has been using APCS-32 for years, so unifdef -U__APCS_26__.
|
1.2 | 13-Jan-2002 |
thorpej | Add internal names for fp{get,set}{mask,round,sticky}(), and externally-visible weak aliases for the internal names.
|
1.1 | 29-Dec-2000 |
bjh21 | branches: 1.1.2; Create shared ARM source for libc, and move arm26 port over to using it. The code is (almost) a direct copy of the current arm26 sources. It's identical to the current arm32 sources, with the following exceptions: - _C_LABEL is used on references to C labels from assembler. - Function returns in assembler have APCS-26 versions in #ifdef __APCS_26__. - It uses SoftFloat 2a rather than SoftFloat 1a.
The first two of these should be inconsequential. I believe that SoftFloat 2a should work on arm32 and be backward-compatible with existing code, but this is not obviously true. For now, arm32 remains using its own bits of libc.
|
1.1.2.1 | 28-Jan-2002 |
nathanw | Catch up to -current.
|
1.4.50.2 | 23-Jan-2013 |
yamt | sync with head
|
1.4.50.1 | 30-Oct-2012 |
yamt | sync with head
|
1.5.2.1 | 25-Feb-2013 |
tls | resync with head
|