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
*
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
*
Refactor type/signature/local parsing methods (NFC) (#2129)
Heejin Ahn
2019-05-21
1
-86
/
+105
*
Add except_ref type (#2081)
Heejin Ahn
2019-05-07
1
-0
/
+3
*
Optimize mutable globals (#2066)
Alon Zakai
2019-05-02
1
-4
/
+0
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-151
/
+290
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-233
/
+439
*
Passive segments (#1976)
Thomas Lively
2019-04-05
1
-10
/
+18
*
Rename atomic wait/notify instructions (#1972)
Heejin Ahn
2019-03-30
1
-3
/
+3
*
Update v128.const text formats (#1934)
Thomas Lively
2019-03-19
1
-27
/
+29
*
Consistently optimize small added constants into load/store offsets (#1924)
Alon Zakai
2019-03-01
1
-2
/
+2
*
throw an early error in s-expr-parsing makeBlock, if not inside a function (#...
Alon Zakai
2019-02-06
1
-0
/
+1
*
Bulk memory operations (#1892)
Thomas Lively
2019-02-05
1
-0
/
+35
*
More misc ASAN fixes (#1882)
Alon Zakai
2019-01-22
1
-0
/
+3
*
Misc minor ASAN fixes (#1869)
Alon Zakai
2019-01-16
1
-4
/
+3
*
Code style improvements (#1868)
Alon Zakai
2019-01-15
1
-2
/
+2
*
Require unique_ptr to Module::addFunctionType() (#1672)
Paweł Bylica
2019-01-10
1
-2
/
+2
*
Massive renaming (#1855)
Thomas Lively
2019-01-07
1
-5
/
+5
*
Rename `idx` to `index` in SIMD code for consistency (#1836)
Thomas Lively
2018-12-18
1
-4
/
+4
*
SIMD (#1820)
Thomas Lively
2018-12-13
1
-2
/
+125
*
Fuzzing: log values during execution (#1779)
Alon Zakai
2018-11-30
1
-1
/
+1
*
Add support for a mutable globals as a Feature (#1785)
Sam Clegg
2018-11-30
1
-2
/
+4
*
Generate sexp instruction parser (#1754)
Thomas Lively
2018-11-19
1
-290
/
+12
*
Fix alignment in MixedAllocator (#1740)
Alon Zakai
2018-11-13
1
-1
/
+1
*
add support for new call_indirect syntax ; fixes #1724 (#1725)
Alon Zakai
2018-11-05
1
-8
/
+29
*
Support 4GB Memories (#1702)
Alon Zakai
2018-10-15
1
-2
/
+5
*
Unify imported and non-imported things (#1678)
Alon Zakai
2018-09-19
1
-95
/
+71
*
Add debug information locations to the function prolog/epilog (#1674)
Yury Delendik
2018-09-17
1
-13
/
+27
*
remove PageSize and HasFeature, which wasm removed a while back (#1667)
Alon Zakai
2018-09-12
1
-7
/
+1
*
Fix parsing of memory attributes in s-expression parser (#1666)
Alon Zakai
2018-09-11
1
-13
/
+21
[next]