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
*
[FP16] Implement conversion operations. (#6974)
Brendan Dahl
2024-09-26
1
-0
/
+4
*
[FP16] Implement madd and nmadd. (#6878)
Brendan Dahl
2024-09-03
1
-0
/
+2
*
Rename relaxed SIMD fma instructions to match spec. (#6876)
Brendan Dahl
2024-08-27
1
-4
/
+4
*
[FP16] Implement unary operations. (#6867)
Brendan Dahl
2024-08-27
1
-0
/
+7
*
[FP16] Implement arithmetic operations. (#6855)
Brendan Dahl
2024-08-21
1
-0
/
+8
*
Implement table.init (#6827)
Alon Zakai
2024-08-16
1
-3
/
+1
*
[FP16] Implement relation operations. (#6825)
Brendan Dahl
2024-08-09
1
-0
/
+6
*
[FP16] Implement lane access instructions. (#6821)
Brendan Dahl
2024-08-08
1
-0
/
+3
*
[FP16] Implement load and store instructions. (#6796)
Brendan Dahl
2024-08-06
1
-0
/
+2
*
Remove non-standard `i31.new` (#6736)
Thomas Lively
2024-07-12
1
-1
/
+0
*
[threads] ref.i31_shared (#6735)
Thomas Lively
2024-07-12
1
-2
/
+3
*
Rename external conversion instructions (#6716)
Jérôme Vouillon
2024-07-08
1
-2
/
+4
*
fix(#6671): fix possible stack buffer overflow in gen-s-parser.inc (#6678)
mtb
2024-06-18
1
-0
/
+6
*
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
[next]