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
*
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
*
handle duplicate imports and globals in s-expr parsing
Alon Zakai (kripken)
2017-06-01
1
-0
/
+6
*
handle a parse error of a function declaration with mixed import inside
Alon Zakai (kripken)
2017-06-01
1
-0
/
+1
*
s-expr parsing: handle empty switch
Alon Zakai (kripken)
2017-06-01
1
-0
/
+1
*
harden s-expr parsing
Alon Zakai (kripken)
2017-06-01
1
-25
/
+29
*
Exporting/importing debug location information from .wast/.asm.js/.s formats ...
Yury Delendik
2017-06-01
1
-5
/
+55
*
Validate finalization (#1014)
Alon Zakai
2017-05-18
1
-0
/
+2
*
Unreachable typing fixes (#1004)
Alon Zakai
2017-05-09
1
-0
/
+7
*
text format parsing fixes (#1002)
Alon Zakai
2017-05-08
1
-4
/
+5
*
Parsing fixes (#990)
Alon Zakai
2017-05-02
1
-2
/
+4
*
Wasm h to cpp (#926)
jgravelle-google
2017-03-10
1
-14
/
+14
*
clean up raw pointer import->functionType, make it a Name like everything els...
Alon Zakai
2017-02-17
1
-4
/
+4
*
fix table import size when no maximum is provided
Alon Zakai
2016-12-07
1
-1
/
+1
*
Binary 0xd changes (#803)
Derek Schuff
2016-10-26
1
-3
/
+2
*
Move wasm.cpp and wasm-s-parser into a library (#796)
Derek Schuff
2016-10-20
1
-0
/
+1776