summaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/textflag.go
Commit message (Expand)AuthorAgeFilesLines
* doc: use "high address/low address" instead of "top/bottom"fanzha022021-08-101-2/+2
* cmd/compile: update a few stale commentsAustin Clements2021-03-291-1/+2
* [dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...Dan Scales2021-01-161-1/+1
* [dev.regabi] cmd/compile,cmd/link: initial support for ABI wrappersThan McIntosh2020-12-221-0/+3
* Revert "cmd/asm: align an instruction or a function's address"Bryan C. Mills2020-03-311-5/+0
* cmd/asm: align an instruction or a function's addressfanzha022020-03-311-0/+5
* cmd/link, runtime: mark goexit as the top of the call stackMichael Munday2019-04-151-0/+4
* cmd/compile: track reflect.Type.Method in deadcodeDavid Crawshaw2016-03-111-0/+3
* all: single space after period.Brad Fitzpatrick2016-03-021-2/+2
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* cmd/internal/obj, runtime: add NOFRAME flag to suppress stack frame set up on...Michael Hudson-Doyle2015-10-181-0/+5
* cmd/internal/obj: some platform independent bits of proper toolchain support ...Michael Hudson-Doyle2015-09-031-0/+4
* all: switch to the new deprecation conventionShenghou Ma2015-06-181-1/+3
* cmd/internal/gc, cmd/internal/ld, cmd/internal/obj: teach compiler about loca...Michael Hudson-Doyle2015-04-241-0/+3
* [dev.cc] cmd/internal/obj: convert liblink C to GoRuss Cox2015-01-211-0/+33