aboutsummaryrefslogtreecommitdiff
path: root/doc/asm.html
AgeCommit message (Expand)Author
2023-11-28doc: document PCALIGN directiveMauri de Souza Meneguzzo
2021-09-10doc/asm: fix HTML markupWANG Xuerui
2021-08-10doc: use "high address/low address" instead of "top/bottom"fanzha02
2021-07-07doc: remove stale comment about arm64 portMichael Anthony Knyszek
2021-01-25doc/asm: add a section on go_asm.h, clean up go_tls.h sectionAustin Clements
2020-09-01doc/asm: add BP is callee-save paragraphEgon Elbre
2020-05-01doc, cmd/internal/obj/arm64: update the directives in the docfanzha02
2019-09-16doc: update ppc64 section for asm.htmlLynn Boger
2019-08-11doc/asm: document go_asm.h only works in the runtime packagePure White
2019-05-08doc: update /doc/asm compiler output exampleRuss Cox
2018-11-06cmd/asm: rename R18 to R18_PLATFORM on ARM64Cherry Zhang
2018-04-27cmd/compile: add softfloat support to mips64{,le}Milan Knezevic
2018-04-20cmd/internal/obj/arm64: summarize the Go assembly syntax and the GNU syntax m...fanzha02
2018-01-09doc: s/tool chain/toolchain/Russ Cox
2017-11-30cmd/go, cmd/dist: introduce GOMIPS environment variableVladimir Stefanovic
2016-12-20doc: add mips, mips64 information to asm.htmlVladimir Stefanovic
2016-07-26doc: add s390x information to asm.htmlMichael Munday
2016-02-16doc: fix remaining TODOs in Go 1.6 release notesRuss Cox
2016-02-04doc: rewrite references to plan9.bell-labs.com to 9p.ioAndrew Gerrand
2016-01-14cmd/compile: recognize Syscall-like functions for liveness analysisRuss Cox
2016-01-06doc: fix incorrect example in asm.htmlIan Lance Taylor
2015-08-19doc/go1.5.html: refer to ppc64 as 64-bit PowerPC, not Power 64Russ Cox
2015-07-23doc: mention the ppc64(le) ports in release notesRob Pike
2015-07-15doc: add a few more details about arm and ppc64 to asm.htmlRob Pike
2015-07-13doc: update the architecture-specific information in asm.htmlRob Pike
2015-07-09doc: document the machine-independent changes to the assemblerRob Pike
2015-06-26Fix several out of date references to 4g/5g/6g/8g/9g.Aaron Jacobs
2015-02-15doc/asm: document that assembly function must use short nameShenghou Ma
2014-10-28doc/asm: explain coordination with garbage collectorRuss Cox
2014-08-12all: copy cmd/ld/textflag.h into pkg/GOOS_GOARCHRob Pike
2014-06-26all: remove 'extern register M *m' from runtimeRuss Cox
2014-04-27doc: fix an articleBrad Fitzpatrick
2014-04-15doc/asm.html: remove mention of 6l -aRob Pike
2013-11-13doc/asm: more about SP, ARM R11Russ Cox
2013-11-12doc/asm.html: new document, a brief guide to the assemblerRob Pike