aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/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-03-29cmd/compile: restructure ABI wrapper generation, export ABIAustin Clements
2020-10-30reflect,runtime: use internal ABI for selected ASM routines, attempt 2Than McIntosh
2020-10-29Revert "reflect,runtime: use internal ABI for selected ASM routines"Than McIntosh
2020-10-29reflect,runtime: use internal ABI for selected ASM routinesThan McIntosh
2020-10-16cmd/internal/obj: move LSym.Func into LSym.ExtraRuss Cox
2020-09-28cmd/link: consider interface conversions only in reachable codeCherry Zhang
2019-10-16cmd/internal/obj/wasm,cmd/link/internal/wasm: add fast path for writeUleb128Agniva De Sarker
2019-10-16cmd/compile: on Wasm and AIX, let deferred nil function panic at invocationCherry Zhang
2019-09-19cmd/compile: add 32 bit float registers/variables on wasmRichard Musiol
2019-09-05cmd/internal/obj/wasm: refactor handling of wasm variablesRichard Musiol
2019-05-24cmd, runtime: remove PC_F & PC_B globals on WasmCherry Zhang
2019-04-30cmd/internal/obj/wasm: cache SP in a localRichard Musiol
2019-04-04cmd/compile: add saturating conversions on wasmRichard Musiol
2019-03-28cmd/compile: add sign-extension operators on wasmRichard Musiol
2019-03-23src/cmd/internal/obj/wasm: optimize blocks in wasm binaryRichard Musiol
2019-03-03all: rename WebAssembly instructions according to spec changesRichard Musiol
2019-01-11cmd/compile: separate data and function LSymsAustin Clements
2019-01-09cmd/internal/obj/wasm: increment PC by 2 at sigpanicCherry Zhang
2018-12-28cmd/compile,runtime: redo mid-stack inlining tracebacksKeith Randall
2018-11-12cmd/compile, cmd/link: separate stable and internal ABIsAustin Clements
2018-11-10all: add support for synchronous callbacks to js/wasmRichard Musiol
2018-10-19cmd/compile: in wasm, allocate approximately right number of locals for funct...Denys Smirnov
2018-07-03cmd/internal/obj: follow convention for generated code commentTobias Klauser
2018-06-14runtime, sycall/js: add support for callbacks from JavaScriptRichard Musiol
2018-05-10cmd/internal/obj/wasm: avoid invalid offsets for Load/StoreRichard Musiol
2018-05-04cmd/compile: add wasm architectureRichard Musiol