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
*
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
*
Some simple integer math opts (#1504)
Alon Zakai
2018-04-11
1
-1
/
+1
*
check for errors when parsing s-expression load/store immediates (#1475)
Alon Zakai
2018-03-16
1
-2
/
+6
*
Fix -Wcatch-value from GCC 8 (#1400)
Josh Stone
2018-02-05
1
-2
/
+2
*
Rename WasmType => Type (#1398)
Alon Zakai
2018-02-02
1
-43
/
+43
*
Update call_indirect text syntax to match spec update (#1281)
Derek Schuff
2017-11-13
1
-1
/
+3
*
notation change: AST => IR (#1245)
Alon Zakai
2017-10-24
1
-1
/
+1
*
Update text syntax for shared memory limits (#1197)
Derek Schuff
2017-09-22
1
-13
/
+16
*
remove implicit fallthroughs (#1194) (#1196)
Jeremy Day
2017-09-20
1
-0
/
+1
*
Add support for sign-extension operators from threading proposal (#1167)
Derek Schuff
2017-09-06
1
-1
/
+8
*
Add support for atomic wait and wake operators (#1140)
Derek Schuff
2017-08-24
1
-0
/
+24
*
wasm2asm test generation (#1124)
Thomas Lively
2017-08-16
1
-1
/
+1
*
add the option to seek named breaks, not just taken breaks; refactor headers ...
Alon Zakai (kripken)
2017-07-11
1
-2
/
+2
*
Add IR, parsing, printing, and binary for atomic cmpxchg (#1083)
Derek Schuff
2017-07-10
1
-5
/
+25
*
Add IR, parsing and binary support for AtomicRMW instructions from wasm threa...
Derek Schuff
2017-07-06
1
-60
/
+69
*
Add atomic loads and stores (#1077)
Derek Schuff
2017-06-28
1
-5
/
+13
*
Add shared memories (#1069)
Derek Schuff
2017-06-27
1
-14
/
+22
*
Support new result syntax for if/loop/block (#1047)
Sam Clegg
2017-06-12
1
-18
/
+28
*
clean up unnecessary spacing
Alon Zakai
2017-06-01
1
-1
/
+1
*
use atoll in getCheckedAddress string parsing
Alon Zakai
2017-06-01
1
-1
/
+1
*
refactor s-expr parsing code to remove duplication and unnecessary things
Alon Zakai
2017-06-01
1
-33
/
+17
*
handle out of range memory size values in s-expr parsing
Alon Zakai (kripken)
2017-06-01
1
-2
/
+10
*
handle out of range break offset parsing
Alon Zakai
2017-06-01
1
-0
/
+2
*
verify s-expr parsing of alignments
Alon Zakai
2017-06-01
1
-2
/
+6
*
validate memory/table Address values in s-expr parsing
Alon Zakai (kripken)
2017-06-01
1
-4
/
+20
*
host op parsing error handling
Alon Zakai (kripken)
2017-06-01
1
-0
/
+9
*
handle duplicate functions in s-expr parsing
Alon Zakai (kripken)
2017-06-01
1
-0
/
+1
*
handle duplicate function types in s-expr parsing
Alon Zakai (kripken)
2017-06-01
1
-0
/
+2
[next]