summaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/compile.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: make non-concurrent compiles deterministic againMatthew Dempsky2021-05-091-23/+36
* cmd/compile: add traceback argument info to ABI0 assembly functionsCherry Zhang2021-05-031-0/+6
* cmd/compile: don't modify underlying type when creating bitmap for bodyless f...David Chase2021-04-131-2/+2
* cmd/compile: update default ABI choices for calls and bodyless fn stack mapsDavid Chase2021-03-301-1/+1
* cmd/compile: fix WriteFuncMap for new ABI.David Chase2021-03-221-2/+2
* cmd/compile: (fixed) spill output parameters passed in registers as autosDavid Chase2021-03-161-1/+1
* Revert "cmd/compile: spill output parameters passed in registers as autos"David Chase2021-03-151-1/+1
* cmd/compile: spill output parameters passed in registers as autosDavid Chase2021-03-151-1/+1
* cmd/compile: better version of check frame offsets against abiDavid Chase2021-03-021-0/+3
* Revert "cmd/compile: check frame offsets against abi"Bryan C. Mills2021-03-011-3/+0
* cmd/compile: check frame offsets against abiDavid Chase2021-02-271-0/+3
* [dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...Dan Scales2021-01-161-1/+1
* [dev.regabi] cmd/compile: move stkobj symbol generation to SSAMatthew Dempsky2021-01-151-16/+0
* [dev.regabi] cmd/compile: move more PAUTOHEAP to SSA constructionMatthew Dempsky2021-01-141-9/+6
* [dev.regabi] cmd/compile: compile functions before closuresMatthew Dempsky2021-01-121-11/+40
* [dev.regabi] cmd/compile: unindent compileFunctionsMatthew Dempsky2021-01-121-37/+39
* [dev.regabi] cmd/compile: always use the compile queueMatthew Dempsky2021-01-121-65/+22
* [dev.regabi] cmd/compile: remove Name.Class_ accessorsMatthew Dempsky2021-01-041-1/+1
* [dev.regabi] cmd/compile: rewrite to use linksym helpers [generated]Matthew Dempsky2020-12-291-1/+1
* [dev.regabi] cmd/compile: split out package walk [generated]Russ Cox2020-12-231-1/+2
* [dev.regabi] cmd/compile: split out package ssagen [generated]Russ Cox2020-12-231-0/+177