aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/export_test.go
AgeCommit message (Expand)Author
2021-08-27cmd/compile: use typecheck.InitUniverse in unit testsMatthew Dempsky
2021-08-03[dev.typeparams] cmd/compile: make softfloat mode work with register ABICherry Mui
2021-05-08cmd/compile: manage Slot array betterDavid Chase
2021-01-04[dev.regabi] cmd/compile: remove Name.Class_ accessorsMatthew Dempsky
2020-12-23[dev.regabi] cmd/compile: move type size calculations into package types [gen...Russ Cox
2020-12-08[dev.regabi] cmd/compile: change LocalSlot.N to *ir.NameMatthew Dempsky
2020-12-07[dev.regabi] cmd/compile: clean up and document formattingRuss Cox
2020-12-07[dev.regabi] cmd/compile: move Type, Sym printing to package types [generated]Russ Cox
2020-12-07[dev.regabi] cmd/compile: narrow interface between ir and typesRuss Cox
2020-12-01[dev.regabi] cmd/compile: first pass at abstracting TypeMatthew 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
2020-11-25[dev.regabi] cmd/compile: remove uses of dummyRuss Cox
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