aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/asm.s
AgeCommit message (Expand)Author
2021-02-08[dev.regabi] runtime: initialize special registers before sigpanicCherry Zhang
2020-08-17runtime: remove tracebackinit and unused skipPCliu-xuewen
2019-10-10all: remove nacl (part 3, more amd64p32)Brad Fitzpatrick
2019-08-30runtime: remove unnecessary variable decls in asm.sCherry Zhang
2019-06-06runtime: mark all Go symbols called from assembly in other packagesAustin Clements
2018-11-12runtime: correct ABI information for all functionsAustin Clements
2018-05-07cmd/link: add wasm architectureRichard Musiol
2017-03-29runtime: handle inlined calls in runtime.CallersDavid Lazar
2016-08-22runtime: cull dead codeJosh Bleecher Snyder
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2014-11-11[dev.cc] runtime: convert assembly files for C to Go transitionRuss Cox
2014-09-12cmd/gc: turn Go prototypes into ptr liveness maps for assembly functionsRuss Cox