aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/gsubr.go
AgeCommit message (Expand)Author
2020-10-22cmd/compile: make gc debug flags collector a structAlberto Donizetti
2020-10-16cmd/internal/obj: move LSym.Func into LSym.ExtraRuss Cox
2020-08-31cmd/compile,cmd/asm: simplify recording of branch targets, take 2Keith Randall
2020-08-28Revert "cmd/compile,cmd/asm: simplify recording of branch targets"Keith Randall
2020-08-27cmd/compile,cmd/asm: simplify recording of branch targetsKeith Randall
2020-08-23cmd/compile: make Haspointers a method instead of a functionKeith Randall
2020-06-04all: fix dead links to inferno-os bitbucket repositoryTobias Klauser
2020-04-29cmd/compile,runtime: stack maps only at calls, remove register mapsAustin Clements
2020-04-29cmd/compile: fix unsafe-points with stack mapsAustin Clements
2019-11-05cmd/compile, cmd/link: add coverage instrumentation for libfuzzerMatthew Dempsky
2019-11-02cmd/compile: fix missing unsafe-pointsAustin Clements
2019-08-28cmd/compile: remove isfat from order exprLE Manh Cuong
2019-06-07cmd/dist,cmd/compile: remove -allabis modeAustin Clements
2019-06-06cmd/compile: generate ABI wrappers for //go:linkname'd symbolsAustin Clements
2019-02-26cmd/compile: don't bother compiling functions named "_"Keith Randall
2018-11-12cmd/compile: fix TestFormatsAustin Clements
2018-11-12cmd/compile, cmd/link: separate stable and internal ABIsAustin Clements
2018-11-03cmd/compile: avoid duplicate GC bitmap symbolsAustin Clements
2018-05-22cmd/compile, cmd/internal/obj: record register maps in binaryAustin Clements
2018-05-22cmd/compile: output stack map index everywhere it changesAustin Clements
2018-05-18cmd/compile: refactor and cleanup of common code/workaroundDavid Chase
2018-05-14cmd/compile: assign and preserve statement boundaries.David Chase
2018-04-16cmd/compile/internal/gc: add some Node methodsDaniel Martí
2018-02-12cmd/compile: eliminate NoFramePointerAustin Clements
2017-11-30compiler,linker: support for DWARF inlined instancesThan McIntosh
2017-10-22cmd/compile: clean up various bits of codeDaniel Martí
2017-09-17cmd/compile: remove some redundant types in declsDaniel Martí
2017-04-27cmd/compile: move nodarg to walk.goJosh Bleecher Snyder
2017-04-27cmd/compile: add initial backend concurrency supportJosh 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-21cmd/compile: make ggloblsym work with obj.LSymsJosh Bleecher Snyder
2017-04-21cmd/compile: move Linksym, linksymname, and isblanksym to types packageJosh Bleecher Snyder
2017-04-21cmd/compile: simplify sharedProgArray initJosh Bleecher Snyder
2017-04-19cmd/internal/objabi: extract shared functionality from objMatthew Dempsky
2017-04-18cmd/internal/obj: un-embed FuncInfo field in LSymMatthew Dempsky
2017-04-18cmd/internal/obj: rework gclocals handlingJosh Bleecher Snyder
2017-04-12cmd/compile: move Text.From.Sym initialization earlierJosh Bleecher Snyder
2017-04-12cmd/internal/obj: stop storing Text flags in From3Josh Bleecher Snyder
2017-04-11cmd/internal/obj: refactor ATEXT symbol initializationJosh Bleecher Snyder
2017-04-07cmd/compile: factor out Pkg, Sym, and Type into package typesRobert Griesemer
2017-04-06cmd/compile: add Prog cache to ProgsJosh Bleecher Snyder
2017-03-24cmd/compile: replace nod(ONAME) with newnameMatthew Dempsky
2017-03-24cmd/compile: thread Curfn through to debuginfoJosh Bleecher Snyder
2017-03-23cmd/compile: eliminate Prog-related globalsJosh Bleecher Snyder
2017-03-22cmd/compile: eliminate Gins and NaddrJosh Bleecher Snyder
2017-03-20cmd/internal/obj: remove unneeded Addr.Node and Prog.Opt fieldsMatthew Dempsky
2017-03-20cmd/compile: port liveness analysis to SSAMatthew Dempsky
2017-03-06cmd/internal/obj: remove AUSEFIELD pseudo-opMatthew Dempsky
2017-03-03cmd/compile: pack bool fields in Node, Name, Func and Type structs to bitsetsAliaksandr Valialkin