aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/regalloc_test.go
AgeCommit message (Expand)Author
2020-09-16cmd/compile: introduce special ssa Aux type for callsDavid Chase
2018-05-30cmd/compile: do not allow regalloc to LoadReg G registerDavid Chase
2017-05-24cmd/compile: test for moving spillsKeith Randall
2017-05-09cmd/compile: change ssa.Type into *types.TypeJosh Bleecher Snyder
2017-03-25cmd/compile: provide pos and curfn to tempJosh Bleecher Snyder
2017-03-23cmd/compile: initialize loop depthsKeith Randall
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
2016-04-23cmd/compile: get rid of most byte and word insns for amd64Keith Randall
2016-02-02[dev.ssa] cmd/compile: add aux typing, flags to opsKeith Randall
2015-12-11[dev.ssa] cmd/compile: allocate the flag register in a separate passKeith Randall
2015-11-03[dev.ssa] cmd/compile: start arguments as spilledKeith Randall
2015-08-04[dev.ssa] cmd/compile: treat control ops as live at end of blockJosh Bleecher Snyder