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
*
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
*
Poppy IR wast parsing and validation (#3105)
Thomas Lively
2020-09-09
1
-1
/
+3
*
Update reference types (#3084)
Daniel Wirtz
2020-09-09
1
-4
/
+40
*
Use const modifier when dealing with types (#3064)
Daniel Wirtz
2020-08-20
1
-1
/
+1
*
Replace Type::expand() with an iterator-based approach (#3061)
Daniel Wirtz
2020-08-19
1
-3
/
+3
*
Implement prototype v128.load{32,64}_zero instructions (#3011)
Thomas Lively
2020-08-03
1
-0
/
+2
*
Rename anyref to externref to match proposal change (#2900)
Jay Phelps
2020-06-10
1
-2
/
+2
*
Remove `Push` (#2867)
Thomas Lively
2020-05-22
1
-7
/
+0
*
Make 'do' clause mandatory in 'try' (#2851)
Heejin Ahn
2020-05-14
1
-8
/
+7
*
Make try body start with 'do' (#2846)
Heejin Ahn
2020-05-11
1
-4
/
+12
*
Tuple globals (#2718)
Thomas Lively
2020-04-02
1
-11
/
+17
*
Initial multivalue support (#2675)
Thomas Lively
2020-03-05
1
-16
/
+45
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
1
-28
/
+28
*
Add line and col info to wast parser exceptions (#2570)
Heejin Ahn
2020-01-06
1
-63
/
+80
*
Parse memarg in atomic.wait and atomic.notify (#2569)
Heejin Ahn
2020-01-03
1
-18
/
+36
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
1
-5
/
+38
*
Move Type-related functions into Type class (NFC) (#2556)
Heejin Ahn
2019-12-29
1
-3
/
+3
*
Make local.tee's type its local's type (#2511)
Heejin Ahn
2019-12-12
1
-2
/
+2
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-149
/
+86
*
Remove 'none' type as a branch target in ReFinalize (#2492)
Alon Zakai
2019-12-04
1
-2
/
+2
*
Convert to using DEBUG macros (#2497)
Sam Clegg
2019-12-04
1
-1
/
+1
*
Remove FunctionType from Event (#2466)
Thomas Lively
2019-11-25
1
-10
/
+11
*
Fix catch parsing (#2428)
Heejin Ahn
2019-11-11
1
-5
/
+8
*
Make try body with multiple instructions roundtrip (#2374)
Heejin Ahn
2019-10-09
1
-1
/
+1
*
SIMD load and extend instructions (#2353)
Thomas Lively
2019-09-24
1
-0
/
+6
*
vNxM.load_splat instructions (#2350)
Thomas Lively
2019-09-23
1
-2
/
+26
*
QFMA/QFMS instructions (#2328)
Thomas Lively
2019-09-03
1
-5
/
+7
*
Add atomic.fence instruction (#2307)
Heejin Ahn
2019-08-27
1
-0
/
+4
*
Add initial support for anyref as an opaque type (#2294)
Jay Phelps
2019-08-20
1
-0
/
+3
*
Add basic exception handling support (#2282)
Heejin Ahn
2019-08-13
1
-0
/
+96
*
Rename except_ref type to exnref (#2224)
Heejin Ahn
2019-07-14
1
-2
/
+2
*
Initial tail call implementation (#2197)
Thomas Lively
2019-07-03
1
-2
/
+5
*
Minimal Push/Pop support (#2207)
Alon Zakai
2019-07-03
1
-0
/
+14
*
Add event section (#2151)
Heejin Ahn
2019-05-31
1
-5
/
+144
*
Refactor typeuse parsing more (NFC) (#2146)
Heejin Ahn
2019-05-29
1
-10
/
+18
*
Refactor type and function parsing (#2143)
Heejin Ahn
2019-05-24
1
-187
/
+192
*
Factor out elementStartsWith (NFC) (#2137)
Heejin Ahn
2019-05-23
1
-32
/
+36
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-12
/
+12
*
Remove old import/export parsing routines (NFC) (#2127)
Heejin Ahn
2019-05-21
1
-26
/
+1
[next]