index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
check.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
wasm2js: unreachability fixes (#2037)
Alon Zakai
2019-04-22
1
-15
/
+1
*
Change default feature set to MVP (#1993)
Thomas Lively
2019-04-16
1
-10
/
+9
*
Move segment merging to fit web limits into its own pass (#1980)
Thomas Lively
2019-04-08
1
-1
/
+2
*
Update test/spec/memory.wast to latest upstream (#1801)
Alon Zakai
2019-04-03
1
-1
/
+1
*
Delete wasm-merge (#1969)
Thomas Lively
2019-03-29
1
-31
/
+3
*
Improve test scripts (#1959)* Improve test scripts * feedback [skip ci]
Sam Clegg
2019-03-21
1
-5
/
+4
*
Discover and run unit tests from check.py (#1948)
Thomas Lively
2019-03-19
1
-6
/
+25
*
Bulk memory operations (#1892)
Thomas Lively
2019-02-05
1
-1
/
+1
*
Compare binaryen fuzz-exec to JS VMs (#1856)
Alon Zakai
2019-01-10
1
-2
/
+8
*
Remove interp and fix tests (#1858)
Alon Zakai
2019-01-08
1
-63
/
+1
*
Better fuzzing (#1735)
Alon Zakai
2018-11-13
1
-1
/
+1
*
Fix read-write of dylink section (#1648)
Alon Zakai
2018-08-31
1
-0
/
+16
*
Rename `wasm2asm` to `wasm2js`, emit ESM by default (#1642)
Alex Crichton
2018-08-30
1
-2
/
+2
*
use comma for -rpath instead of equals sign to fix MacOS (#1651)
Jay Phelps
2018-08-30
1
-1
/
+1
*
Notice parse errors on number parsing in the text format (#1608)
Loppin Vincent
2018-07-24
1
-0
/
+2
*
Refactor stack writing code into a new StackWriter class (#1620)
Alon Zakai
2018-07-16
1
-1
/
+1
*
Proper error handling in add* and get* methods (#1570)
Alon Zakai
2018-07-10
1
-3
/
+7
*
Stop bundling binaryen.js builds (#1609)
Alon Zakai
2018-07-04
1
-3
/
+13
*
Remove s2wasm (#1607)
Sam Clegg
2018-06-28
1
-3
/
+0
*
Fix check.py on windows platform (#1605)
Loppin Vincent
2018-06-20
1
-3
/
+3
*
Remove testing of s2wasm via the wasm waterfall scripts (#1604)
Sam Clegg
2018-06-19
1
-48
/
+2
*
wasm-opt source map support (#1557)
Alon Zakai
2018-06-07
1
-0
/
+12
*
Cleanup scripts in scripts/test (#1566)
Sam Clegg
2018-05-25
1
-0
/
+1
*
Apply flake8 to remaining python code (#1542)
Sam Clegg
2018-05-15
1
-44
/
+79
*
A couple of fixes for out-of-tree builds (#1538)
Sam Clegg
2018-05-09
1
-2
/
+2
*
More reducer improvements (#1533)
Alon Zakai
2018-05-08
1
-2
/
+14
*
More simple math opts (#1506)
Alon Zakai
2018-04-11
1
-0
/
+4
*
add a --no-validation option to the commandline tools. disabling validation m...
Alon Zakai
2018-04-09
1
-5
/
+6
*
Handle literally unreachable brs (#1497)
Alon Zakai
2018-04-07
1
-10
/
+21
*
include the filename in erroneous diff output where possible (#1452)
Nathan Froyd
2018-03-19
1
-31
/
+18
*
Allow small names in test/passes (#1450)
Alon Zakai
2018-03-05
1
-2
/
+5
*
adjust test scripts to cope with out-of-tree builds (#1420)
Nathan Froyd
2018-02-14
1
-11
/
+16
*
Fold wasm-link-metadata into wasm-emscripten-finalize (#1408)
Jacob Gravelle
2018-02-14
1
-2
/
+1
*
ThreadPool refactoring (#1389)
Alon Zakai
2018-01-26
1
-0
/
+2
*
First pass at LLD support for Emscripten (#1346)
Jacob Gravelle
2018-01-22
1
-0
/
+3
*
Add optimize, shrink level and debug info options to C/JS (#1357)
Daniel Wirtz
2018-01-17
1
-6
/
+11
*
Update wasm-shell expected failures (#1268)
Jacob Gravelle
2018-01-10
1
-3
/
+6
*
Fixes for #5998 (#1341)
Alon Zakai
2017-12-30
1
-14
/
+13
*
Fix 2 binary fuzz bugs (#1323)
Alon Zakai
2017-12-14
1
-0
/
+12
*
wasm-metadce tool (#1320)
Alon Zakai
2017-12-06
1
-1
/
+19
*
Run binaryen.js tests using node, and on travis (#1275)
Alon Zakai
2017-11-14
1
-40
/
+57
*
remove some unneeded and outdated tests, which were useful in bootstrapping b...
Alon Zakai
2017-10-11
1
-69
/
+0
*
Share trap mode between asm2wasm and s2wasm (#1168)
jgravelle-google
2017-10-02
1
-122
/
+5
*
Thread fixes (#1205)
Alon Zakai
2017-10-02
1
-23
/
+34
*
Refactor check.py into seperate functions. NFC. (#1158)
Sam Clegg
2017-09-07
1
-380
/
+408
*
wasm-reduce tool (#1139)
Alon Zakai
2017-09-01
1
-2
/
+18
*
wasm2asm test generation (#1124)
Thomas Lively
2017-08-16
1
-1
/
+1
*
New fuzzer (#1126)
Alon Zakai
2017-08-11
1
-0
/
+9
*
Get wasm2asm building again (#1107)
Thomas Lively
2017-08-02
1
-0
/
+2
*
do not combine a load/store offset with a constant pointer if it would wrap a...
Alon Zakai (kripken)
2017-07-29
1
-1
/
+1
[next]