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
*
Support type uses before definitions in text parser (#3584)
Thomas Lively
2021-02-18
1
-75
/
+188
*
[EH] Make rethrow's target a try label (#3568)
Heejin Ahn
2021-02-18
1
-26
/
+3
*
[EH] Rename delegateTarget to exceptionTarget (NFC) (#3562)
Heejin Ahn
2021-02-13
1
-1
/
+1
*
[EH] Support reading/writing of delegate (#3561)
Heejin Ahn
2021-02-12
1
-13
/
+43
*
[reference-types] remove single table restriction in IR (#3517)
Abbas Mashayekh
2021-02-09
1
-43
/
+118
*
Prototype i32x4.widen_i8x16_{s,u} (#3535)
Thomas Lively
2021-02-01
1
-0
/
+9
*
[GC] Add br_on_func/data/i31 (#3525)
Alon Zakai
2021-01-28
1
-8
/
+11
*
[GC] Update br_on_cast: the text format also no longer has a heap type (#3523)
Alon Zakai
2021-01-27
1
-5
/
+10
*
[GC] ref.as_* (#3520)
Alon Zakai
2021-01-27
1
-0
/
+4
*
[GC] ref.is_func/data/i31 (#3519)
Alon Zakai
2021-01-26
1
-7
/
+3
*
[GC] RefIsNull => RefIs. (#3516)
Alon Zakai
2021-01-26
1
-3
/
+8
*
Reorder i31ref and dataref (#3509)
Heejin Ahn
2021-01-23
1
-13
/
+13
*
Remove exnref and br_on_exn (#3505)
Heejin Ahn
2021-01-22
1
-30
/
+3
*
[GC] Add dataref type (#3500)
Alon Zakai
2021-01-21
1
-0
/
+10
*
Basic EH instrucion support for the new spec (#3487)
Heejin Ahn
2021-01-15
1
-10
/
+41
*
[GC] Fix parsing/printing of ref types using i31 (#3469)
Alon Zakai
2021-01-07
1
-6
/
+13
*
Prototype prefetch instructions (#3467)
Thomas Lively
2021-01-06
1
-0
/
+6
*
MemoryPacking: Preserve segment names (#3458)
Sam Clegg
2020-12-18
1
-10
/
+5
*
[GC] Add br_on_cast (#3451)
Alon Zakai
2020-12-17
1
-4
/
+6
*
Use enums for mutability and nullability (#3443)
Thomas Lively
2020-12-14
1
-6
/
+5
*
[GC] Add ref.test and ref.cast (#3439)
Alon Zakai
2020-12-11
1
-8
/
+10
*
[GC] Add Array operations (#3436)
Alon Zakai
2020-12-10
1
-33
/
+47
*
Read and write data segments names in names section (#3435)
Sam Clegg
2020-12-09
1
-0
/
+7
*
[GC] Add struct.new and start to test interesting execution (#3433)
Alon Zakai
2020-12-09
1
-4
/
+18
*
[GC] Add basic RTT support (#3432)
Alon Zakai
2020-12-08
1
-9
/
+17
*
Intern HeapTypes and clean up types code (#3428)
Thomas Lively
2020-12-07
1
-6
/
+6
*
[GC] Add struct.set (#3430)
Alon Zakai
2020-12-07
1
-6
/
+7
*
[GC] Add struct.get instruction parsing and execution (#3429)
Alon Zakai
2020-12-07
1
-30
/
+38
*
[GC] Support reading and writing of Struct and Array types (#3423)
Alon Zakai
2020-12-05
1
-8
/
+46
*
[GC types] Refactoring to allow future heap type parsing. NFC (#3409)
Alon Zakai
2020-12-02
1
-55
/
+45
*
[TypedFunctionReferences] Enable call_ref in fuzzer, and fix minor misc fuzz ...
Alon Zakai
2020-11-25
1
-14
/
+32
*
[TypedFunctionReferences] Implement call_ref (#3396)
Alon Zakai
2020-11-24
1
-17
/
+79
*
[TypedFunctionReferences] Add Typed Function References feature and use the t...
Alon Zakai
2020-11-23
1
-1
/
+4
*
[s-parsing] Store full function signatures (#3356)
Alon Zakai
2020-11-13
1
-4
/
+4
*
Rename atomic.notify and *.atomic.wait (#3353)
Heejin Ahn
2020-11-13
1
-3
/
+5
*
Remove dead code and unused includes. NFC. (#3328)
Sam Clegg
2020-11-08
1
-2
/
+0
*
[NFC] `using namespace Abstract` to make matchers more compact (#3284)
Thomas Lively
2020-10-26
1
-6
/
+6
*
Implement v128.{load,store}{8,16,32,64}_lane instructions (#3278)
Thomas Lively
2020-10-22
1
-0
/
+43
*
Only write explicit names to name section (#3241)
Sam Clegg
2020-10-15
1
-11
/
+13
*
Assign import names consistently between text and binaryn reader (#3238)
Sam Clegg
2020-10-14
1
-2
/
+2
*
Fix applying default / unify SExpr and Wasm builder names (#3179)
Daniel Wirtz
2020-09-30
1
-5
/
+7
*
GC: Add stubs for the remaining instructions (#3174)
Daniel Wirtz
2020-09-29
1
-0
/
+98
*
GC: Add i31 instructions (#3154)
Daniel Wirtz
2020-09-24
1
-0
/
+15
*
GC: Add ref.eq instruction (#3145)
Daniel Wirtz
2020-09-21
1
-0
/
+8
*
GC: Integrate eqref and i31ref types (#3141)
Daniel Wirtz
2020-09-19
1
-0
/
+6
*
Initial implementation of "Memory64" proposal (#3130)
Wouter van Oortmerssen
2020-09-18
1
-19
/
+56
*
Refactor Host expression to MemorySize and MemoryGrow (#3137)
Daniel Wirtz
2020-09-17
1
-13
/
+9
*
Implement module and local names in name section (#3115)
Daniel Wirtz
2020-09-14
1
-5
/
+2
*
Update Pop text format to handle tuples (#3116)
Thomas Lively
2020-09-11
1
-2
/
+6
*
Add anyref feature and type (#3109)
Daniel Wirtz
2020-09-10
1
-0
/
+3
[next]