aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/export_test.go
AgeCommit message (Expand)Author
2020-10-23cmd/compile: avoid generating CSEs; do all aggregates; maintain debug namesDavid Chase
2020-08-24cmd/compile: make GOSSAHASH package-sensitive, also append to log filesDavid Chase
2020-04-09cmd/compile: start implementing strongly typed aux and auxint fieldsKeith Randall
2020-01-13cmd/compile: print recursive types correctlyKeith Randall
2018-10-19cmd/compile: move argument stack construction to SSA generationJosh Bleecher Snyder
2018-10-04cmd/compile: merge TPTR32 and TPTR64 as TPTRMatthew Dempsky
2018-05-30cmd/compile: do not allow regalloc to LoadReg G registerDavid Chase
2018-04-24cmd/compile/internal/types: remove ElemType wrapperMatthew Dempsky
2018-03-15cmd/compile: implement CMOV on amd64Giovanni Bajo
2018-03-14Revert "cmd/compile: implement CMOV on amd64"Ilya Tocar
2018-03-12cmd/compile: implement CMOV on amd64Giovanni Bajo
2018-02-27cmd/compile: move the SSA local type definitions to a single locationChrisALiles
2018-02-21cmd/compile/internal: use sparseSet, optimize isSyntheticHeschi Kreinick
2018-02-13runtime: remove legacy eager write barrierAustin Clements
2017-10-30cmd/compile: compiler support for buffered write barrierAustin Clements
2017-10-29cmd/compile: report typedslicecopy write barriersAustin Clements
2017-09-19cmd/compile: remove Symbol wrappers from Aux fieldsKeith Randall
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
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-22cmd: remove IntSize and WidthintMatthew Dempsky
2017-04-20cmd/internal/obj: eliminate LSym.VersionJosh Bleecher Snyder
2017-04-06cmd/internal/obj: remove LinklookupJosh Bleecher Snyder
2017-03-31cmd/compile: catch and report nowritebarrier violations laterJosh Bleecher Snyder
2017-03-25cmd/compile: provide pos and curfn to tempJosh Bleecher Snyder
2017-03-19cmd/compile: clean up SSA test APIJosh Bleecher Snyder
2017-03-19cmd/compile: add more types to ssa.TypesJosh 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-16cmd/compile: clean up SSA-building codeCherry Zhang
2017-03-16cmd/compile: move write barrier insertion to SSACherry Zhang
2017-03-14cmd/compile: de-virtualize interface callsphilhofer
2017-03-13Revert "cmd/compile: de-virtualize interface calls"David Chase
2017-03-13cmd/compile: de-virtualize interface callsPhilip Hofer
2017-03-08cmd/compile: check loop rescheduling with stack bound, not counterDavid Chase
2017-03-01cmd/compile/internal/ssa: remove unused PrintFunc variableDave Cheney
2017-02-28cmd/compile: fix merging of s390x conditional moves into branch conditionsMichael Munday
2017-02-06cmd/compile/internal/ssa: use obj.LSym instead of gc.SymMatthew Dempsky
2017-01-09[dev.inline] cmd/internal/src: introduce compact source position representationRobert Griesemer
2016-12-08[dev.inline] cmd/compile: introduce cmd/internal/src.Pos type for line numbersRobert Griesemer
2016-12-05cmd/compile: find last StoreWB explicitlyCherry Zhang
2016-10-31cmd/compile: make [0]T and [1]T SSAable typesKeith Randall
2016-10-25cmd/compile: add a writebarrier phase in SSACherry Zhang
2016-10-04cmd/compile: layout stack frame during SSAMatthew Dempsky
2016-09-14cmd/compile: make ssa compilation unconditionalKeith Randall
2016-06-02[dev.ssa] cmd/compile: decompose 64-bit integer on ARMCherry Zhang
2016-04-28cmd/compile: reorg copyelim to avoid O(n^2) problemKeith Randall
2016-04-11cmd/compile: fix naming of decomposed structsKeith Randall
2016-03-31cmd/compile: better job of naming compound typesKeith Randall