summaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/regalloc_test.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: introduce special ssa Aux type for callsDavid Chase2020-09-161-6/+6
* cmd/compile: do not allow regalloc to LoadReg G registerDavid Chase2018-05-301-0/+49
* cmd/compile: test for moving spillsKeith Randall2017-05-241-0/+109
* cmd/compile: change ssa.Type into *types.TypeJosh Bleecher Snyder2017-05-091-13/+14
* cmd/compile: provide pos and curfn to tempJosh Bleecher Snyder2017-03-251-3/+6
* cmd/compile: initialize loop depthsKeith Randall2017-03-231-0/+35
* cmd/compile: clean up SSA test APIJosh Bleecher Snyder2017-03-191-1/+1
* cmd/compile: move Frontend field from ssa.Config to ssa.FuncJosh Bleecher Snyder2017-03-171-1/+1
* cmd/compile: get rid of most byte and word insns for amd64Keith Randall2016-04-231-2/+2
* [dev.ssa] cmd/compile: add aux typing, flags to opsKeith Randall2016-02-021-3/+3
* [dev.ssa] cmd/compile: allocate the flag register in a separate passKeith Randall2015-12-111-4/+5
* [dev.ssa] cmd/compile: start arguments as spilledKeith Randall2015-11-031-1/+1
* [dev.ssa] cmd/compile: treat control ops as live at end of blockJosh Bleecher Snyder2015-08-041-0/+32