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
*
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
*
[Parser] Start to parse instructions (#4789)
Thomas Lively
2022-07-11
1
-6
/
+22
*
[Strings] string.is_usv_sequence (#4783)
Alon Zakai
2022-07-08
1
-0
/
+1
*
[Strings] string.eq (#4781)
Alon Zakai
2022-07-08
1
-0
/
+1
*
[Strings] string.concat (#4777)
Alon Zakai
2022-07-08
1
-0
/
+1
*
[Strings] string.encode (#4776)
Alon Zakai
2022-07-07
1
-0
/
+2
*
[Strings] string.measure (#4775)
Alon Zakai
2022-07-07
1
-0
/
+2
*
[Strings] Add string.const (#4768)
Alon Zakai
2022-07-06
1
-0
/
+1
*
[Strings] Add string.new* instructions (#4761)
Alon Zakai
2022-06-29
1
-0
/
+2
*
Update relaxed SIMD instructions
Thomas Lively
2022-06-07
1
-2
/
+0
*
Add ref.cast_nop_static (#4656)
Thomas Lively
2022-05-11
1
-0
/
+1
*
Implement relaxed SIMD dot product instructions (#4586)
Thomas Lively
2022-04-11
1
-1
/
+5
*
[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
-0
/
+1
*
Add support for relaxed-simd instructions (#4320)
Ng Zhi An
2021-11-15
1
-0
/
+19
*
Add table.grow operation (#4245)
Max Graey
2021-10-18
1
-1
/
+1
*
Add table.size operation (#4224)
Max Graey
2021-10-08
1
-1
/
+1
*
Add table.set operation (#4215)
Max Graey
2021-10-07
1
-1
/
+9
*
Implement table.get (#4195)
Alon Zakai
2021-09-30
1
-2
/
+3
*
[Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)
Alon Zakai
2021-09-23
1
-0
/
+5
*
[Wasm GC] Add static variants of ref.test, ref.cast, and br_on_cast* (#4163)
Alon Zakai
2021-09-20
1
-0
/
+4
*
[Wasm GC] ArrayInit support (#4138)
Alon Zakai
2021-09-10
1
-13
/
+14
*
[Wasm GC] rtt.fresh_sub (#3936)
Alon Zakai
2021-06-17
1
-0
/
+1
*
[Wasm GC] Add negated BrOn* operations (#3913)
Alon Zakai
2021-06-02
1
-0
/
+5
*
[Wasm GC] Add experimental array.copy (#3911)
Alon Zakai
2021-05-27
1
-0
/
+1
*
Rename SIMD extending load instructions (#3798)
Daniel Wirtz
2021-04-12
1
-6
/
+6
*
Rename various SIMD load instructions (#3795)
Daniel Wirtz
2021-04-11
1
-6
/
+6
*
Add v128.load/storeN_lane SIMD instructions to C/JS API (#3784)
Daniel Wirtz
2021-04-08
1
-8
/
+8
*
Update SIMD names and opcodes (#3771)
Thomas Lively
2021-04-05
1
-55
/
+42
*
Prototype i32x4.widen_i8x16_{s,u} (#3535)
Thomas Lively
2021-02-01
1
-0
/
+2
*
[GC] br_on_null (#3528)
Alon Zakai
2021-02-01
1
-0
/
+1
*
[GC] ref.as_non_null (#3527)
Alon Zakai
2021-01-28
1
-0
/
+1
*
[GC] Add br_on_func/data/i31 (#3525)
Alon Zakai
2021-01-28
1
-1
/
+4
*
[GC] ref.as_* (#3520)
Alon Zakai
2021-01-27
1
-0
/
+3
*
[GC] ref.is_func/data/i31 (#3519)
Alon Zakai
2021-01-26
1
-2
/
+5
[next]