aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/main.go
AgeCommit message (Expand)Author
2017-07-27[dev.debug] cmd/compile: better DWARF with optimizations ondev.debugHeschi Kreinick
2017-07-17cmd/compile: omit X:framepointer in compile versionRuss Cox
2017-06-19cmd/compile: permit Unicode spaces in (expanded) package pathsRobert Griesemer
2017-06-15cmd/compile: better error for malformed packagesMatthew Dempsky
2017-06-06cmd/compile: reject unknown //go: comments in std libraryKeith Randall
2017-06-06cmd/compile: use file content, not suffix, to distinguish .a and .o filesRuss Cox
2017-06-06cmd/compile: add -importcfg to specify import resolutionRuss Cox
2017-05-18cmd/compile: output DWARF lexical blocks for local variablesAlessandro Arzilli
2017-05-14cmd/compile: don't update outer variables after capturevars is completeJosh Bleecher Snyder
2017-05-09cmd/compile: make "imported and not used" errors deterministicJosh Bleecher Snyder
2017-05-05cmd/compile: add Func.SetNilCheckDisabledJosh Bleecher Snyder
2017-05-04cmd/go, cmd/compile: match tool versionsDavid Crawshaw
2017-04-28cmd/compile: check width of embedded interfaces in expandifaceJosh Bleecher Snyder
2017-04-27cmd/compile: move Used from gc.Node to gc.NameJosh Bleecher Snyder
2017-04-27cmd/compile: add initial backend concurrency supportJosh Bleecher Snyder
2017-04-24cmd/compile: add -c flagJosh Bleecher Snyder
2017-04-22cmd: remove IntSize and WidthintMatthew Dempsky
2017-04-22cmd/compile/internal/types: eliminate FieldNameMatthew Dempsky
2017-04-21cmd/compile: provide a way to auto-discover -d debug keysDamien Lespiau
2017-04-21cmd/compile: move typepkg to package typesJosh Bleecher Snyder
2017-04-21cmd/compile: move Linksym, linksymname, and isblanksym to types packageJosh Bleecher Snyder
2017-04-19cmd/compile: pass package name to types.NewPkgRobert Griesemer
2017-04-19cmd/compile: move and rename mkpkg to types.NewPkgRobert Griesemer
2017-04-19cmd/internal/objabi: extract shared functionality from objMatthew Dempsky
2017-04-18cmd/compile: eliminate dead code in if statements after typecheckingJosh Bleecher Snyder
2017-04-17cmd/compile: add flag to disable DWARF generationJosh Bleecher Snyder
2017-04-16cmd/compile: remove flag_largemodelJosh Bleecher Snyder
2017-04-07cmd/compile/internal/types: remove CmptmpMatthew Dempsky
2017-04-07cmd/compile: factor out dcl stack ops into package typesRobert Griesemer
2017-04-07cmd/internal/obj: eagerly initialize assemblersJosh Bleecher Snyder
2017-04-07cmd/compile: factor out Pkg, Sym, and Type into package typesRobert Griesemer
2017-04-05cmd/compile: add mutex profiling supportJosh Bleecher Snyder
2017-04-03cmd/compile: add block profiling supportJosh Bleecher Snyder
2017-03-31cmd/compile: rework reporting of oversized stack framesJosh Bleecher Snyder
2017-03-30cmd/compile: remove Pkglookup in favor of LookupRobert Griesemer
2017-03-30cmd/compile: add global autogeneratedPosJosh Bleecher Snyder
2017-03-24cmd/compile/internal/gc: remove unused parameter to importfileMatthew Dempsky
2017-03-24cmd/compile: be slightly more tolerant in case of certain syntax errorsRobert Griesemer
2017-03-24cmd/compile: remove global var importpkg in favor of simple boolRobert Griesemer
2017-03-24cmd/compile: pass in importpkg to importer rather than rely on globalRobert Griesemer
2017-03-20cmd/internal/obj: convert Debug* Link fields into boolsJosh Bleecher Snyder
2017-03-20cmd/go, cmd/compile: always optimize when building runtimeJosh Bleecher Snyder
2017-03-17cmd/compile/internal/gc: rename Thearch to thearchMatthew Dempsky
2017-03-17cmd/compile: eliminate direct uses of gc.Thearch in backendsMatthew Dempsky
2017-03-17cmd/compile: rearrange fields between ssa.Func, ssa.Cache, and ssa.ConfigJosh Bleecher Snyder
2017-03-14cmd/compile: de-virtualize interface callsphilhofer
2017-03-13Revert "cmd/compile: de-virtualize interface calls"David Chase
2017-03-13cmd/compile: de-virtualize interface callsPhilip Hofer
2017-03-09cmd/compile: print columns (not just lines) in error messagesRobert Griesemer
2017-03-07cmd/internal/obj: move dwarf.Var generation into compilerMatthew Dempsky