aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/softfloat_arm.go
AgeCommit message (Expand)Author
2018-04-17cmd/internal/obj/arm, runtime: delete old ARM softfloat codeCherry Zhang
2017-06-15runtime: restore arm assembly stubs for div/modKeith Randall
2017-06-14runtime: remove unused arm assembly for div/modKeith Randall
2016-07-20[dev.ssa] cmd/internal/obj, etc.: add and use NEGF, NEGD instructions on ARMCherry Zhang
2016-07-16[dev.ssa] cmd/compile: add floating point optimizations in SSA for ARMCherry Zhang
2016-05-05cmd/compile: repair MININT conversion bug in arm softfloatDavid Chase
2016-04-25runtime: arm5, fix large-offset floating-point storesKeith Randall
2016-03-07runtime: eliminate unnecessary type conversionsMatthew Dempsky
2016-02-24all: fix typos and spellingMartin Möhrmann
2015-09-04runtime: teach softfloat interpreter about "add r11, pc, r11"Michael Hudson-Doyle
2015-06-26runtime: slightly clean up softfloat codeShenghou Ma
2015-05-05runtime: fix software FP regs corruption when emulating SQRT on ARMShenghou Ma
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-11-15[dev.cc] runtime: fix _sfloat thunkDave Cheney
2014-11-12[dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox
2014-11-11[dev.cc] runtime: convert softfloat_arm.c to Go + build fixesRuss Cox