aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/nilcheck_test.go
AgeCommit message (Expand)Author
2020-12-08[dev.regabi] cmd/compile: add ssa.Aux tag interface for Value.AuxMatthew Dempsky
2020-03-03cmd/compile: optimize integer-in-range checksMichael Munday
2019-11-15all: fix a bunch of misspellingsVille Skyttä
2019-10-02cmd/compile: allow multiple SSA block control valuesMichael Munday
2018-10-15cmd/compile: fuse before branchelimJosh Bleecher Snyder
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-18cmd/compile: use testConfig consistently in SSA testsJosh 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-12cmd/compile: add x.Uses==1 test to load combinersKeith Randall
2016-04-12cmd/compile: share dominator tree among many passesAlexandru Moșoi
2016-04-03all: fix spelling mistakesEric Engestrom
2016-02-28[dev.ssa] cmd/compile: add max arg length to opcodesTodd Neal
2016-02-17[dev.ssa] cmd/compile/internal/ssa: transform degenerate control blocksAlexandru Moșoi
2016-02-02[dev.ssa] cmd/compile: add aux typing, flags to opsKeith Randall
2016-01-28[dev.ssa] cmd/compile: make cse fasterKeith Randall
2015-11-03[dev.ssa] cmd/compile: start arguments as spilledKeith Randall
2015-11-03[dev.ssa] cmd/compile: Do pointer arithmetic with int, not uintptrKeith Randall
2015-10-23[dev.ssa] cmd/compile: repair ssa testing build and testDavid Chase
2015-09-07[dev.ssa] cmd/compile: clean up nilcheck logicTodd Neal
2015-09-05[dev.ssa] cmd/compile: rewrite user nil check as OpIsNonNilTodd Neal
2015-08-11[dev.ssa] cmd/compile/ssa: don't nil check phis with non-nil argumentsTodd Neal
2015-08-06[dev.ssa] cmd/compile/ssa: don't perform nilcheck on OpAddr/OpAddPtr valuesTodd Neal
2015-08-03[dev.ssa] cmd/compile/ssa: speed up nilcheckTodd Neal
2015-06-29[dev.ssa] cmd/compile/ssa: add comparison opsJosh Bleecher Snyder
2015-06-29[dev.ssa] cmd/compile/ssa: add nilcheckelim benchmarksJosh Bleecher Snyder