index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm-s-parser.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
GC: Add stubs for the remaining instructions (#3174)
Daniel Wirtz
2020-09-29
1
-0
/
+14
*
GC: Add i31 instructions (#3154)
Daniel Wirtz
2020-09-24
1
-0
/
+2
*
Remove redundant allocator in Builder (#3144)
Thomas Lively
2020-09-22
1
-1
/
+0
*
GC: Add ref.eq instruction (#3145)
Daniel Wirtz
2020-09-21
1
-0
/
+1
*
Initial implementation of "Memory64" proposal (#3130)
Wouter van Oortmerssen
2020-09-18
1
-0
/
+2
*
Refactor Host expression to MemorySize and MemoryGrow (#3137)
Daniel Wirtz
2020-09-17
1
-1
/
+2
*
Implement module and local names in name section (#3115)
Daniel Wirtz
2020-09-14
1
-4
/
+1
*
Update Pop text format to handle tuples (#3116)
Thomas Lively
2020-09-11
1
-1
/
+1
*
Poppy IR wast parsing and validation (#3105)
Thomas Lively
2020-09-09
1
-0
/
+2
*
Update reference types (#3084)
Daniel Wirtz
2020-09-09
1
-0
/
+4
*
Make try body start with 'do' (#2846)
Heejin Ahn
2020-05-11
1
-1
/
+1
*
Tuple globals (#2718)
Thomas Lively
2020-04-02
1
-0
/
+1
*
Initial multivalue support (#2675)
Thomas Lively
2020-03-05
1
-1
/
+3
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
1
-1
/
+3
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
1
-0
/
+3
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-12
/
+9
*
Fix catch parsing (#2428)
Heejin Ahn
2019-11-11
1
-1
/
+1
*
vNxM.load_splat instructions (#2350)
Thomas Lively
2019-09-23
1
-0
/
+1
*
QFMA/QFMS instructions (#2328)
Thomas Lively
2019-09-03
1
-1
/
+1
*
Add atomic.fence instruction (#2307)
Heejin Ahn
2019-08-27
1
-0
/
+1
*
Add basic exception handling support (#2282)
Heejin Ahn
2019-08-13
1
-0
/
+5
*
Initial tail call implementation (#2197)
Thomas Lively
2019-07-03
1
-2
/
+2
*
Minimal Push/Pop support (#2207)
Alon Zakai
2019-07-03
1
-0
/
+2
*
Add event section (#2151)
Heejin Ahn
2019-05-31
1
-1
/
+5
*
Refactor type and function parsing (#2143)
Heejin Ahn
2019-05-24
1
-2
/
+12
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-5
/
+5
*
Refactor type/signature/local parsing methods (NFC) (#2129)
Heejin Ahn
2019-05-21
1
-3
/
+6
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-26
/
+28
*
Passive segments (#1976)
Thomas Lively
2019-04-05
1
-1
/
+1
*
Rename atomic wait/notify instructions (#1972)
Heejin Ahn
2019-03-30
1
-1
/
+1
*
Update v128.const text formats (#1934)
Thomas Lively
2019-03-19
1
-0
/
+1
*
Bulk memory operations (#1892)
Thomas Lively
2019-02-05
1
-1
/
+5
*
Code style improvements (#1868)
Alon Zakai
2019-01-15
1
-7
/
+8
*
SIMD (#1820)
Thomas Lively
2018-12-13
1
-0
/
+5
*
Generate sexp instruction parser (#1754)
Thomas Lively
2018-11-19
1
-2
/
+4
*
Unify imported and non-imported things (#1678)
Alon Zakai
2018-09-19
1
-1
/
+0
*
Add debug information locations to the function prolog/epilog (#1674)
Yury Delendik
2018-09-17
1
-3
/
+7
*
Rename WasmType => Type (#1398)
Alon Zakai
2018-02-02
1
-18
/
+18
*
Add support for atomic wait and wake operators (#1140)
Derek Schuff
2017-08-24
1
-0
/
+2
*
wasm2asm test generation (#1124)
Thomas Lively
2017-08-16
1
-0
/
+4
*
Add IR, parsing, printing, and binary for atomic cmpxchg (#1083)
Derek Schuff
2017-07-10
1
-1
/
+3
*
Add IR, parsing and binary support for AtomicRMW instructions from wasm threa...
Derek Schuff
2017-07-06
1
-0
/
+1
*
Add atomic loads and stores (#1077)
Derek Schuff
2017-06-28
1
-2
/
+2
*
Add shared memories (#1069)
Derek Schuff
2017-06-27
1
-0
/
+1
*
Support new result syntax for if/loop/block (#1047)
Sam Clegg
2017-06-12
1
-0
/
+2
*
refactor s-expr parsing code to remove duplication and unnecessary things
Alon Zakai
2017-06-01
1
-6
/
+6
*
Exporting/importing debug location information from .wast/.asm.js/.s formats ...
Yury Delendik
2017-06-01
1
-3
/
+17
*
Move wasm.cpp and wasm-s-parser into a library (#796)
Derek Schuff
2016-10-20
1
-1759
/
+67
*
Fix some C6246: "Local declaration of 'i' hides declaration of the same name ...
juj
2016-10-20
1
-4
/
+4
*
Don't create a memory section for an imported memory; fixes #772 (#773)
Benjamin Bouvier
2016-10-13
1
-10
/
+16
[next]