aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/textflag.go
AgeCommit message (Expand)Author
2021-08-10doc: use "high address/low address" instead of "top/bottom"fanzha02
2021-03-29cmd/compile: update a few stale commentsAustin Clements
2021-01-16[dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...Dan Scales
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
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-06-18all: switch to the new deprecation conventionShenghou Ma
2015-04-24cmd/internal/gc, cmd/internal/ld, cmd/internal/obj: teach compiler about loca...Michael Hudson-Doyle
2015-01-21[dev.cc] cmd/internal/obj: convert liblink C to GoRuss Cox