| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd/compile: batch write barrier calls | Keith Randall | 2023-02-24 | 1 | -4/+4 |
* | cmd/compile: describe how Go maps to wasm implementation | Keith Randall | 2023-01-06 | 1 | -0/+113 |
* | runtime: add wasm bulk memory operations | Garet Halliday | 2022-10-27 | 1 | -4/+3 |
* | cmd/compile: restore tail call for method wrappers | Cherry Mui | 2021-09-17 | 1 | -8/+5 |
* | [dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loop | Austin Clements | 2021-08-03 | 1 | -2/+5 |
* | [dev.typeparams] Revert "[dev.typeparams] runtime,cmd/compile,cmd/link: repla... | Austin Clements | 2021-07-30 | 1 | -5/+2 |
* | [dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loop | Austin Clements | 2021-07-30 | 1 | -2/+5 |
* | internal/buildcfg: move build configuration out of cmd/internal/objabi | Russ Cox | 2021-04-16 | 1 | -3/+3 |
* | cmd/compile: add clobberdeadreg mode | Cherry Zhang | 2021-03-19 | 1 | -0/+3 |
* | [dev.regabi] cmd/compile: split out package ssagen [generated] | Russ Cox | 2020-12-23 | 1 | -18/+18 |
* | [dev.regabi] cmd/compile: split out package objw [generated] | Russ Cox | 2020-12-23 | 1 | -5/+6 |
* | [dev.regabi] cmd/compile: group known symbols, packages, names [generated] | Russ Cox | 2020-12-23 | 1 | -7/+7 |
* | Merge branch 'master' into dev.regabi | Alexander Rakoczy | 2020-12-14 | 1 | -0/+6 |
|\ |
|
| * | cmd/compile: make sure address of offset(SP) is rematerializeable | Cherry Zhang | 2020-12-03 | 1 | -0/+6 |
* | | [dev.regabi] cmd/compile: rewrite Aux uses of ir.Node to *ir.Name [generated] | Matthew Dempsky | 2020-12-08 | 1 | -1/+1 |
* | | [dev.regabi] cmd/compile: replace *Node type with an interface Node [generated] | Russ Cox | 2020-11-25 | 1 | -1/+1 |
* | | [dev.regabi] cmd/compile: introduce cmd/compile/internal/ir [generated] | Russ Cox | 2020-11-25 | 1 | -1/+2 |
* | | [dev.regabi] cmd/compile: introduce cmd/compile/internal/base [generated] | Russ Cox | 2020-11-25 | 1 | -3/+4 |
* | | [dev.regabi] cmd/compile: clean up debug flag (-d) handling [generated] | Russ Cox | 2020-11-25 | 1 | -1/+1 |
|/ |
|
* | cmd/compile: introduce special ssa Aux type for calls | David Chase | 2020-09-16 | 1 | -2/+3 |
* | cmd/compile: enable nil check logging for other architectures. | David Chase | 2019-11-10 | 1 | -0/+4 |
* | cmd/compile: delete ZeroAuto | Cherry Zhang | 2019-10-28 | 1 | -16/+0 |
* | cmd/compile: allow multiple SSA block control values | Michael Munday | 2019-10-02 | 1 | -3/+3 |
* | cmd/compile: optimize ssa if blocks for wasm architecture | Agniva De Sarker | 2019-09-21 | 1 | -16/+29 |
* | cmd/compile: add 32 bit float registers/variables on wasm | Richard Musiol | 2019-09-19 | 1 | -25/+38 |
* | cmd/compile: intrinsify RotateLeft32 on wasm | Brian Kessler | 2019-08-31 | 1 | -0/+6 |
* | cmd/compile: eliminate WASM's redundant extension & wrapping | Ben Shi | 2019-08-30 | 1 | -9/+23 |
* | cmd/compile: remove AUNDEF opcode | Keith Randall | 2019-04-07 | 1 | -1/+0 |
* | cmd/compile: add saturating conversions on wasm | Richard Musiol | 2019-04-04 | 1 | -6/+15 |
* | cmd/compile: add sign-extension operators on wasm | Richard Musiol | 2019-03-28 | 1 | -1/+4 |
* | math, math/bits: add intrinsics for wasm | Richard Musiol | 2019-03-14 | 1 | -2/+2 |
* | all: rename WebAssembly instructions according to spec changes | Richard Musiol | 2019-03-03 | 1 | -6/+6 |
* | cmd/compile: call ginsnop, not ginsnop2 on ppc64le for mid-stack inlining tra... | Lynn Boger | 2019-02-25 | 1 | -0/+1 |
* | cmd/compile,runtime: redo mid-stack inlining tracebacks | Keith Randall | 2018-12-28 | 1 | -2/+4 |
* | cmd/compile: fold offset into address on Wasm | Cherry Zhang | 2018-06-27 | 1 | -11/+5 |
* | cmd/compile: add wasm stack optimization | Richard Musiol | 2018-05-23 | 1 | -32/+58 |
* | cmd/compile: add wasm architecture | Richard Musiol | 2018-05-04 | 1 | -0/+430 |