aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/sizeof_test.go
AgeCommit message (Expand)Author
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
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-10-08cmd/compile: add SSA rules for s390x compare-and-branch instructionsMichael Munday
2019-10-02cmd/compile: allow multiple SSA block control valuesMichael Munday
2018-05-23cmd/compile: add wasm stack optimizationRichard Musiol
2017-07-26[dev.debug] cmd/compile: track variable decomposition in LocalSlotHeschi Kreinick
2017-06-03cmd/compile: add valState to ssa sizeof testsJosh Bleecher Snyder
2017-05-09cmd/compile: change ssa.Type into *types.TypeJosh Bleecher Snyder
2017-01-09[dev.inline] cmd/internal/src: introduce compact source position representationRobert Griesemer
2017-01-09[dev.inline] cmd/internal/src: replace src.Pos with syntax.PosRobert Griesemer
2016-05-05cmd/compile: enable constant-time CFG editingKeith Randall
2016-03-17cmd/compile: keep value use counts in SSAKeith Randall
2016-03-08cmd/compile: preallocate storage for three Value argsJosh Bleecher Snyder
2016-03-07cmd/compile: add sizeof test for ssa typesJosh Bleecher Snyder