index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm
/
wasm-s-parser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove legacy WasmGC instructions (#5861)
Thomas Lively
2023-08-09
1
-47
/
+21
*
Initial support for `final` types (#5803)
Thomas Lively
2023-07-06
1
-4
/
+13
*
Rename WasmBinaryBuilder to WasmBinaryReader (NFC) (#5767)
Heejin Ahn
2023-06-13
1
-1
/
+1
*
Update br_on_cast binary and text format (#5762)
Thomas Lively
2023-06-12
1
-7
/
+7
*
Revert "Update br_on_cast binary and text format (#5734)" (#5740)
Alon Zakai
2023-05-23
1
-7
/
+7
*
Update br_on_cast binary and text format (#5734)
Thomas Lively
2023-05-19
1
-7
/
+7
*
[Strings] Adopt new instruction binary encoding (#5714)
Jérôme Vouillon
2023-05-12
1
-2
/
+6
*
[NFC] Refactor each of ArrayNewSeg and ArrayInit into subclasses for Data/Ele...
Alon Zakai
2023-05-04
1
-9
/
+25
*
Implement array.fill, array.init_data, and array.init_elem (#5637)
Thomas Lively
2023-04-06
1
-0
/
+22
*
Use Names instead of indices to identify segments (#5618)
Thomas Lively
2023-04-04
1
-5
/
+37
*
[Wasm GC] Parse (sub $super _) for array, func, and struct (#5515)
Andy Wingo
2023-04-03
1
-23
/
+55
*
[NFC] Remove our bespoke `make_unique` implementation (#5613)
Thomas Lively
2023-03-31
1
-16
/
+16
*
Add bulk-array.wast spec test outline (#5568)
Thomas Lively
2023-03-16
1
-11
/
+1
*
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 StringNew variants (#5459)
Alon Zakai
2023-01-26
1
-25
/
+35
*
[Strings] Add string.compare (#5453)
Alon Zakai
2023-01-25
1
-3
/
+3
*
Fix segment fault in API BinaryenModuleParse (#5440) (#5441)
Changqing Jing
2023-01-20
1
-10
/
+12
*
[Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)
Thomas Lively
2023-01-10
1
-6
/
+4
*
Represent ref.as_{func,data,i31} with RefCast (#5413)
Thomas Lively
2023-01-10
1
-11
/
+11
*
Replace `RefIs` with `RefIsNull` (#5401)
Thomas Lively
2023-01-09
1
-10
/
+13
*
Consolidate br_on* operations (#5399)
Thomas Lively
2023-01-06
1
-4
/
+14
*
Support br_on_cast null (#5397)
Thomas Lively
2023-01-05
1
-3
/
+9
*
Allow non-nullable ref.cast of nullable references (#5386)
Thomas Lively
2023-01-04
1
-9
/
+0
*
Support `ref.test null` (#5368)
Thomas Lively
2022-12-21
1
-3
/
+9
*
Update RefCast representation to drop extra HeapType (#5350)
Thomas Lively
2022-12-20
1
-7
/
+17
*
Use non-nullable ref.cast for non-nullable input (#5335)
Thomas Lively
2022-12-09
1
-2
/
+14
*
Validate ref.as_* argument is a reference (#5330)
Alon Zakai
2022-12-08
1
-1
/
+5
*
Add standard versions of WasmGC casts (#5331)
Thomas Lively
2022-12-07
1
-19
/
+20
*
[NFC] Do not read past the end of a string_view (#5317)
Thomas Lively
2022-12-02
1
-5
/
+5
*
Revert "Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)" ...
Thomas Lively
2022-11-16
1
-25
/
+10
*
Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)
Thomas Lively
2022-11-16
1
-10
/
+25
*
Make `call_ref` type annotations mandatory (#5246)
Thomas Lively
2022-11-15
1
-25
/
+10
*
Implement `array.new_data` and `array.new_elem` (#5214)
Thomas Lively
2022-11-07
1
-3
/
+9
*
[Parser] Parse loads and stores (#5174)
Thomas Lively
2022-10-21
1
-30
/
+6
*
[NFC] Avoid re-parsing instruction names (#5171)
Thomas Lively
2022-10-20
1
-124
/
+45
*
Parse and emit `array.len` without a type annotation (#5151)
Thomas Lively
2022-10-18
1
-3
/
+8
*
Implement `array` basic heap type (#5148)
Thomas Lively
2022-10-18
1
-2
/
+8
*
Add "struct" and "structref" as an alias for "data" and "dataref" (#5141)
Thomas Lively
2022-10-13
1
-2
/
+4
*
Make `Name` a pointer, length pair (#5122)
Thomas Lively
2022-10-11
1
-169
/
+156
*
[NFC] Remove more `cashew::` namespaces from IString (#5127)
Thomas Lively
2022-10-11
1
-4
/
+1
*
Implement bottom heap types (#5115)
Thomas Lively
2022-10-07
1
-3
/
+27
*
Emit call_ref with a type annotation (#5079)
Thomas Lively
2022-09-23
1
-6
/
+15
*
Add a type annotation to return_call_ref (#5068)
Thomas Lively
2022-09-22
1
-1
/
+16
*
Correctly handle escapes in string constants (#5070)
Thomas Lively
2022-09-22
1
-10
/
+24
*
[Wasm64] The binary format offset of load/store should be u64leb in wasm64 (#...
Axis
2022-09-19
1
-10
/
+18
*
Make `i31ref` and `dataref` nullable (#4843)
Thomas Lively
2022-08-26
1
-2
/
+2
*
Avoid adding new unneeded names to blocks in text roundtripping (#4943)
Alon Zakai
2022-08-22
1
-6
/
+26
*
Restore the `extern` heap type (#4898)
Thomas Lively
2022-08-17
1
-3
/
+5
*
Mutli-Memories Support in IR (#4811)
Ashley Nelson
2022-08-17
1
-89
/
+267
[next]