aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/main.go
AgeCommit message (Expand)Author
2020-03-27[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2020-03-23[dev.link] cmd/asm, cmd/compile: add back newobj flagCherry Zhang
2020-03-13cmd/asm, cmd/compile, runtime: add -spectre=ret modeRuss Cox
2020-03-13cmd/compile: add spectre mitigation mode enabled by -spectreRuss Cox
2020-03-13[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2020-03-06cmd/compile: avoid range over copy of arrayCuong Manh Le
2020-01-31[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2020-01-13cmd/compile: print recursive types correctlyKeith Randall
2019-12-03[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2019-12-02cmd/compile: declare with type for fmtMode constantTao Qingyun
2019-11-11[dev.link] cmd/compile, cmd/asm: delete old object file format supportCherry Zhang
2019-11-11[dev.link] cmd: reenable newobj mode by defaultCherry Zhang
2019-11-10cmd/compile: add framework for logging optimizer (non)actions to LSPDavid Chase
2019-11-08cmd/compile: don't apply -lang=go1.X restrictions to imported packagesMatthew Dempsky
2019-11-05cmd: merge branch 'dev.link' into masterCherry Zhang
2019-11-05[dev.link] cmd: default to old object file formatCherry Zhang
2019-11-05cmd/compile, cmd/link: add coverage instrumentation for libfuzzerMatthew Dempsky
2019-10-25[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2019-10-24cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
2019-10-22cmd/compile: enable -d=checkptr when -race or -msan is specifiedMatthew Dempsky
2019-10-21[dev.link] cmd: reference symbols by name when linking against Go shared libraryCherry Zhang
2019-10-18cmd/compile: only escape unsafe.Pointer conversions when -d=checkptr=2Matthew Dempsky
2019-10-18[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2019-10-17cmd/compile: add -d=checkptr to validate unsafe.Pointer rulesMatthew Dempsky
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-16[dev.link] cmd: default to new object filesCherry Zhang
2019-10-11[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2019-10-09all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick
2019-10-02[dev.link] cmd/compile, cmd/asm: assign index to symbolsCherry Zhang
2019-10-01[dev.link] cmd/compile: finish all data generation before writing object fileCherry Zhang
2019-09-25cmd/compile: remove -s flagMatthew Dempsky
2019-09-08all: fix typosAinar Garipov
2019-09-03cmd/compile: simplify {defer,resume}checkwidth logicMatthew Dempsky
2019-08-28cmd/compile: remove -newescape flagMatthew Dempsky
2019-06-07cmd/dist,cmd/compile: remove -allabis modeAustin Clements
2019-06-06cmd/compile: correct capitalization in recordFlags parameterDavid Chase
2019-06-06cmd/compile: add -smallframes gc flag for GC latency diagnosisDavid Chase
2019-05-02sort: simplify bootstrapRuss Cox
2019-04-23cmd/link: revert/revise CL 98075 because LLDB is very picky nowDavid Chase
2019-04-19internal/goversion: add new package, move Go 1.x constant there out of go/buildBrad Fitzpatrick
2019-04-16cmd/compile: enable -newescape by defaultMatthew Dempsky
2019-04-15cmd/compile: add new escape analysis implementationMatthew Dempsky
2019-04-02compile,link: export package name in debug_infoAlessandro Arzilli
2019-01-11cmd/compile: separate data and function LSymsAustin Clements
2018-12-11cmd/compile: use innermost line number for -SKeith Randall
2018-11-26cmd/compile: remove CLOBBERDEAD experimentKeith Randall
2018-11-21cmd/compile: add control flow graphs to ssa.htmlYury Smolsky
2018-11-19cmd/compile: bulk renameJosh Bleecher Snyder
2018-11-14cmd/compile: by default accept any languageIan Lance Taylor