summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 92 (#2778)Sam Clegg2020-04-202-1/+14
* Remove non-x86_64 architectures build from our travis config (#2777)Sam Clegg2020-04-171-17/+0
* Fix issues with Types and Features (#2773)Thomas Lively2020-04-163-4/+8
* Report errors in scripts/clang-tidy-diff.sh if clang-tidy is not found (#2775)Sam Clegg2020-04-161-3/+12
* Dummy interpreter support for EH (#2774)Heejin Ahn2020-04-162-21/+76
* Disable multivalue in fuzzer in a clearer way (#2771)Alon Zakai2020-04-161-7/+3
* Validate that tuples have multiple operands (#2768)Thomas Lively2020-04-161-0/+2
* Fix OOB fuzzing (#2769)Alon Zakai2020-04-161-9/+15
* Emit tuples in the fuzzer (#2695)Thomas Lively2020-04-155-860/+1540
* Enable cross-VM fuzzing + related improvements to fuzz_opt.py (#2762)Alon Zakai2020-04-154-109/+329
* Fix reuse of constant nodes in Precompute (#2764)Heejin Ahn2020-04-143-28/+156
* Note removal of catch body in Vacuum (#2765)Heejin Ahn2020-04-143-0/+19
* Fix build with a sprinkling of braces (#2766)Thomas Lively2020-04-141-11/+11
* Fix auto updater on spec tests after #2755 (#2763)Alon Zakai2020-04-131-0/+4
* Fix Atomics fuzz bugs in interpreter (#2760)Alon Zakai2020-04-135-114/+423
* Use direct pointers as Type IDs (#2745)Thomas Lively2020-04-1312-375/+427
* Update v8 flags (#2754)Alon Zakai2020-04-131-5/+3
* Add --deterministic flag to wasm2js, for fuzzing (#2757)Alon Zakai2020-04-136-4/+136
* Fix invalid index checking in readImports (#2758)Heejin Ahn2020-04-131-1/+1
* Speed up wasm-reduce test (#2756)Alon Zakai2020-04-131-2/+2
* Use std::cout for interpreter trap logging (#2755)Alon Zakai2020-04-133-2/+10
* Fuzz fix for SimplifyGlobals nopping (#2750)Alon Zakai2020-04-125-9/+48
* Remove duplicate Type:: prefixes (NFC) (#2753)Heejin Ahn2020-04-123-11/+11
* Legalize return_calls properly (#2752)Alon Zakai2020-04-121-2/+4
* Fix multivalue event fuzzing (#2748)Thomas Lively2020-04-103-988/+859
* Remove redundant vacume pass. Followup on #2741 (#2747)Sam Clegg2020-04-103-5/+20
* Remove writes to globals that are never written to (#2741)Sam Clegg2020-04-0917-130/+80
* Optimize uint32_t Type constructor (#2744)Thomas Lively2020-04-091-2/+5
* Handle tuples in Asyncify call support (#2743)Thomas Lively2020-04-095-9/+239
* [NFC] Update readme to discuss tuples rather than push/pop (#2722)Thomas Lively2020-04-091-3/+5
* Remove old setup.cfg (#2736)Sam Clegg2020-04-091-4/+0
* Remove function index printing (#2742)Thomas Lively2020-04-09454-6109/+6099
* Performance optimizations for Type (#2733)Thomas Lively2020-04-093-30/+57
* Move scripts in the `scripts` directory (#2735)Sam Clegg2020-04-094-3/+3
* Remove executable bit from test scripts (#2734)Sam Clegg2020-04-094-35/+0
* Enable color diagnostics with ninja+gcc (#2739)Sam Clegg2020-04-091-4/+6
* Factor out wasm_opt testing. NFC. (#2737)Sam Clegg2020-04-094-215/+238
* Fix an old misleading comment (#2738) [ci skip]Alon Zakai2020-04-091-2/+2
* Remove references to vanilla emcc (#2731)Sam Clegg2020-04-081-26/+0
* Remove .gitmodules file (#2732)Sam Clegg2020-04-081-6/+0
* Avoid g$ in main modules where possible (#2721)Alon Zakai2020-04-083-1/+167
* Run reorder-locals more in wasm2js (#2729)Alon Zakai2020-04-082-0/+6
* Fix ReorderLocals handling of local names (#2728)Alon Zakai2020-04-081-2/+3
* Work around a compiler issue on MacOS (#2730)Alon Zakai2020-04-081-7/+8
* Optimize ReorderLocals maps to vectors (#2727)Alon Zakai2020-04-071-8/+21
* Only do fp$ optimization in the main module (#2720)Alon Zakai2020-04-075-58/+264
* JS/Wasm BigInt support for wasm-emscripten-finalize (#2726)Alon Zakai2020-04-074-2/+110
* Do not emit multivalue events in fuzzer (#2723)Thomas Lively2020-04-033-1130/+924
* Tuple globals (#2718)Thomas Lively2020-04-0217-93/+240
* Revert to using globals in Asyncify call support (#2719)Thomas Lively2020-04-011-71/+53