aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/tighten.go
AgeCommit message (Expand)Author
2021-03-03cmd/compile: handle aggregate OpArg in registersDavid Chase
2021-02-26cmd/compile: change StaticCall to return a "Results"David Chase
2019-10-02cmd/compile: allow multiple SSA block control valuesMichael Munday
2018-11-29cmd/compile: begin OpArg and OpPhi location lists at block startDavid Chase
2018-05-04cmd/compile: add wasm architectureRichard Musiol
2018-02-27cmd/compile: tighten after loweringJosh Bleecher Snyder
2017-03-09cmd/compile: clean up ssa.Value memory arg usagePhilip Hofer
2016-10-11cmd/compile: remove redundant function idomHajime Hoshi
2016-09-20cmd/compile: improve tighten passKeith Randall
2016-09-01cmd/compile: be more aggressive in tighten pass for booleansKeith Randall
2016-08-04[dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranchKeith Randall
2016-07-21cmd/compile: move phi args which are constants closer to the phiKeith Randall
2016-07-18[dev.ssa] cmd/compile: clean up tuple types and selectsKeith Randall
2016-06-24[dev.ssa] cmd/compile: move tuple selectors to generator's block in CSECherry Zhang
2016-06-08[dev.ssa] cmd/compile: fix scheduling of tuple opsCherry Zhang
2016-02-24[dev.ssa] cmd/compile: reduce line number churn in generated codeDavid Chase
2015-11-03[dev.ssa] cmd/compile: start arguments as spilledKeith Randall
2015-10-23[dev.ssa] cmd/compile: enhance SSA filtering, add OpConvertDavid Chase
2015-10-20[dev.ssa] cmd/compile: don't move mem-using values in tighten passKeith Randall
2015-10-18[dev.ssa] cmd/compile: fill remaining SSA gapsDavid Chase
2015-08-17[dev.ssa] cmd/compile/internal/ssa: New register allocatorKeith Randall
2015-08-06[dev.ssa] cmd/compile: don't move OpSP and OpSB valuesJosh Bleecher Snyder
2015-08-06[dev.ssa] cmd/compile: respect phi values in tightenJosh Bleecher Snyder
2015-08-05[dev.ssa] cmd/compile: add SSA pass to move values closer to usesJosh Bleecher Snyder