summaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Refactor wasm-emscripten-finalize to use a single pass runner (#2987)Sam Clegg2020-08-051-47/+41
* Move generateDynCallThunks into its own pass. NFC. (#3000)Sam Clegg2020-08-041-1/+3
* Implement prototype v128.load{32,64}_zero instructions (#3011)Thomas Lively2020-08-031-0/+4
* Better const fuzzing (#2972)Alon Zakai2020-07-301-14/+35
* wasm2js: Remove an incorrect optimization (#3004)Alon Zakai2020-07-291-6/+1
* wasm2js: Don't remove an | 0 or >>> 0 in a boolean context (#2993)Alon Zakai2020-07-281-16/+26
* Move stack-check into its own pass (#2994)Sam Clegg2020-07-271-3/+10
* wasm-emscripten-finalize: remove exportWasiStart (#2986)Sam Clegg2020-07-271-4/+1
* Move emscripten PIC ABI conversion to a pass. NFC. (#2985)Sam Clegg2020-07-241-1/+5
* Move ReplaceStackPoint into a pass (#2984)Sam Clegg2020-07-241-1/+3
* Wasm2c fuzz support: only emit a call to the hang limit function if present (...Alon Zakai2020-07-241-2/+7
* Add a builder.makeConst helper template (#2971)Alon Zakai2020-07-214-28/+22
* wasm2c signal handler fixes (#2957)Alon Zakai2020-07-141-1/+1
* wasm2js: Bulk memory support (#2923)Alon Zakai2020-06-221-1/+1
* wasm2js testing improvements before bulk-memory (#2918)Alon Zakai2020-06-201-5/+44
* Support new clang mangling of main (__main_argc_argv) (#2671)Sam Clegg2020-06-101-0/+3
* Rename anyref to externref to match proposal change (#2900)Jay Phelps2020-06-103-21/+22
* Reland "Link binaryen tools against the dylib" (#2892)Derek Schuff2020-06-031-1/+0
* Revert "Link binaryen tools against the dylib (#2864)" (#2891)Derek Schuff2020-06-021-0/+1
* Link binaryen tools against the dylib (#2864)Derek Schuff2020-06-021-1/+0
* DeNaN pass (#2877)Alon Zakai2020-05-272-111/+55
* Remove stackSave/stackAlloc/stackRestore code generation (#2852)Sam Clegg2020-05-201-1/+0
* Add interpreter support for EH (#2780)Heejin Ahn2020-05-062-0/+9
* Fix wasm2c loop (#2816)Alon Zakai2020-04-281-5/+6
* Use --detect-features in wasm-reduce. Fixes #2813 (#2815)Alon Zakai2020-04-281-6/+2
* Emcc fuzzing followups (#2812)Alon Zakai2020-04-271-4/+3
* Fuzz frequency tuning (#2806)Alon Zakai2020-04-271-97/+69
* Remove --fuzz-binary and simplify round trip (#2799)Thomas Lively2020-04-241-34/+5
* Wasm2c2Wasm Fuzzer: wasm2c + emcc (#2791)Alon Zakai2020-04-241-15/+30
* Emit text in pass reduction when in text mode (#2792)Alon Zakai2020-04-221-0/+3
* [fuzzing] wasm2c integration (#2772)Alon Zakai2020-04-223-2/+202
* Fix issues with Types and Features (#2773)Thomas Lively2020-04-161-1/+3
* Fix OOB fuzzing (#2769)Alon Zakai2020-04-161-9/+15
* Emit tuples in the fuzzer (#2695)Thomas Lively2020-04-151-108/+170
* Enable cross-VM fuzzing + related improvements to fuzz_opt.py (#2762)Alon Zakai2020-04-151-6/+6
* Add --deterministic flag to wasm2js, for fuzzing (#2757)Alon Zakai2020-04-131-4/+29
* Remove duplicate Type:: prefixes (NFC) (#2753)Heejin Ahn2020-04-121-6/+6
* Fix multivalue event fuzzing (#2748)Thomas Lively2020-04-101-2/+0
* JS/Wasm BigInt support for wasm-emscripten-finalize (#2726)Alon Zakai2020-04-071-2/+10
* Do not emit multivalue events in fuzzer (#2723)Thomas Lively2020-04-031-2/+3
* Tuple globals (#2718)Thomas Lively2020-04-021-10/+10
* Avoid fp$ access in MAIN_MODULES (#2704)Alon Zakai2020-03-271-6/+7
* makeConstExpression => makeConstantExpression (#2698)Alon Zakai2020-03-171-1/+1
* Handle tuples in wasm-reduce (#2689)Thomas Lively2020-03-161-4/+9
* Update Precompute to handle tuples (#2687)Thomas Lively2020-03-102-3/+3
* Handle multivalue returns in the interpreter (#2684)Thomas Lively2020-03-103-38/+35
* Add multivalue feature (#2668)Thomas Lively2020-02-271-0/+1
* Concise error output (#2652)Alon Zakai2020-02-182-12/+18
* Avoid an infinite loop in `-ttf` generation (#2637)Alex Crichton2020-02-041-1/+1
* Trap when call_indirect's signatures mismatch (#2636)Heejin Ahn2020-02-031-0/+5