summaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/export_test.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: use typecheck.InitUniverse in unit testsMatthew Dempsky2021-08-271-28/+9
* [dev.typeparams] cmd/compile: make softfloat mode work with register ABICherry Mui2021-08-031-1/+1
* cmd/compile: manage Slot array betterDavid Chase2021-05-081-30/+0
* [dev.regabi] cmd/compile: remove Name.Class_ accessorsMatthew Dempsky2021-01-041-1/+1
* [dev.regabi] cmd/compile: move type size calculations into package types [gen...Russ Cox2020-12-231-1/+0
* [dev.regabi] cmd/compile: change LocalSlot.N to *ir.NameMatthew Dempsky2020-12-081-1/+1
* [dev.regabi] cmd/compile: clean up and document formattingRuss Cox2020-12-071-1/+0
* [dev.regabi] cmd/compile: move Type, Sym printing to package types [generated]Russ Cox2020-12-071-1/+1
* [dev.regabi] cmd/compile: narrow interface between ir and typesRuss Cox2020-12-071-14/+1
* [dev.regabi] cmd/compile: first pass at abstracting TypeMatthew Dempsky2020-12-011-3/+3
* [dev.regabi] cmd/compile: replace *Node type with an interface Node [generated]Russ Cox2020-11-251-1/+1
* [dev.regabi] cmd/compile: remove gc ↔ ssa cycle hacksRuss Cox2020-11-251-27/+5
* [dev.regabi] cmd/compile: remove uses of dummyRuss Cox2020-11-251-46/+46
* cmd/compile: avoid generating CSEs; do all aggregates; maintain debug namesDavid Chase2020-10-231-0/+4
* cmd/compile: make GOSSAHASH package-sensitive, also append to log filesDavid Chase2020-08-241-0/+4
* cmd/compile: start implementing strongly typed aux and auxint fieldsKeith Randall2020-04-091-1/+1
* cmd/compile: print recursive types correctlyKeith Randall2020-01-131-1/+1
* cmd/compile: move argument stack construction to SSA generationJosh Bleecher Snyder2018-10-191-0/+4
* cmd/compile: merge TPTR32 and TPTR64 as TPTRMatthew Dempsky2018-10-041-1/+0
* cmd/compile: do not allow regalloc to LoadReg G registerDavid Chase2018-05-301-0/+1
* cmd/compile/internal/types: remove ElemType wrapperMatthew Dempsky2018-04-241-2/+2
* cmd/compile: implement CMOV on amd64Giovanni Bajo2018-03-151-0/+2
* Revert "cmd/compile: implement CMOV on amd64"Ilya Tocar2018-03-141-2/+0
* cmd/compile: implement CMOV on amd64Giovanni Bajo2018-03-121-0/+2
* cmd/compile: move the SSA local type definitions to a single locationChrisALiles2018-02-271-25/+1
* cmd/compile/internal: use sparseSet, optimize isSyntheticHeschi Kreinick2018-02-211-0/+4
* runtime: remove legacy eager write barrierAustin Clements2018-02-131-1/+0
* cmd/compile: compiler support for buffered write barrierAustin Clements2017-10-301-0/+1
* cmd/compile: report typedslicecopy write barriersAustin Clements2017-10-291-1/+2
* cmd/compile: remove Symbol wrappers from Aux fieldsKeith Randall2017-09-191-0/+4
* [dev.debug] cmd/compile: track variable decomposition in LocalSlotHeschi Kreinick2017-07-261-11/+11
* cmd/compile: change ssa.Type into *types.TypeJosh Bleecher Snyder2017-05-091-27/+76
* Revert "cmd/compile: add Type.MustSize and Type.MustAlignment"Josh Bleecher Snyder2017-04-281-1/+1
* cmd/compile: add Type.MustSize and Type.MustAlignmentJosh Bleecher Snyder2017-04-271-1/+1
* cmd: remove IntSize and WidthintMatthew Dempsky2017-04-221-1/+1
* cmd/internal/obj: eliminate LSym.VersionJosh Bleecher Snyder2017-04-201-1/+1
* cmd/internal/obj: remove LinklookupJosh Bleecher Snyder2017-04-061-1/+1
* cmd/compile: catch and report nowritebarrier violations laterJosh Bleecher Snyder2017-03-311-1/+0
* cmd/compile: provide pos and curfn to tempJosh Bleecher Snyder2017-03-251-1/+1
* cmd/compile: clean up SSA test APIJosh Bleecher Snyder2017-03-191-8/+36
* cmd/compile: add more types to ssa.TypesJosh Bleecher Snyder2017-03-191-15/+22
* cmd/compile: separate ssa.Frontend and ssa.TypeSourceJosh Bleecher Snyder2017-03-191-25/+28
* cmd/compile: move Frontend field from ssa.Config to ssa.FuncJosh Bleecher Snyder2017-03-171-2/+2
* cmd/compile: clean up SSA-building codeCherry Zhang2017-03-161-0/+1
* cmd/compile: move write barrier insertion to SSACherry Zhang2017-03-161-0/+3
* cmd/compile: de-virtualize interface callsphilhofer2017-03-141-15/+16
* Revert "cmd/compile: de-virtualize interface calls"David Chase2017-03-131-16/+15
* cmd/compile: de-virtualize interface callsPhilip Hofer2017-03-131-15/+16
* cmd/compile: check loop rescheduling with stack bound, not counterDavid Chase2017-03-081-1/+14
* cmd/compile/internal/ssa: remove unused PrintFunc variableDave Cheney2017-03-011-1/+0