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
*
Reuse existing function types for blocks (#6022)
Thomas Lively
2023-10-18
1
-1
/
+1
*
Reland "Optimize tuple.extract of gets in BinaryInstWriter" (#5955)
Thomas Lively
2023-09-18
1
-1
/
+42
*
Implement table.fill (#5949)
Thomas Lively
2023-09-18
1
-0
/
+5
*
Revert "Optimize tuple.extract of gets in BinaryInstWriter (#5941)" (#5945)
Thomas Lively
2023-09-14
1
-42
/
+1
*
Optimize tuple.extract of gets in BinaryInstWriter (#5941)
Thomas Lively
2023-09-14
1
-1
/
+42
*
Replace I31New with RefI31 everywhere (#5930)
Thomas Lively
2023-09-13
1
-2
/
+2
*
Ensure br_on_cast* target type is subtype of input type (#5881)
Thomas Lively
2023-08-17
1
-0
/
+1
*
Remove legacy WasmGC instructions (#5861)
Thomas Lively
2023-08-09
1
-9
/
+4
*
Update br_on_cast binary and text format (#5762)
Thomas Lively
2023-06-12
1
-11
/
+8
*
Revert "Update br_on_cast binary and text format (#5734)" (#5740)
Alon Zakai
2023-05-23
1
-8
/
+11
*
Update br_on_cast binary and text format (#5734)
Thomas Lively
2023-05-19
1
-11
/
+8
*
[Strings] Adopt new instruction binary encoding (#5714)
Jérôme Vouillon
2023-05-12
1
-24
/
+19
*
[NFC] Refactor each of ArrayNewSeg and ArrayInit into subclasses for Data/Ele...
Alon Zakai
2023-05-04
1
-29
/
+25
*
Implement array.fill, array.init_data, and array.init_elem (#5637)
Thomas Lively
2023-04-06
1
-0
/
+31
*
Use Names instead of indices to identify segments (#5618)
Thomas Lively
2023-04-04
1
-7
/
+10
*
[Wasm GC] Stop emitted deprecated cast etc. instructions (#5614)
Alon Zakai
2023-03-31
1
-46
/
+0
*
[Wasm GC] Remove RefIsFunc and RefIsI31 from the binary format (#5574)
Alon Zakai
2023-03-15
1
-14
/
+0
*
Parse and print `array.new_fixed` (#5527)
Thomas Lively
2023-02-28
1
-1
/
+1
*
[NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526)
Thomas Lively
2023-02-28
1
-2
/
+2
*
[Strings] Add experimental string.hash instruction (#5480)
Alon Zakai
2023-02-03
1
-0
/
+3
*
Fix issues with ref.cast_nop (#5473)
Alon Zakai
2023-02-03
1
-1
/
+1
*
[Strings] Add experimental StringNew variants (#5459)
Alon Zakai
2023-01-26
1
-3
/
+14
*
[Strings] Add string.compare (#5453)
Alon Zakai
2023-01-25
1
-1
/
+11
*
[Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)
Thomas Lively
2023-01-10
1
-14
/
+0
*
Represent ref.as_{func,data,i31} with RefCast (#5413)
Thomas Lively
2023-01-10
1
-9
/
+17
*
Replace `RefIs` with `RefIsNull` (#5401)
Thomas Lively
2023-01-09
1
-17
/
+19
*
Consolidate br_on* operations (#5399)
Thomas Lively
2023-01-06
1
-28
/
+51
*
Support br_on_cast null (#5397)
Thomas Lively
2023-01-05
1
-3
/
+11
*
Support `ref.test null` (#5368)
Thomas Lively
2022-12-21
1
-2
/
+6
*
Update RefCast representation to drop extra HeapType (#5350)
Thomas Lively
2022-12-20
1
-4
/
+3
*
Use non-nullable ref.cast for non-nullable input (#5335)
Thomas Lively
2022-12-09
1
-2
/
+8
*
Allow casting to basic heap types (#5332)
Thomas Lively
2022-12-08
1
-3
/
+3
*
Add standard versions of WasmGC casts (#5331)
Thomas Lively
2022-12-07
1
-5
/
+5
*
Implement `array.new_data` and `array.new_elem` (#5214)
Thomas Lively
2022-11-07
1
-0
/
+16
*
Parse and emit `array.len` without a type annotation (#5151)
Thomas Lively
2022-10-18
1
-2
/
+0
*
Implement `array` basic heap type (#5148)
Thomas Lively
2022-10-18
1
-5
/
+2
*
Implement bottom heap types (#5115)
Thomas Lively
2022-10-07
1
-1
/
+28
*
Emit call_ref with a type annotation (#5079)
Thomas Lively
2022-09-23
1
-8
/
+5
*
Add a type annotation to return_call_ref (#5068)
Thomas Lively
2022-09-22
1
-2
/
+8
*
[Wasm64] The binary format offset of load/store should be u64leb in wasm64 (#...
Axis
2022-09-19
1
-2
/
+8
*
Implement `extern.externalize` and `extern.internalize` (#4975)
Thomas Lively
2022-08-29
1
-0
/
+8
*
Mutli-Memories Support in IR (#4811)
Ashley Nelson
2022-08-17
1
-16
/
+30
*
Revert "[Wasm GC] GC-prefixed opcodes are int8, not LEBs (#4889)" (#4895)
Alon Zakai
2022-08-16
1
-60
/
+60
*
[Strings] Linear memory string operations should emit a memory index (#4893)
Alon Zakai
2022-08-10
1
-12
/
+19
*
[Wasm GC] GC-prefixed opcodes are int8, not LEBs (#4889)
Alon Zakai
2022-08-09
1
-60
/
+60
*
Remove RTTs (#4848)
Thomas Lively
2022-08-05
1
-63
/
+16
*
[Strings] GC variants for string.encode (#4817)
Alon Zakai
2022-07-21
1
-0
/
+11
*
Remove basic reference types (#4802)
Thomas Lively
2022-07-20
1
-15
/
+0
*
[Strings] Add string.new GC variants (#4813)
Alon Zakai
2022-07-19
1
-0
/
+15
*
[Strings] stringview_wtf16.length (#4809)
Alon Zakai
2022-07-18
1
-0
/
+3
[next]