]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/ssa/rewriteWasm.go
internal/buildcfg: move build configuration out of cmd/internal/objabi
[gostls13.git] / src / cmd / compile / internal / ssa / rewriteWasm.go
2021-04-16 Russ Coxinternal/buildcfg: move build configuration out of...
2021-03-22 Daniel Martícmd/compile: make no-op rewrite funcs smaller
2021-03-02 fanzha02cmd/compile: optimize single-precision floating point...
2020-12-14 Robert Griesemer[dev.typeparams] merge: merge branch 'dev.regabi' into...
2020-12-14 Alexander RakoczyMerge branch 'master' into dev.regabi
2020-12-03 Cherry Zhangcmd/compile: make sure address of offset(SP) is remater...
2020-09-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-08-22 Agniva De Sarkercmd/compile: optimize unsigned comparisons with 0/1...
2020-04-30 Cherry Zhangcmd: merge branch 'dev.link' into master
2020-04-29 Than McIntosh[dev.link] all: merge branch 'master' into dev.link
2020-04-24 Gerrit Code ReviewMerge "cmd: merge branch 'dev.link' into master"
2020-04-24 Josh Bleecher Snydercmd/compile: CSE the RHS of rewrite rules
2020-04-24 Cherry Zhangcmd: merge branch 'dev.link' into master
2020-04-24 Richard Musiolcmd/compile: rewrite Wasm rules to use typed aux fields
2020-04-14 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-13 Keith Randallcmd/compile: ensure ... rules have compatible aux and...
2020-04-10 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-07 Michael Mundaycmd/compile: delete the floating point Greater and...
2020-04-06 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-03 David Chasecmd/compile: add logging for large (>= 128 byte) copies
2020-03-06 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-04 Keith Randallcmd/compile: don't allow NaNs in floating-point constan...
2020-03-02 Josh Bleecher Snydercmd/compile: make pre-elimination of rulegen bounds...
2020-03-02 Josh Bleecher Snydercmd/compile: add specialized Value reset for OpCopy
2020-03-01 Josh Bleecher Snydercmd/compile: add specialized AddArgN functions for...
2020-02-29 Josh Bleecher Snydercmd/compile: use correct types in phiopt
2020-02-28 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-02-27 Josh Bleecher Snydercmd/compile: ignore div/mod in prove on non-x86 archite...
2020-02-26 Josh Bleecher Snydercmd/compile: mark Lsyms as readonly earlier
2020-02-26 Michael Mundaycmd/compile: remove Greater* and Geq* generic integer ops
2020-02-25 Bryan C. MillsRevert "cmd/compile: don't allow NaNs in floating-point...
2020-02-25 Keith Randallcmd/compile: don't allow NaNs in floating-point constan...
2020-02-25 Josh Bleecher Snydercmd/compile: use ellipses in wasm rules
2020-02-21 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-02-21 Josh Bleecher Snydercmd/compile: preserve shift boundness during wasm rewri...
2020-02-21 Josh Bleecher Snydercmd/compile: remove chunking of rewrite rules
2020-02-21 Josh Bleecher Snydercmd/compile: reduce bounds checks in generated rewrite...
2019-09-23 Daniel Martícmd/compile: reduce rulegen's output by 200 KiB
2019-09-19 Richard Musiolcmd/compile: add 32 bit float registers/variables on...
2019-09-10 Agniva De Sarkercmd/compile: optimize const rotates for wasm architecture
2019-08-31 Brian Kesslercmd/compile: intrinsify RotateLeft32 on wasm
2019-08-28 Agniva De Sarkercmd/compile: apply optimization for readonly globals...
2019-08-28 Agniva De Sarkercmd/compile: optimize bounded shifts on wasm
2019-08-28 Ben Shicmd/compile: generate Select on WASM
2019-08-27 Daniel Martícmd/compile: teach rulegen to remove unused decls
2019-04-27 Brian Kesslercmd/compile: add unsigned divisibility rules
2019-04-04 Richard Musiolcmd/compile: add saturating conversions on wasm
2019-03-28 Richard Musiolcmd/compile: add sign-extension operators on wasm
2019-03-22 Daniel Martícmd/compile: reduce rulegen's for loop verbosity
2019-03-14 Richard Musiolmath, math/bits: add intrinsics for wasm
2019-03-13 Michael Mundaycmd/compile: try and access last argument first in...
2019-03-12 Josh Bleecher Snydercmd/compile: make rulegen magic variable prediction...
2019-03-03 Richard Musiolall: rename WebAssembly instructions according to spec...
2019-02-28 Richard Musiolcmd/compile: simplify zero ext operations on wasm
2018-10-28 Josh Bleecher Snydercmd/compile: make fmt available in rewrite rules
2018-09-17 Michael Mundaycmd/compile: avoid more float32 <-> float64 conversions...
2018-07-12 David Chasecmd/compile: add LocalAddr that takes SP,mem operands
2018-06-27 Cherry Zhangcmd/compile: fold offset into address on Wasm
2018-06-06 Richard Musiolcmd/compile: fix OffPtr with negative offset on wasm
2018-05-24 Richard Musiolcmd/compile: fix write barrier control value on wasm
2018-05-10 Richard Musiolcmd/internal/obj/wasm: avoid invalid offsets for Load...
2018-05-04 Richard Musiolcmd/compile: add wasm architecture