summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Skip tests that fail on windows and enable all the rest (#3035)Alon Zakai2020-08-1132-14/+47
* Remove unneeded old binary validation in test suite (#3034)Alon Zakai2020-08-102-19/+0
* Added headers to CMake files (#3037)Wouter van Oortmerssen2020-08-107-0/+14
* Fix typo in Asyncify comment (#3031)Nikita Baksalyar2020-08-101-1/+1
* DWARF: Fix debug_info references to the abbreviations section (#2997)Alon Zakai2020-08-076-7/+29
* Fuzzing: Compare wasm2js to the interpreter (#3026)Alon Zakai2020-08-061-14/+76
* StubUnsupportedJSOps: Remove CallIndirects (#3027)Alon Zakai2020-08-063-6/+70
* Fix CountLeadingZeroes on MSVC (#3028)Alon Zakai2020-08-061-2/+5
* Asyncify verbose option (#3022)Alon Zakai2020-08-065-11/+430
* Refactor wasm-emscripten-finalize to use a single pass runner (#2987)Sam Clegg2020-08-0511-124/+118
* Add StubUnsupportedJSOps to remove operations that JS does not support (#3024)Alon Zakai2020-08-056-1/+120
* Adjust fuzzing frequencies (#3021)Alon Zakai2020-08-041-3/+9
* Move generateDynCallThunks into its own pass. NFC. (#3000)Sam Clegg2020-08-049-18/+99
* Refactor getMaxBits() out of OptimizeInstructions and add beginnings of unit ...Alon Zakai2020-08-043-223/+265
* Modernize binaryen.js glue code (#3005)Max Graey2020-08-041-1142/+1032
* Implement prototype v128.load{32,64}_zero instructions (#3011)Thomas Lively2020-08-0318-11/+126
* Use consistent backquotes instead ordinal quotes for Grain in README (#3017)Max Graey2020-08-031-1/+1
* AlignmentLowering: Handle all possible cases for i64, f32, f64 (#3008)Alon Zakai2020-07-313-27/+1613
* New Dealign pass: reduce load/store alignment to 1 (#3010)Alon Zakai2020-07-316-0/+90
* Specify UTF-8 encoding instead of relying on locale default (#3009)rathann2020-07-311-1/+1
* Better const fuzzing (#2972)Alon Zakai2020-07-303-419/+376
* wasm2js: Add an "Export" scope for name resolution (#2998)Alon Zakai2020-07-303-67/+78
* Fix build for win32 (#3001)Max Graey2020-07-291-2/+2
* wasm2js: Remove an incorrect optimization (#3004)Alon Zakai2020-07-292-8/+3
* binaryen.js: use ECMASCRIPT6 for Closure Compiler (#2990)Max Graey2020-07-291-1/+3
* Remove dynCall generated from fpcast-emu (#2995)Sam Clegg2020-07-282-190/+1
* AvoidReinterprets should not remove code around a reinterpret's value's fallt...Alon Zakai2020-07-283-3/+36
* Fix the side effects of data.drop (#2996)Alon Zakai2020-07-284-8/+51
* wasm2js: Don't remove an | 0 or >>> 0 in a boolean context (#2993)Alon Zakai2020-07-283-24/+34
* Move stack-check into its own pass (#2994)Sam Clegg2020-07-278-119/+172
* Some minor improvements for binaryen.js epilogue (#2947)Max Graey2020-07-271-45/+35
* wasm-emscripten-finalize: remove exportWasiStart (#2986)Sam Clegg2020-07-276-66/+4
* Move emscripten PIC ABI conversion to a pass. NFC. (#2985)Sam Clegg2020-07-2420-228/+290
* Move ReplaceStackPoint into a pass (#2984)Sam Clegg2020-07-247-62/+112
* Update flags used in generate_lld_tests (#2981)Sam Clegg2020-07-241-1/+1
* Wasm2c fuzz support: only emit a call to the hang limit function if present (...Alon Zakai2020-07-243-2/+28
* wasm2js fuzzing: properly ignore trapping code (#2980)Alon Zakai2020-07-241-12/+31
* DWARF: Do not reorder locals in binary writing (#2959)Alon Zakai2020-07-2314-6143/+6892
* wasm2js: coerce function pointer indexes (#2979)Alon Zakai2020-07-2210-18/+135
* Fix i32.trunc_f64_u of values that round down to UINT32_MAX (#2976)Alon Zakai2020-07-222-5/+18
* Extend the C- and JS-APIs (#2586)Daniel Wirtz2020-07-229-54/+4972
* Disable nodejs warnings in test suite (#2973)rathann2020-07-221-1/+1
* Optimize select with const arms (#2869)Max Graey2020-07-226-155/+539
* Fix i32.trunc_f64_s of values that round up to INT32_MIN (#2975)Alon Zakai2020-07-222-4/+5
* Add a builder.makeConst helper template (#2971)Alon Zakai2020-07-2120-173/+147
* Fix i32.trunc_f64_s of values near the limit of f64 representation (#2968)Alon Zakai2020-07-212-2/+4
* Version 95 (#2967)Sam Clegg2020-07-202-1/+4
* wasm2js: Fix a bug with adjacent reinterprets (#2964)Alon Zakai2020-07-2020-86/+284
* Fix github actions for releases (#2965)Sam Clegg2020-07-192-14/+17
* Randomize v8 JIT in fuzz_opt.py, to test both baseline and optimizing compile...Alon Zakai2020-07-171-1/+18