aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/loopreschedchecks.go
AgeCommit message (Expand)Author
2021-03-23cmd/compile: remove AuxCall.results, cleanup ssagen/ssa.goDavid Chase
2021-03-22cmd/compile: remove now-redundant AuxCall.argsDavid Chase
2021-02-24cmd/compile: plumb abi info into ssagen/ssaDavid Chase
2020-09-16cmd/compile: initialize ACArgs and ACResults AuxCall fields for static and in...David Chase
2020-09-16cmd/compile: extend ssa.AuxCall to closure and interface callsDavid Chase
2020-09-16cmd/compile: introduce special ssa Aux type for callsDavid Chase
2019-08-29cmd/compile: simplify postorderJosh Bleecher Snyder
2018-03-26cmd/compile: finish GOEXPERIMENT=preemptibleloops repairDavid Chase
2018-02-20all: fix misspellingsShawn Smith
2017-09-28cmd/compile: simplify a few bits of the codeDaniel Martí
2017-09-15all: fix article typosKunpei Sakai
2017-07-14cmd/compile: fix phi-function updates for preemptible loopsDavid Chase
2017-05-15cmd/compile: better check for single live memoryKeith Randall
2017-05-09cmd/compile: change ssa.Type into *types.TypeJosh Bleecher Snyder
2017-04-28Revert "cmd/compile: add Type.MustSize and Type.MustAlignment"Josh Bleecher Snyder
2017-04-27cmd/compile: add Type.MustSize and Type.MustAlignmentJosh Bleecher Snyder
2017-03-19cmd/compile: separate ssa.Frontend and ssa.TypeSourceJosh Bleecher Snyder
2017-03-17cmd/compile: move Frontend field from ssa.Config to ssa.FuncJosh Bleecher Snyder
2017-03-08cmd/compile: check loop rescheduling with stack bound, not counterDavid Chase
2017-02-01all: merge dev.inline into masterRuss Cox
2017-01-09cmd/compile: insert scheduling checks on loop backedgesDavid Chase