aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/location.go
AgeCommit message (Expand)Author
2021-04-16cmd/compile: spill all the parameters around morestackDavid Chase
2021-02-26cmd/compile: change StaticCall to return a "Results"David Chase
2021-01-13[dev.regabi] cmd/compile: add code to support register ABI spills around more...David Chase
2020-12-08[dev.regabi] cmd/compile: change LocalSlot.N to *ir.NameMatthew Dempsky
2020-11-25[dev.regabi] cmd/compile: replace *Node type with an interface Node [generated]Russ Cox
2020-11-25[dev.regabi] cmd/compile: remove gc ↔ ssa cycle hacksRuss Cox
2018-05-22cmd/compile: dense numbering for GP registersAustin Clements
2017-08-17cmd/compile: rename SSA Register.Name to Register.StringKeith Randall
2017-07-27[dev.debug] cmd/compile: better DWARF with optimizations ondev.debugHeschi Kreinick
2017-07-26[dev.debug] cmd/compile: track variable decomposition in LocalSlotHeschi Kreinick
2017-05-09cmd/compile: change ssa.Type into *types.TypeJosh Bleecher Snyder
2016-09-17cmd/compile: fix format verbs in ssa packageKeith Randall
2016-09-16cmd/compile: reorganize SSA register numberingKeith Randall
2016-07-18[dev.ssa] cmd/compile: clean up tuple types and selectsKeith Randall
2015-11-03[dev.ssa] cmd/compile: start arguments as spilledKeith Randall
2015-10-28[dev.ssa] cmd/compile: remember names of valuesKeith Randall
2015-09-05[dev.ssa] cmd/runtime: generate gc bitmaps for SSA-compiled codeKeith Randall
2015-05-28[dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranchKeith Randall