index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm
/
wasm-stack.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Group reference types in binary format. (#4774)
Alon Zakai
2022-07-07
1
-0
/
+23
*
[Strings] string.measure (#4775)
Alon Zakai
2022-07-07
1
-3
/
+22
*
[Strings] Add string.const (#4768)
Alon Zakai
2022-07-06
1
-0
/
+5
*
[Strings] Add string.new* instructions (#4761)
Alon Zakai
2022-06-29
1
-0
/
+23
*
Update relaxed SIMD instructions
Thomas Lively
2022-06-07
1
-7
/
+0
*
Add ref.cast_nop_static (#4656)
Thomas Lively
2022-05-11
1
-1
/
+5
*
Remove externref (#4633)
Thomas Lively
2022-05-04
1
-3
/
+0
*
Implement relaxed SIMD dot product instructions (#4586)
Thomas Lively
2022-04-11
1
-0
/
+14
*
[SIMD] Make swizzle's opcode name consistent (NFC) (#4585)
Heejin Ahn
2022-04-09
1
-2
/
+2
*
Implement i16x8.relaxed_q15mulr_s (#4583)
Thomas Lively
2022-04-07
1
-1
/
+5
*
Modernize code to C++17 (#3104)
Max Graey
2021-11-22
1
-2
/
+2
*
Change from storing Signature to HeapType on CallIndirect (#4352)
Thomas Lively
2021-11-22
1
-2
/
+1
*
Add support for relaxed-simd instructions (#4320)
Ng Zhi An
2021-11-15
1
-0
/
+61
*
Add table.grow operation (#4245)
Max Graey
2021-10-18
1
-0
/
+5
*
Add table.size operation (#4224)
Max Graey
2021-10-08
1
-0
/
+5
*
Emit heap types for call_indirect that match the table (#4221)
Alon Zakai
2021-10-08
1
-2
/
+2
*
Add table.set operation (#4215)
Max Graey
2021-10-07
1
-0
/
+5
*
Implement table.get (#4195)
Alon Zakai
2021-09-30
1
-0
/
+5
*
[Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)
Alon Zakai
2021-09-23
1
-10
/
+31
*
[Wasm GC] Add static variants of ref.test, ref.cast, and br_on_cast* (#4163)
Alon Zakai
2021-09-20
1
-4
/
+29
*
[Wasm GC] ArrayInit support (#4138)
Alon Zakai
2021-09-10
1
-0
/
+6
*
[EH] Replace event with tag (#3937)
Heejin Ahn
2021-06-18
1
-2
/
+2
*
[Wasm GC] rtt.fresh_sub (#3936)
Alon Zakai
2021-06-17
1
-1
/
+2
*
[Wasm GC] Add negated BrOn* operations (#3913)
Alon Zakai
2021-06-02
1
-0
/
+15
*
[Wasm GC] Add experimental array.copy (#3911)
Alon Zakai
2021-05-27
1
-0
/
+6
*
Rename SIMD extending load instructions (#3798)
Daniel Wirtz
2021-04-12
1
-6
/
+6
*
Update SIMD binary constants (#3799)
Daniel Wirtz
2021-04-12
1
-60
/
+60
*
Rename various SIMD load instructions (#3795)
Daniel Wirtz
2021-04-11
1
-6
/
+6
*
Add v128.load/storeN_lane SIMD instructions to C/JS API (#3784)
Daniel Wirtz
2021-04-08
1
-8
/
+8
*
Update SIMD names and opcodes (#3771)
Thomas Lively
2021-04-05
1
-106
/
+50
*
[Wasm GC] Avoid std::map<Type,..> in mapLocals (#3683)
Alon Zakai
2021-03-12
1
-1
/
+1
*
[Wasm GC] Properly handle "typeindex" in the binary format (#3663)
Alon Zakai
2021-03-09
1
-9
/
+9
*
Fix binary writing of local name indexes (#3649)
Alon Zakai
2021-03-04
1
-13
/
+20
*
[Wasm Exceptions] Fix StackIR writing of nested delegates (#3599)
Alon Zakai
2021-02-23
1
-0
/
+5
*
[EH] Make rethrow's target a try label (#3568)
Heejin Ahn
2021-02-18
1
-1
/
+1
*
cleanup to allow binaryen to be built in more strict environments (#3566)
walkingeyerobot
2021-02-16
1
-2
/
+2
*
[EH] Support reading/writing of delegate (#3561)
Heejin Ahn
2021-02-12
1
-1
/
+15
*
[reference-types] remove single table restriction in IR (#3517)
Abbas Mashayekh
2021-02-09
1
-2
/
+3
*
Support Stack IR for new try-catch(_all) (#3538)
Heejin Ahn
2021-02-03
1
-0
/
+4
*
Prototype i32x4.widen_i8x16_{s,u} (#3535)
Thomas Lively
2021-02-01
1
-0
/
+13
*
[GC] br_on_null (#3528)
Alon Zakai
2021-02-01
1
-8
/
+10
*
Remove unnecessary breakStack pushes for if/try (NFC) (#3533)
Heejin Ahn
2021-02-02
1
-9
/
+0
*
[GC] ref.as_non_null (#3527)
Alon Zakai
2021-01-28
1
-0
/
+3
*
[GC] Add br_on_func/data/i31 (#3525)
Alon Zakai
2021-01-28
1
-3
/
+19
*
[GC] ref.as_* (#3520)
Alon Zakai
2021-01-27
1
-0
/
+16
*
[GC] ref.is_func/data/i31 (#3519)
Alon Zakai
2021-01-26
1
-0
/
+9
*
[GC] RefIsNull => RefIs. (#3516)
Alon Zakai
2021-01-26
1
-2
/
+8
*
Debug info handling for new EH try-catch (#3496)
Alon Zakai
2021-01-25
1
-3
/
+4
*
[GC] Update GC binary format for prototype v3 (#3507)
Alon Zakai
2021-01-22
1
-4
/
+0
*
Remove exnref and br_on_exn (#3505)
Heejin Ahn
2021-01-22
1
-8
/
+0
[next]