aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/decompose.go
AgeCommit message (Expand)Author
2021-05-08cmd/compile: manage Slot array betterDavid Chase
2021-03-08cmd/compile: minor doc improvementsJosh Bleecher Snyder
2021-01-26[dev.regabi] cmd/compile: remove leftover code form late call lowering workDavid Chase
2020-10-23cmd/compile: avoid generating CSEs; do all aggregates; maintain debug namesDavid Chase
2020-08-27cmd/compile: invalidate zero-use values during rewriteKeith Randall
2020-08-25cmd/compile: don't allow go:notinheap on the heap or stackKeith Randall
2018-11-23cmd/compile: decompose composite OpArg before decomposeUserDavid Chase
2018-04-24cmd/compile/internal/types: remove ElemType wrapperMatthew Dempsky
2018-02-27cmd/compile: mark the first word of an interface as a uintptrKeith Randall
2017-11-05cmd/compile: repair name propagation into aggregate partsDavid Chase
2017-11-01cmd/compile: provide more names for stack slotsDavid Chase
2017-08-17cmd/compile: rename SSA Register.Name to Register.StringKeith Randall
2017-07-25[dev.debug] cmd/compile: keep float names in the Names listHeschi Kreinick
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-04-23cmd/compile: cleanup after IntSize->PtrSize conversionMatthew Dempsky
2017-04-22cmd: remove IntSize and WidthintMatthew Dempsky
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
2016-12-08[dev.inline] cmd/compile/internal/ssa: rename various fields from Line to PosRobert Griesemer
2016-10-31cmd/compile: make [0]T and [1]T SSAable typesKeith Randall
2016-09-14cmd/compile, cmd/link: fix printf verbsJosh Bleecher Snyder
2016-09-14cmd/compile: make ssa compilation unconditionalKeith Randall
2016-08-09[dev.ssa] cmd/compile: port SSA backend to amd64p32Keith Randall
2016-06-06[dev.ssa] cmd/compile: handle floating point on ARMCherry Zhang
2016-06-02[dev.ssa] cmd/compile: decompose 64-bit integer on ARMCherry Zhang
2016-04-11cmd/compile: fix -N buildKeith Randall
2016-04-11cmd/compile: fix naming of decomposed structsKeith Randall
2016-03-31cmd/compile: better job of naming compound typesKeith Randall
2016-03-15cmd/compile: use int for field indexMatthew Dempsky
2016-02-09[dev.ssa] cmd/compile: split decompose pass in twoKeith Randall
2016-02-04[dev.ssa] cmd/compile/internal/ssa/gen: move variable reset code into a functionAlexandru Moșoi
2016-01-20[dev.ssa] cmd/compile: Allow structs to be SSAdKeith 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-01[dev.ssa] cmd/compile: add complex arithmeticDavid Chase
2015-08-28[dev.ssa] cmd/compile: add compose/decompose for complex, phi, constantsDavid Chase
2015-08-20[dev.ssa] cmd/compile: add decompose passKeith Randall