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
*
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