aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/vlop_arm.s
AgeCommit message (Expand)Author
2020-06-04all: fix dead links to inferno-os bitbucket repositoryTobias Klauser
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2018-10-03all: this big patch remove whitespace from assembly filesZhou Peng
2018-08-24all: align cpu feature variable offset namingMartin Möhrmann
2018-08-24runtime: move arm hardware division support detection to internal/cpuMartin Möhrmann
2018-04-17cmd/internal/obj/arm, runtime: delete old ARM softfloat codeCherry Zhang
2018-02-14cmd/compile: CALLudiv on nacl/arm doesn't clobber R12Cherry Zhang
2018-02-12runtime, sync/atomic: use NOFRAME on armAustin Clements
2017-06-15runtime: restore arm assembly stubs for div/modKeith Randall
2017-06-14runtime: remove unused arm assembly for div/modKeith Randall
2017-04-20cmd/compile: rework handling of udiv on ARMJosh Bleecher Snyder
2017-04-11runtime: use hardware divider to improve performanceBen Shi
2016-10-11cmd/link: insert trampolines for too-far jumps on ARMCherry Zhang
2016-09-20cmd/compile: simplify div/mod on ARMCherry Zhang
2016-08-29all: fix obsolete inferno-os linksEmmanuel Odeke
2016-03-02all: single space after period.Brad Fitzpatrick
2015-07-30runtime: change arm software div/mod call sequence not to modify stackRuss Cox
2015-02-18[dev.cc] cmd/asm: make 4(SP) illegal except on 386Rob Pike
2015-02-13[dev.cc] all: edit assembly source for ARM to be more regularRob Pike
2014-11-11[dev.cc] runtime: fix arm5 buildRuss Cox
2014-11-11[dev.cc] runtime: convert assembly files for C to Go transitionRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox