aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/syntax.go
AgeCommit message (Expand)Author
2018-11-26cmd/compile: initialize sparse slice literals dynamicallyKeith Randall
2018-11-26cmd/compile: don't constant-fold non-Go constants in the frontendKeith Randall
2018-11-19cmd/compile: bulk renameJosh Bleecher Snyder
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-10-29cmd/compile: move slice construction to callers of makesliceMartin Möhrmann
2018-10-27cmd/compile/internal/gc: represent labels as bare SymsMatthew Dempsky
2018-10-27cmd/compile/internal/gc: fix ONAME documentationMatthew Dempsky
2018-10-19cmd/compile: move argument stack construction to SSA generationJosh Bleecher Snyder
2018-10-11cmd/compile/internal/gc: remove OCMPIFACE/OCMPSTR placeholdersMatthew Dempsky
2018-10-11cmd/compile/internal/gc: remove OCMPIFACE and OCMPSTRMatthew Dempsky
2018-10-06all: fix a bunch of misspellingsIgor Zhilianin
2018-10-03cmd/compile,runtime: remove ambiguously live logicKeith Randall
2018-05-22cmd/compile: don't produce a past-the-end pointer in range loopsAustin Clements
2018-04-11cmd/compile: use existing flag bits to record 'used' property of Names (cleanup)Robert Griesemer
2018-04-09cmd/compile: insert instrumentation during SSA buildingMatthew Dempsky
2018-04-05cmd/compile: extract inline related fields into separate Inline typeMatthew Dempsky
2018-03-14cmd/compile: cleanup closure.goMatthew Dempsky
2018-03-09cmd/compile: fix Node.Etype overloadingMatthew Dempsky
2018-03-08cmd/compile: fuse escape analysis parameter tagging loopsMatthew Dempsky
2018-03-07cmd/compile: remove funcdepth variablesMatthew Dempsky
2018-02-21cmd/compile/internal: use sparseSet, optimize isSyntheticHeschi Kreinick
2018-02-12cmd/compile: eliminate NoFramePointerAustin Clements
2017-11-30compiler,linker: support for DWARF inlined instancesThan McIntosh
2017-11-10cmd/compile: replace opnames with stringerDaniel Martí
2017-10-31cmd/compile: don't export unreachable inline method bodiesMatthew Dempsky
2017-10-29cmd/compile: report typedslicecopy write barriersAustin Clements
2017-10-29cmd/compile: improve coverage of nowritebarrierrec checkAustin Clements
2017-10-25cmd/compile: document function syntax representationMatthew Dempsky
2017-10-24cmd/compile: refactor method expression detectionMatthew Dempsky
2017-10-19cmd/compile: refactor generic AST walking codeMatthew Dempsky
2017-10-11cmd/compile: inline calls to local closuresHugues Bruant
2017-10-11cmd/compile: fix OTYPESW Op commentAlberto Donizetti
2017-10-04cmd/compile: remove Local flags on Type and NodeMatthew Dempsky
2017-09-19cmd/compile: cleanup toolstash pacifier from OXFALL removalMatthew Dempsky
2017-09-19cmd/compile: eliminate OXFALLMatthew Dempsky
2017-07-27[dev.debug] cmd/compile: better DWARF with optimizations onHeschi Kreinick
2017-05-18cmd/compile: output DWARF lexical blocks for local variablesAlessandro Arzilli
2017-05-05cmd/compile: add Func.SetNilCheckDisabledJosh Bleecher Snyder
2017-04-28cmd/compile: use a map to track liveness variable indicesJosh Bleecher Snyder
2017-04-27cmd/compile: move Used from gc.Node to gc.NameJosh Bleecher Snyder
2017-04-26cmd/compile: move Node.Class to flagsJosh Bleecher Snyder
2017-04-26cmd/compile: move Node.Typecheck to flagsJosh Bleecher Snyder
2017-04-26cmd/compile: move Node.Initorder to flagsJosh Bleecher Snyder
2017-04-26cmd/compile: convert Node.Embedded into a flagJosh Bleecher Snyder
2017-04-26cmd/compile: move Node.Walkdef into flagsJosh Bleecher Snyder
2017-04-26cmd/compile: make node.hasVal into two boolsJosh Bleecher Snyder
2017-04-26cmd/compile: make node.Likely a flagJosh Bleecher Snyder
2017-04-23cmd/compile: add and use gc.Node.funcnameJosh Bleecher Snyder
2017-04-12cmd/compile: move Text.From.Sym initialization earlierJosh Bleecher Snyder
2017-04-07Revert "cmd/compile: output DWARF lexical blocks for local variables"Josh Bleecher Snyder