aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/regalloc_test.go
AgeCommit message (Expand)Author
2026-02-23cmd/compile: fix a typo in startRegs drop conditionAlexander Musman
2026-02-10cmd/compile: move likely used values into registers before entering loopKeith Randall
2025-10-15cmd/compile: remove rematerializable values from live set across callsAlexander Musman
2025-10-03cmd/compile: accounts rematerialize ops's output reginfoJunyang Shao
2025-08-13cmd/compile: use generated loops instead of DUFFCOPY on amd64Keith Randall
2025-08-12Revert "cmd/compile: use generated loops instead of DUFFCOPY on amd64"Keith Randall
2025-08-12cmd/compile: use generated loops instead of DUFFCOPY on amd64Keith Randall
2025-07-31cmd/compile: use generated loops instead of DUFFZERO on amd64Keith Randall
2023-09-08cmd/compile/internal/ssa: replace Frontend.Auto with Func.NewLocalMatthew Dempsky
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