summaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Optimize passive segments in memory-packing (#2426)Thomas Lively2020-01-151-9/+0
* wasm2js: Do not convert x >>> 0 | 0 to x >>> 0 (#2581)Alon Zakai2020-01-101-2/+10
* Remove implicit conversion operators from Type (#2577)Thomas Lively2020-01-084-20/+20
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-076-397/+404
* [NFC] Clean up unnecessary `template`s in calls 🧹🧹🧹 (#2394)Thomas Lively2020-01-071-3/+3
* Use FeatureSet instead of FeatureSet::Feature(NFC) (#2562)Heejin Ahn2020-01-021-22/+20
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-305-84/+219
* Strip DWARF in finalize, to avoid keeping it around til later unnecessarily (...Alon Zakai2019-12-201-0/+8
* 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