summaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Binary format code section offset tracking (#2515)Alon Zakai2019-12-193-1/+22
* Support stack overflow checks in standalone mode (#2525)Alon Zakai2019-12-121-0/+2
* Make local.tee's type its local's type (#2511)Heejin Ahn2019-12-121-1/+1
* Remove FunctionType (#2510)Thomas Lively2019-12-116-47/+39
* Use wat over wast for text format filenames (#2518)Sam Clegg2019-12-083-5/+5
* Add some tracing to wasm-emscripten-finalize (#2505)Sam Clegg2019-12-051-8/+13
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-055-50/+50
* Fix metadce debug info after #2497 (#2501)Sam Clegg2019-12-041-0/+1
* Remove 'none' type as a branch target in ReFinalize (#2492)Alon Zakai2019-12-041-2/+2
* Convert to using DEBUG macros (#2497)Sam Clegg2019-12-0410-52/+19
* Add BYN_DEBUG/BYN_TRACE macros similar to LLVM's debug system (#2496)Sam Clegg2019-12-041-17/+8
* Update spec test suite (#2484)Heejin Ahn2019-11-291-2/+2
* Remove FunctionType from Event (#2466)Thomas Lively2019-11-251-9/+3
* Multivalue type creation and inspection (#2459)Thomas Lively2019-11-224-21/+21
* Warning improvements (#2438)Alon Zakai2019-11-152-4/+17
* Support --pass-arg in ToolOptions. (#2429)Alon Zakai2019-11-113-17/+18
* Improve type selection in fuzzer (#2424)Heejin Ahn2019-11-061-27/+27
* Add i32x4.dot_i16x8_s (#2420)Thomas Lively2019-11-041-0/+1
* Add SIMD integer min and max instructions (#2416)Thomas Lively2019-11-011-0/+12
* Fix autoreducing when not in the binaryen directory (#2390)Alon Zakai2019-10-171-1/+6
* Use early return in wasm-opt.cpp. NFC (#2387)Sam Clegg2019-10-151-22/+23
* Don't add __wasm_call_ctors to startup function list in wasm standalone mode ...Sam Clegg2019-10-141-2/+6
* Fix case of `windows.h` include (#2372)Mike J Innes2019-10-091-1/+1
* v8x16.swizzle (#2368)Thomas Lively2019-10-031-1/+2
* Add feature flags and validation to wasm-metadce (#2364)Thomas Lively2019-09-271-2/+12
* SIMD load and extend instructions (#2353)Thomas Lively2019-09-241-2/+16
* v128.andnot instruction (#2355)Thomas Lively2019-09-241-0/+1
* vNxM.load_splat instructions (#2350)Thomas Lively2019-09-231-1/+26
* wasm-emscripten-finalize: Add more checking of __data_end global (#2352)Sam Clegg2019-09-231-0/+3
* Add a --standalone-wasm flag to wasm-emscripten-finalize (#2333)Alon Zakai2019-09-181-1/+17
* SIMD narrowing and widening operations (#2341)Thomas Lively2019-09-141-2/+14
* QFMA/QFMS instructions (#2328)Thomas Lively2019-09-031-6/+13
* Allow all features on wasm2js and add atomic tests (#2311)Heejin Ahn2019-08-281-7/+7
* Add atomic.fence instruction (#2307)Heejin Ahn2019-08-271-1/+5
* Do not hoist truncation of wasm2js divisions (#2305)Thomas Lively2019-08-261-2/+4
* Add initial support for anyref as an opaque type (#2294)Jay Phelps2019-08-204-7/+34
* wasm-emscripten-finalize: Remove reliance on name section (#2285)Sam Clegg2019-08-061-1/+1
* Implement --check-stack-overflow flag for wasm-emscripten-finalize (#2278)Guanzhong Chen2019-08-021-0/+12
* Enable all features in wasm-shell assert failure tests (#2254)Heejin Ahn2019-07-251-0/+1
* Fuzz all feature flags, and fix another SignExt issue in the fuzzer (#2259)Alon Zakai2019-07-241-1/+1
* Put Extend* opcodes behind SignExt feature. fixes #2257 (#2258)Alon Zakai2019-07-241-1/+1
* Finalize tail call support (#2246)Thomas Lively2019-07-231-8/+15
* Simpify PassRunner.add() and automatically parallelize parallel functions (#2...Alon Zakai2019-07-192-5/+2
* Rename except_ref type to exnref (#2224)Heejin Ahn2019-07-143-29/+29
* Add an option to emit a symbols file from wasm2js. (#2214)Alon Zakai2019-07-111-0/+8
* wasm-emscripten-finalize: Internalize mutable __stack_pointer import (#2213)Sam Clegg2019-07-101-0/+1
* Ignore --initial-stack-pointer arg to wasm-emscripten-finalize (#2201)Sam Clegg2019-07-101-9/+4
* Initial tail call implementation (#2197)Thomas Lively2019-07-031-0/+1
* Bysyncify: Fuzzing (#2192)Alon Zakai2019-07-011-0/+2
* Bysyncify: add ignore-imports and ignore-indirect options (#2178)Alon Zakai2019-06-211-3/+6