summaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/wasm/ssa.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: batch write barrier callsKeith Randall2023-02-241-4/+4
* cmd/compile: describe how Go maps to wasm implementationKeith Randall2023-01-061-0/+113
* runtime: add wasm bulk memory operationsGaret Halliday2022-10-271-4/+3
* cmd/compile: restore tail call for method wrappersCherry Mui2021-09-171-8/+5
* [dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements2021-08-031-2/+5
* [dev.typeparams] Revert "[dev.typeparams] runtime,cmd/compile,cmd/link: repla...Austin Clements2021-07-301-5/+2
* [dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements2021-07-301-2/+5
* internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox2021-04-161-3/+3
* cmd/compile: add clobberdeadreg modeCherry Zhang2021-03-191-0/+3
* [dev.regabi] cmd/compile: split out package ssagen [generated]Russ Cox2020-12-231-18/+18
* [dev.regabi] cmd/compile: split out package objw [generated]Russ Cox2020-12-231-5/+6
* [dev.regabi] cmd/compile: group known symbols, packages, names [generated]Russ Cox2020-12-231-7/+7
* Merge branch 'master' into dev.regabiAlexander Rakoczy2020-12-141-0/+6
|\
| * cmd/compile: make sure address of offset(SP) is rematerializeableCherry Zhang2020-12-031-0/+6
* | [dev.regabi] cmd/compile: rewrite Aux uses of ir.Node to *ir.Name [generated]Matthew Dempsky2020-12-081-1/+1
* | [dev.regabi] cmd/compile: replace *Node type with an interface Node [generated]Russ Cox2020-11-251-1/+1
* | [dev.regabi] cmd/compile: introduce cmd/compile/internal/ir [generated]Russ Cox2020-11-251-1/+2
* | [dev.regabi] cmd/compile: introduce cmd/compile/internal/base [generated]Russ Cox2020-11-251-3/+4
* | [dev.regabi] cmd/compile: clean up debug flag (-d) handling [generated]Russ Cox2020-11-251-1/+1
|/
* cmd/compile: introduce special ssa Aux type for callsDavid Chase2020-09-161-2/+3
* cmd/compile: enable nil check logging for other architectures.David Chase2019-11-101-0/+4
* cmd/compile: delete ZeroAutoCherry Zhang2019-10-281-16/+0
* cmd/compile: allow multiple SSA block control valuesMichael Munday2019-10-021-3/+3
* cmd/compile: optimize ssa if blocks for wasm architectureAgniva De Sarker2019-09-211-16/+29
* cmd/compile: add 32 bit float registers/variables on wasmRichard Musiol2019-09-191-25/+38
* cmd/compile: intrinsify RotateLeft32 on wasmBrian Kessler2019-08-311-0/+6
* cmd/compile: eliminate WASM's redundant extension & wrappingBen Shi2019-08-301-9/+23
* cmd/compile: remove AUNDEF opcodeKeith Randall2019-04-071-1/+0
* cmd/compile: add saturating conversions on wasmRichard Musiol2019-04-041-6/+15
* cmd/compile: add sign-extension operators on wasmRichard Musiol2019-03-281-1/+4
* math, math/bits: add intrinsics for wasmRichard Musiol2019-03-141-2/+2
* all: rename WebAssembly instructions according to spec changesRichard Musiol2019-03-031-6/+6
* cmd/compile: call ginsnop, not ginsnop2 on ppc64le for mid-stack inlining tra...Lynn Boger2019-02-251-0/+1
* cmd/compile,runtime: redo mid-stack inlining tracebacksKeith Randall2018-12-281-2/+4
* cmd/compile: fold offset into address on WasmCherry Zhang2018-06-271-11/+5
* cmd/compile: add wasm stack optimizationRichard Musiol2018-05-231-32/+58
* cmd/compile: add wasm architectureRichard Musiol2018-05-041-0/+430