aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/cse_test.go
AgeCommit message (Expand)Author
2019-05-29cmd/compile: add GCNode to VarDef in testsKeith Randall
2018-07-12cmd/compile: add LocalAddr that takes SP,mem operandsDavid Chase
2018-04-24cmd/compile/internal/ssa: add Op{SP,SB} type checks to check.goisharipo
2017-05-09cmd/compile: change ssa.Type into *types.TypeJosh Bleecher Snyder
2017-03-19cmd/compile: clean up SSA test APIJosh Bleecher Snyder
2017-03-17cmd/compile: move Frontend field from ssa.Config to ssa.FuncJosh Bleecher Snyder
2017-03-16cmd/compile: use type information in Aux for Store sizeCherry Zhang
2016-09-19cmd/compile: cache CFG-dependent computationsKeith Randall
2016-04-13cmd/compile: use shared dom tree for cse, tooAlexandru Moșoi
2016-02-22[dev.ssa] cmd/compile: add a zero arg cse passTodd Neal
2016-02-09[dev.ssa] cmd/compile: add test to detect cse bugTodd Neal