summaryrefslogtreecommitdiff
path: root/src/runtime/softfloat_arm.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: restore arm assembly stubs for div/modKeith Randall2017-06-151-1/+5
* runtime: remove unused arm assembly for div/modKeith Randall2017-06-141-0/+5
* [dev.ssa] cmd/internal/obj, etc.: add and use NEGF, NEGD instructions on ARMCherry Zhang2016-07-201-0/+17
* [dev.ssa] cmd/compile: add floating point optimizations in SSA for ARMCherry Zhang2016-07-161-0/+18
* cmd/compile: repair MININT conversion bug in arm softfloatDavid Chase2016-05-051-2/+2
* runtime: arm5, fix large-offset floating-point storesKeith Randall2016-04-251-5/+6
* runtime: eliminate unnecessary type conversionsMatthew Dempsky2016-03-071-1/+1
* all: fix typos and spellingMartin Möhrmann2016-02-241-1/+1
* runtime: teach softfloat interpreter about "add r11, pc, r11"Michael Hudson-Doyle2015-09-041-0/+11
* runtime: slightly clean up softfloat codeShenghou Ma2015-06-261-98/+62
* runtime: fix software FP regs corruption when emulating SQRT on ARMShenghou Ma2015-05-051-2/+1
* runtime: rename gothrow to throwKeith Randall2014-12-281-1/+1
* [dev.cc] runtime: fix _sfloat thunkDave Cheney2014-11-151-2/+3
* [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox2014-11-121-1/+1
* [dev.cc] runtime: convert softfloat_arm.c to Go + build fixesRuss Cox2014-11-111-0/+644