aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/wasm
AgeCommit message (Expand)Author
2021-08-03[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements
2021-07-30[dev.typeparams] Revert "[dev.typeparams] runtime,cmd/compile,cmd/link: repla...Austin Clements
2021-07-30[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-03-19cmd/compile: add clobberdeadreg modeCherry Zhang
2020-12-23[dev.regabi] cmd/compile: split out package ssagen [generated]Russ Cox
2020-12-23[dev.regabi] cmd/compile: split out package objw [generated]Russ Cox
2020-12-23[dev.regabi] cmd/compile: group known symbols, packages, names [generated]Russ Cox
2020-12-14Merge branch 'master' into dev.regabiAlexander Rakoczy
2020-12-08[dev.regabi] cmd/compile: rewrite Aux uses of ir.Node to *ir.Name [generated]Matthew Dempsky
2020-12-03cmd/compile: make sure address of offset(SP) is rematerializeableCherry Zhang
2020-11-25[dev.regabi] cmd/compile: replace *Node type with an interface Node [generated]Russ Cox
2020-11-25[dev.regabi] cmd/compile: introduce cmd/compile/internal/ir [generated]Russ Cox
2020-11-25[dev.regabi] cmd/compile: introduce cmd/compile/internal/base [generated]Russ Cox
2020-11-25[dev.regabi] cmd/compile: clean up debug flag (-d) handling [generated]Russ Cox
2020-09-16cmd/compile: introduce special ssa Aux type for callsDavid Chase
2019-11-10cmd/compile: enable nil check logging for other architectures.David Chase
2019-10-28cmd/compile: delete ZeroAutoCherry Zhang
2019-10-02cmd/compile: allow multiple SSA block control valuesMichael Munday
2019-09-21cmd/compile: optimize ssa if blocks for wasm architectureAgniva De Sarker
2019-09-19cmd/compile: add 32 bit float registers/variables on wasmRichard Musiol
2019-08-31cmd/compile: intrinsify RotateLeft32 on wasmBrian Kessler
2019-08-30cmd/compile: eliminate WASM's redundant extension & wrappingBen Shi
2019-04-07cmd/compile: remove AUNDEF opcodeKeith Randall
2019-04-04cmd/compile: add saturating conversions on wasmRichard Musiol
2019-03-28cmd/compile: add sign-extension operators on wasmRichard Musiol
2019-03-14math, math/bits: add intrinsics for wasmRichard Musiol
2019-03-03all: rename WebAssembly instructions according to spec changesRichard Musiol
2019-02-25cmd/compile: call ginsnop, not ginsnop2 on ppc64le for mid-stack inlining tra...Lynn Boger
2018-12-28cmd/compile,runtime: redo mid-stack inlining tracebacksKeith Randall
2018-06-27cmd/compile: fold offset into address on WasmCherry Zhang
2018-05-23cmd/compile: add wasm stack optimizationRichard Musiol
2018-05-04cmd/compile: add wasm architectureRichard Musiol