aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/syntax.go
AgeCommit message (Expand)Author
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: clean up debug flag (-d) handling [generated]Russ Cox
2020-11-25[dev.regabi] cmd/compile: clean up flag handling [generated]Russ Cox
2020-11-25[dev.regabi] cmd/compile: add Node field getters and settersRuss Cox
2020-11-25[dev.regabi] cmd/compile: replace Val with go/constant.ValueMatthew Dempsky
2020-11-24[dev.regabi] cmd/compile: introduce OMETHEXPR instead of overloading ONAMERuss Cox
2020-11-24[dev.regabi] cmd/compile: add OMETHEXPRRuss Cox
2020-11-24[dev.regabi] cmd/compile: clean up Node.FuncRuss Cox
2020-11-24[dev.regabi] cmd/compile: refactor type/value assertionsMatthew Dempsky
2020-11-24[dev.regabi] cmd/compile: replace CTNIL with ONILMatthew Dempsky
2020-11-24[dev.regabi] cmd/compile: add (unused) ONIL constantMatthew Dempsky
2020-11-24[dev.regabi] cmd/compile/internal/gc: add MethodName for getting referenced m...Matthew Dempsky
2020-11-13cmd/compile: update comments only for Node types and some functionsDan Scales
2020-10-31cmd/compile: fmt improvements for AST nodes and some comments on AST nodesDan Scales
2020-10-27cmd/compile: defer lowering OANDNOT until SSACuong Manh Le
2020-10-23cmd/compile: add //go:embed supportRuss Cox
2020-10-22cmd/compile: make gc debug flags collector a structAlberto Donizetti
2020-10-21cmd/compile/internal/gc: fix commentshk
2020-09-18cmd/compile: more comprehensive tests for #24991Matthew Dempsky
2020-09-13cmd/compile: remove nodeNeedsWrapper flagCuong Manh Le
2020-09-13cmd/compile: attach OVARLIVE nodes to OCALLxxxCuong Manh Le
2020-09-09cmd/compile: fix mishandling of unsafe-uintptr arguments in go/deferCuong Manh Le
2020-08-20cmd/compile: fix checkptr handling of &^Matthew Dempsky
2020-05-07cmd/compile: optimize make+copy pattern to avoid memclrMartin Möhrmann
2020-04-23cmd/compile: remove ODDDARGMatthew Dempsky
2020-04-23cmd/compile: use fixVariadicCall in escape analysisMatthew Dempsky
2020-04-21cmd/compile: detect and diagnose invalid //go: directive placementRuss Cox
2020-04-20cmd/compile: clarify Node.NonNil and Node.BoundedJosh Bleecher Snyder
2020-04-10cmd/compile: use a Sym type instead of interface{} for symbolic offsetsKeith Randall
2020-02-26cmd/compile: mark Lsyms as readonly earlierJosh Bleecher Snyder
2019-11-12cmd/compile: enable optimizer logging for inline-related eventsDavid Chase
2019-11-05cmd/compile, cmd/link: add coverage instrumentation for libfuzzerMatthew Dempsky
2019-10-24cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
2019-10-16Revert "cmd/compile, cmd/link, runtime: make defers low-cost through inline c...Bryan C. Mills
2019-10-16cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
2019-10-14cmd/compile: move some ONAME-specific flags from Node to NameMatthew Dempsky
2019-10-13cmd/compile: remove Addable flagMatthew Dempsky
2019-10-08cmd/compile: split n.Noescape() into separate usesMatthew Dempsky
2019-09-28cmd/compile: use Node.Right for OAS2* nodes (cleanup)Mohit Verma
2019-09-18cmd/compile: remove toolstash bandageMatthew Dempsky
2019-09-18cmd/compile: remove OCASE and rename OXCASE to OCASEMatthew Dempsky
2019-09-12cmd/compile: allow iota inside function in a ConstSpecCuong Manh Le
2019-09-08all: fix typosAinar Garipov
2019-05-29cmd/compile: sort OAS2* declarationsMatthew Dempsky
2019-05-29cmd/compile: fix package initialization orderingMatthew Dempsky
2019-05-21cmd/compile: clarify the difference between types.Sym and obj.LSymLE Manh Cuong
2019-04-08cmd/compile: add ORESULT, remove OINDREGSPJosh Bleecher Snyder
2019-03-20cmd/compile: port callnew to ssa conversionJosh Bleecher Snyder
2018-12-28cmd/compile,runtime: redo mid-stack inlining tracebacksKeith Randall