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
*
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
*
[Strings] stringview_*.slice (#4805)
Alon Zakai
2022-07-15
1
-0
/
+19
*
[Strings] stringview access operations (#4798)
Alon Zakai
2022-07-13
1
-0
/
+29
*
[Strings] string.as (#4797)
Alon Zakai
2022-07-12
1
-0
/
+17
*
[Strings] string.is_usv_sequence (#4783)
Alon Zakai
2022-07-08
1
-0
/
+3
*
[Strings] string.eq (#4781)
Alon Zakai
2022-07-08
1
-0
/
+4
*
[Strings] string.concat (#4777)
Alon Zakai
2022-07-08
1
-0
/
+4
*
[Strings] string.encode (#4776)
Alon Zakai
2022-07-07
1
-0
/
+19
*
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
[next]