aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/main.go
AgeCommit message (Expand)Author
2020-12-21[dev.regabi] cmd/compile: separate exportsym more cleanlyRuss Cox
2020-12-21[dev.regabi] cmd/compile: collect global compilation stateRuss Cox
2020-12-17[dev.regabi] cmd/compile: cleanup for concrete types - mop-upRuss Cox
2020-12-15[dev.regabi] cmd/compile: use ir.Ident for imported identifiersMatthew Dempsky
2020-12-15[dev.regabi] cmd/compile: type check externdcl earlierMatthew Dempsky
2020-12-14[dev.regabi] cmd/compile: refactor type initialization code into helperThan McIntosh
2020-12-07[dev.regabi] cmd/compile: clean up and document formattingRuss Cox
2020-12-07[dev.regabi] cmd/compile: move Type, Sym printing to package types [generated]Russ Cox
2020-12-07[dev.regabi] cmd/compile: narrow interface between ir and typesRuss Cox
2020-12-01[dev.regabi] cmd/compile: cleanup some leftover cruftMatthew Dempsky
2020-11-30[dev.regabi] cmd/compile: fix -hRuss Cox
2020-11-30[dev.regabi] cmd/compile: clean up Name and Func usesRuss Cox
2020-11-30[dev.regabi] cmd/compile: make ir.Name the ONAME Node implementationRuss Cox
2020-11-30[dev.regabi] cmd/compile: add ir.PkgNameRuss Cox
2020-11-25[dev.regabi] cmd/compile: replace *Node type with an interface Node [generated]Russ Cox
2020-11-25[dev.regabi] cmd/compile: use Node getters and setters [generated]Russ Cox
2020-11-25[dev.regabi] cmd/compile: introduce cmd/compile/internal/ir [generated]Russ Cox
2020-11-25[dev.regabi] cmd/compile: introduce cmd/compile/internal/base [generated]Russ Cox
2020-11-25[dev.regabi] cmd/compile: finish cleanup of Debug parsingRuss Cox
2020-11-25[dev.regabi] cmd/compile: clean up debug flag (-d) handling [generated]Russ Cox
2020-11-25[dev.regabi] cmd/compile: finish cleanup of Flag initializationRuss Cox
2020-11-25[dev.regabi] cmd/compile: clean up flag handling [generated]Russ Cox
2020-11-25[dev.regabi] cmd/compile: remove uses of dummyRuss Cox
2020-11-25[dev.regabi] cmd/compile: replace Val with go/constant.ValueMatthew Dempsky
2020-11-24[dev.regabi] cmd/compile: clean up Node.FuncRuss Cox
2020-11-24[dev.regabi] cmd/compile: clean up error APIRuss Cox
2020-11-24[dev.regabi] cmd/compile: initialize importMap lazilyRuss Cox
2020-11-24[dev.regabi] cmd/compile: rewrite concurrentFlagOk to be clearerRuss Cox
2020-11-19cmd/compile: flag "-d=dumpptrs" to print Node ptrs in Dump outputDan Scales
2020-11-18cmd/compile: fix panic in field tracking logicMatthew Dempsky
2020-11-04cmd/compile,cmd/dist,cmd/go: enable pie buildmode for linux/riscv64Joel Sing
2020-10-29cmd/compile: early devirtualization of interface method callsMatthew Dempsky
2020-10-29Revert "cmd/compile,cmd/internal/sys: enable additional build modes on linux/...Joel Sing
2020-10-27cmd/compile,cmd/internal/sys: enable additional build modes on linux/riscv64Joel Sing
2020-10-23cmd/compile: add //go:embed supportRuss Cox
2020-10-22cmd/compile: make gc debug flags collector a structAlberto Donizetti
2020-10-19cmd/asm: allow def/ref of func ABI when compiling runtimeThan McIntosh
2020-10-01cmd/compile: allow directory specification for GOSSAFUNC outputDavid Chase
2020-09-16cmd/compile: skip looking for OCLOSURE nodes in xtopMatthew Dempsky
2020-09-14cmd/compile: call fninit earlierMatthew Dempsky
2020-09-14cmd/compile: better dclcontext handling in func{hdr,body}Matthew Dempsky
2020-08-11[dev.link] cmd: remove "2", another roundCherry Zhang
2020-07-31[dev.link] ensure package path is set when TEXT symbols are createdJeremy Faller
2020-07-20[dev.link] cmd/internal/obj: handle content-addressable symbols with relocationsCherry Zhang
2020-05-26[dev.link] cmd/{compile,link}: split SDWARFINFO symtype into sub-typesThan McIntosh
2020-05-19[dev.link] cmd/internal/obj: remove asm parameter of NumberSymsCherry Zhang
2020-05-04[dev.link] cmd: delete old object supportCherry Zhang
2020-04-24[dev.link] cmd/internal/goobj2: add index fingerprint to object fileCherry Zhang
2020-04-05cmd/compile: enable -d=checkptr even on windowsAlex Brainman
2020-04-03cmd/compile: allow mid-stack inlining when there is a cycle of recursionDan Scales