aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/textflag.h
AgeCommit message (Expand)Author
2021-08-10doc: use "high address/low address" instead of "top/bottom"fanzha02
2020-12-22[dev.regabi] cmd/compile,cmd/link: initial support for ABI wrappersThan McIntosh
2020-03-31Revert "cmd/asm: align an instruction or a function's address"Bryan C. Mills
2020-03-31cmd/asm: align an instruction or a function's addressfanzha02
2019-04-15cmd/link, runtime: mark goexit as the top of the call stackMichael Munday
2019-01-01runtime: fix REFLECTMETHOD macroMichael McLoughlin
2016-03-11cmd/compile: track reflect.Type.Method in deadcodeDavid Crawshaw
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-10-18cmd/internal/obj, runtime: add NOFRAME flag to suppress stack frame set up on...Michael Hudson-Doyle
2015-09-03cmd/internal/obj: some platform independent bits of proper toolchain support ...Michael Hudson-Doyle
2015-03-01cmd/5l etc: replace C code with Go codeRuss Cox