aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/config.go
AgeCommit message (Expand)Author
2020-10-29cmd/compile: delay expansion of OpArg until expand_callsDavid Chase
2020-10-23cmd/compile: avoid generating CSEs; do all aggregates; maintain debug namesDavid Chase
2020-10-06cmd/compile: correct leaf type when "selecting" singleton register-sized structDavid Chase
2020-10-02all: drop 387 supportKeith Randall
2020-10-01cmd/compile: activate revert switch for late call expansion regressionDavid Chase
2020-10-01cmd/compile: fix late call expansion for SSA-able aggregate results and argum...David Chase
2020-09-23all: add GOOS=iosCherry Zhang
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-18cmd/compile: implement compiler for riscv64Joel Sing
2019-10-22cmd/compile: don't use FMA on plan9smasher164
2019-10-10all: remove nacl (part 3, more amd64p32)Brad Fitzpatrick
2019-10-09all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick
2019-09-19cmd/compile: add 32 bit float registers/variables on wasmRichard Musiol
2019-03-19cmd/compile: move flagalloc op splitting to rewrite rulesJosh Bleecher Snyder
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-10-19cmd/compile: move argument stack construction to SSA generationJosh Bleecher Snyder
2018-08-20cmd/compile: omit racefuncentry/exit when they are not neededIlya Tocar
2018-07-19cmd/compile: don't run gc/ssa_test/TestGenFlowGraph in short modeDavid Chase
2018-05-22cmd/compile: dense numbering for GP registersAustin Clements
2018-05-10cmd/compile/internal/ssa: initialize t.UInt in SetTypPtrs()Lynn Boger
2018-05-04cmd/compile: add wasm architectureRichard Musiol
2018-03-30cmd/compile: add SSA config options useAvg and useHmulRichard Musiol
2018-02-27cmd/compile: clean up commentsJosh Bleecher Snyder
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-14cmd/compile: CALLudiv on nacl/arm doesn't clobber R12Cherry Zhang
2018-02-13runtime: remove legacy eager write barrierAustin Clements
2018-02-13runtime: buffered write barrier for amd64p32Austin Clements
2018-02-13runtime: buffered write barrier for 386Austin Clements
2017-11-30cmd/compile: use soft-float routines for soft-float targetsVladimir Stefanovic
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-09-11cmd/compile, math/bits: add rotate rules to PPC64.rulesLynn Boger
2017-08-25cmd/compile: don't use MOVOstore instruction on plan9/amd64David du Colombier
2017-05-09cmd/compile: change ssa.Type into *types.TypeJosh Bleecher Snyder
2017-04-22cmd: remove IntSize and WidthintMatthew Dempsky
2017-04-19cmd/internal/objabi: extract shared functionality from objMatthew Dempsky
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-22cmd/compile/internal/ppc64, cmd/compile/internal/ssa: Remove OldArch checksCarlos Eduardo Seo
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-17cmd/compile: evaluate config as needed in rewrite rulesJosh Bleecher Snyder
2017-03-17cmd/compile: relocate code from config.go to func.goJosh Bleecher Snyder
2017-03-17cmd/compile: rearrange fields between ssa.Func, ssa.Cache, and ssa.ConfigJosh Bleecher Snyder
2017-03-16cmd/compile: clean up SSA-building codeCherry Zhang