index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
gen-s-parser.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove obsolete parser code (#6607)
Thomas Lively
2024-05-29
1
-617
/
+598
*
[Strings] Remove operations not included in imported strings (#6589)
Thomas Lively
2024-05-15
1
-20
/
+3
*
[Strings] Remove stringview types and instructions (#6579)
Thomas Lively
2024-05-15
1
-11
/
+4
*
Typed continuations: suspend instructions (#6393)
Frank Emrich
2024-03-19
1
-0
/
+1
*
Typed continuations: cont.bind instructions (#6365)
Frank Emrich
2024-03-04
1
-0
/
+1
*
[Parser] Parse annotations, including source map comments (#6345)
Thomas Lively
2024-02-26
1
-2
/
+2
*
Typed continuations: cont.new instructions (#6308)
Frank Emrich
2024-02-22
1
-0
/
+1
*
Typed continuations: resume instructions (#6083)
Frank Emrich
2024-01-11
1
-0
/
+2
*
[Parser] Parse br_if correctly (#6202)
Thomas Lively
2024-01-04
1
-2
/
+2
*
[EH] Add instructions for new proposal (#6181)
Heejin Ahn
2023-12-19
1
-1
/
+3
*
Add a `tuple.drop` text pseudoinstruction (#6170)
Thomas Lively
2023-12-12
1
-0
/
+1
*
[Parser] Parse try/catch/catch_all/delegate (#6128)
Thomas Lively
2023-11-29
1
-6
/
+4
*
[Parser][NFC] Filter out unused instructions in gen-s-parser.py (#6095)
Thomas Lively
2023-11-09
1
-0
/
+5
*
Implement table.copy (#6078)
Alon Zakai
2023-11-06
1
-2
/
+1
*
[NFC][Parser] Simplify instruction handling (#5964)
Thomas Lively
2023-09-21
1
-3
/
+2
*
[Parser] Parse if-else in the new wat parser and IRBuilder (#5963)
Thomas Lively
2023-09-21
1
-0
/
+3
*
Implement table.fill (#5949)
Thomas Lively
2023-09-18
1
-0
/
+1
*
Replace i31.new with ref.i31 everywhere (#5931)
Thomas Lively
2023-09-13
1
-1
/
+2
*
Replace I31New with RefI31 everywhere (#5930)
Thomas Lively
2023-09-13
1
-1
/
+1
*
Remove legacy GC text syntax (#5929)
Thomas Lively
2023-09-12
1
-1
/
+0
*
Update stringref text format (#5891)
Jérôme Vouillon
2023-08-22
1
-0
/
+9
*
Remove legacy WasmGC instructions (#5861)
Thomas Lively
2023-08-09
1
-16
/
+2
*
[NFC] Refactor each of ArrayNewSeg and ArrayInit into subclasses for Data/Ele...
Alon Zakai
2023-05-04
1
-4
/
+4
*
Implement array.fill, array.init_data, and array.init_elem (#5637)
Thomas Lively
2023-04-06
1
-0
/
+3
*
Parse and print `array.new_fixed` (#5527)
Thomas Lively
2023-02-28
1
-1
/
+2
*
[NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526)
Thomas Lively
2023-02-28
1
-1
/
+1
*
[Strings] Add experimental string.hash instruction (#5480)
Alon Zakai
2023-02-03
1
-0
/
+1
*
[Strings] Add experimental StringNew variants (#5459)
Alon Zakai
2023-01-26
1
-4
/
+7
*
[Strings] Add string.compare (#5453)
Alon Zakai
2023-01-25
1
-1
/
+2
*
[Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)
Thomas Lively
2023-01-10
1
-4
/
+0
*
Represent ref.as_{func,data,i31} with RefCast (#5413)
Thomas Lively
2023-01-10
1
-3
/
+3
*
Replace `RefIs` with `RefIsNull` (#5401)
Thomas Lively
2023-01-09
1
-4
/
+4
*
Consolidate br_on* operations (#5399)
Thomas Lively
2023-01-06
1
-12
/
+12
*
[Parser] Parse blocks (#5393)
Thomas Lively
2023-01-05
1
-1
/
+1
*
Fix OOB string_view read in generated parser code (#5349)
Thomas Lively
2022-12-14
1
-7
/
+5
*
Add standard versions of WasmGC casts (#5331)
Thomas Lively
2022-12-07
1
-9
/
+12
*
Implement `array.new_data` and `array.new_elem` (#5214)
Thomas Lively
2022-11-07
1
-0
/
+2
*
[Parser] Parse loads and stores (#5174)
Thomas Lively
2022-10-21
1
-24
/
+28
*
[NFC] Avoid re-parsing instruction names (#5171)
Thomas Lively
2022-10-20
1
-88
/
+88
*
[Parser][NFC] Pass instruction locations to `makeXXX` functions (#5133)
Thomas Lively
2022-10-12
1
-2
/
+2
*
[Parser][NFC] Move `ParseInput` into the parser context (#5132)
Thomas Lively
2022-10-12
1
-2
/
+2
*
Make `Name` a pointer, length pair (#5122)
Thomas Lively
2022-10-11
1
-3
/
+6
*
Implement `extern.externalize` and `extern.internalize` (#4975)
Thomas Lively
2022-08-29
1
-0
/
+2
*
Remove RTTs (#4848)
Thomas Lively
2022-08-05
1
-10
/
+0
*
[Strings] GC variants for string.encode (#4817)
Alon Zakai
2022-07-21
1
-0
/
+2
*
[Strings] Add string.new GC variants (#4813)
Alon Zakai
2022-07-19
1
-0
/
+2
*
[Strings] stringview_wtf16.length (#4809)
Alon Zakai
2022-07-18
1
-0
/
+1
*
[Strings] stringview_*.slice (#4805)
Alon Zakai
2022-07-15
1
-0
/
+3
*
[Strings] stringview access operations (#4798)
Alon Zakai
2022-07-13
1
-0
/
+5
*
[Strings] string.as (#4797)
Alon Zakai
2022-07-12
1
-0
/
+3
[next]