aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/compile.go
AgeCommit message (Expand)Author
2024-04-22cmd/compile: combine phielim and copyelim into a single passjeffery
2023-10-06cmd/compile: expand calls cleanupDavid Chase
2023-09-12cmd/compile: sparse conditional constant propagationYi Yang
2023-09-08cmd/compile/internal/ssagen: call AllocFrame after ssa.CompileMatthew Dempsky
2023-05-24Revert "cmd/compile: sparse conditional constant propagation"Bryan Mills
2023-05-24cmd/compile: sparse conditional constant propagationYi Yang
2023-04-21cmd/compile: introduce separate memory op combining passKeith Randall
2023-03-13cmd/compile: tighten for huge functions in -N modeCherry Mui
2023-01-20all: fix typos in go file commentsMarcel Meyer
2022-10-17cmd/compile: split 3 operand LEA in late lower passWayne Zuo
2022-10-05cmd/compile: add late lower pass for last rules to runeric fang
2022-09-07cmd/compile/internal/ssa: use strings.Buildercuiweixie
2022-04-11all: gofmt main repoRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2021-09-20cmd/compile: extend dump-to-file to handle "genssa" (asm) case.David Chase
2021-04-29cmd/compile: minor doc enhancementsThan McIntosh
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-03-18cmd: move experiment flags into objabi.ExperimentAustin Clements
2021-01-26[dev.regabi] cmd/compile: remove leftover code form late call lowering workDavid Chase
2020-10-30cmd/compile: code cleanupMichele Di Pede
2020-10-29cmd/compile: delay expansion of OpArg until expand_callsDavid Chase
2020-10-23cmd/compile: avoid generating CSEs; do all aggregates; maintain debug namesDavid Chase
2020-10-01cmd/compile: allow directory specification for GOSSAFUNC outputDavid Chase
2020-10-01cmd/compile: fix late call expansion for SSA-able aggregate results and argum...David Chase
2020-09-18cmd/compile: add code to expand calls just before late optDavid Chase
2020-08-17cmd/compile: move dumpFileSeqsurechen
2020-06-10cmd/compile: always tighten and de-duplicate tuple selectorsMichael Munday
2020-04-05cmd/compile: restore missing columns in ssa.htmlBradford Lamson-Scribner
2020-04-05cmd/compile: refactor around HTMLWriter removing logger in favor of FuncBradford Lamson-Scribner
2020-03-10cmd/compile: insert complicated x86 addressing modes as a separate passKeith Randall
2020-03-03cmd/compile: optimize integer-in-range checksMichael Munday
2020-03-02cmd/compile: add -d=ssa/check/seed=SEEDJosh Bleecher Snyder
2019-10-14cmd/compile: add debugging mode for posetGiovanni Bajo
2019-10-03cmd/compile: run deadcode before nilcheck for better statement relocationDavid Chase
2019-08-27cmd/compile: improve shortcircuit passJosh Bleecher Snyder
2019-08-27cmd/compile: run deadcode before lowered CSEJosh Bleecher Snyder
2019-05-08cmd/compile: add countRule rewrite rule helperJosh Bleecher Snyder
2019-05-07cmd/compile: note that some rules know the name of the opt passJosh Bleecher Snyder
2019-04-19cmd/compile: move phi tighten after criticalJosh Bleecher Snyder
2019-02-26cmd/compile: don't crash on -d=ssa/Daniel Martí
2018-11-28cmd/compile: randomize value order in block for testingKeith Randall
2018-11-23cmd/compile: decompose composite OpArg before decomposeUserDavid Chase
2018-10-15cmd/compile: fuse before branchelimJosh Bleecher Snyder
2018-08-23cmd/compile: clean the output of GOSSAFUNCYury Smolsky
2018-07-02cmd/compile: run generic deadcode in -N modeCherry Zhang
2018-06-13cmd/compile: use expandable columns in ssa.htmlYury Smolsky
2018-05-14cmd/compile: assign and preserve statement boundaries.David Chase
2018-05-08cmd/compile: add some generic composite type optimizationsMichael Munday
2018-04-29cmd/compile: better formatting for ssa phases options docAlberto Donizetti