index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
softfloat_arm.go
Age
Commit message (
Expand
)
Author
2018-04-17
cmd/internal/obj/arm, runtime: delete old ARM softfloat code
Cherry Zhang
2017-06-15
runtime: restore arm assembly stubs for div/mod
Keith Randall
2017-06-14
runtime: remove unused arm assembly for div/mod
Keith Randall
2016-07-20
[dev.ssa] cmd/internal/obj, etc.: add and use NEGF, NEGD instructions on ARM
Cherry Zhang
2016-07-16
[dev.ssa] cmd/compile: add floating point optimizations in SSA for ARM
Cherry Zhang
2016-05-05
cmd/compile: repair MININT conversion bug in arm softfloat
David Chase
2016-04-25
runtime: arm5, fix large-offset floating-point stores
Keith Randall
2016-03-07
runtime: eliminate unnecessary type conversions
Matthew Dempsky
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2015-09-04
runtime: teach softfloat interpreter about "add r11, pc, r11"
Michael Hudson-Doyle
2015-06-26
runtime: slightly clean up softfloat code
Shenghou Ma
2015-05-05
runtime: fix software FP regs corruption when emulating SQRT on ARM
Shenghou Ma
2014-12-28
runtime: rename gothrow to throw
Keith Randall
2014-11-15
[dev.cc] runtime: fix _sfloat thunk
Dave Cheney
2014-11-12
[dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstack
Russ Cox
2014-11-11
[dev.cc] runtime: convert softfloat_arm.c to Go + build fixes
Russ Cox