index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
auto_update_tests.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
-316
/
+401
*
Clean up wasm2asm testing (#1546)
Alon Zakai
2018-05-13
1
-5
/
+9
*
A couple of fixes for out-of-tree builds (#1538)
Sam Clegg
2018-05-09
1
-3
/
+3
*
fix auto_update_tests.py for wasm-opt (#1487)
Nathan Froyd
2018-03-23
1
-2
/
+3
*
Allow small names in test/passes (#1450)
Alon Zakai
2018-03-05
1
-0
/
+2
*
Fold wasm-link-metadata into wasm-emscripten-finalize (#1408)
Jacob Gravelle
2018-02-14
1
-18
/
+3
*
Support multiple extensions in lld test generation (#1417)
Heejin Ahn
2018-02-12
1
-9
/
+22
*
Emscripten addFunction support for Wasm backend (#1395)
Heejin Ahn
2018-02-07
1
-0
/
+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
-1
/
+21
*
Add optimize, shrink level and debug info options to C/JS (#1357)
Daniel Wirtz
2018-01-17
1
-9
/
+16
*
Fixes for #5998 (#1341)
Alon Zakai
2017-12-30
1
-0
/
+1
*
wasm-metadce tool (#1320)
Alon Zakai
2017-12-06
1
-2
/
+15
*
Fix binaryen.js's wasm2asm (#1257)
Alon Zakai
2017-11-01
1
-1
/
+1
*
Update auto_update_tests.py for trap-mode flags (#1225)
Jacob Gravelle
2017-10-17
1
-10
/
+19
*
Flattening rewrite (#1201)
Alon Zakai
2017-10-03
1
-14
/
+17
*
Add --trap-mode=allow/clamp/js argument to asm2wasm and s2wasm (#1210)
jgravelle-google
2017-10-03
1
-2
/
+2
*
Update text syntax for shared memory limits (#1197)
Derek Schuff
2017-09-22
1
-3
/
+3
*
Return to more structured type rules for block and if (#1148)
Alon Zakai
2017-09-05
1
-1
/
+21
*
wasm-reduce tool (#1139)
Alon Zakai
2017-09-01
1
-2
/
+16
*
Fix locaion of wasm-merge in auto_update_tests.py (#1151)
Sam Clegg
2017-08-29
1
-13
/
+15
*
New fuzzer (#1126)
Alon Zakai
2017-08-11
1
-1
/
+8
*
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
*
Add shared memories (#1069)
Derek Schuff
2017-06-27
1
-13
/
+15
*
Fix auto_update_tests for printing/minifier tests (#1071)
Derek Schuff
2017-06-27
1
-2
/
+3
*
Fix path to wasm-ctor-eval binary used in test code
Sam Clegg
2017-06-09
1
-2
/
+2
*
Exporting/importing debug location information from .wast/.asm.js/.s formats ...
Yury Delendik
2017-06-01
1
-0
/
+4
*
Unreachable typing fixes (#1004)
Alon Zakai
2017-05-09
1
-3
/
+4
*
--no-js-ffi opt to disable JS FFI mangling. (#984)
Joel Martin
2017-05-01
1
-11
/
+15
*
ctor evaller (#982)
Alon Zakai
2017-04-28
1
-0
/
+13
*
wasm-merge tool (#919)
Alon Zakai
2017-04-17
1
-0
/
+20
*
New binaryen.js (#922)
Alon Zakai
2017-03-24
1
-0
/
+13
*
Use 3 modes for potentially trapping ops in asm2wasm (#929)
Alon Zakai
2017-03-07
1
-4
/
+6
*
Fix emitting of unreachable block/if/loop (#911)
Alon Zakai
2017-02-16
1
-1
/
+2
*
asm2wasm debuginfo (#895)
Alon Zakai
2017-02-07
1
-0
/
+2
*
Improve handling of implicit traps (#898)
Alon Zakai
2017-02-06
1
-1
/
+1
*
Read/Write Abstraction (#889)
Alon Zakai
2017-01-26
1
-1
/
+1
*
Handle stacky code (#868)
Alon Zakai
2017-01-04
1
-0
/
+11
*
Refactor check.py so that groups of tests can be split into separate … (#849)
jgravelle-google
2016-12-06
1
-1
/
+1
*
add a --memory-base options to asm2wasm, to fix the memory base instead of de...
Alon Zakai
2016-10-31
1
-0
/
+2
*
support pass test files with -O plus a level, like -O1, -Os, etc.
Alon Zakai
2016-10-21
1
-1
/
+1
*
Add -O0,-O1,etc. options (#790)
Alon Zakai
2016-10-19
1
-1
/
+4
*
More wasm-only opts (#727)
Alon Zakai
2016-10-02
1
-1
/
+1
*
asm2wasm i64 support (#723)
Alon Zakai
2016-09-30
1
-0
/
+2
*
Make wasm-as emit the names section/debug info only with -g (#705)
Alon Zakai
2016-09-26
1
-13
/
+17
*
Update s2wasm for 0xc changes (#698)
Derek Schuff
2016-09-15
1
-6
/
+2
*
add asm2wasm option to import a mem init file
Alon Zakai
2016-09-07
1
-0
/
+4
*
add drop and tee expressions
Alon Zakai
2016-09-07
1
-0
/
+3
*
wast function type name desugaring is changing in spec:301 (#654)
Alon Zakai
2016-07-28
1
-0
/
+18
[prev]
[next]