summaryrefslogtreecommitdiff
path: root/src/tools/wasm-ctor-eval.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a builder.makeConst helper template (#2971)Alon Zakai2020-07-211-1/+1
* Add interpreter support for EH (#2780)Heejin Ahn2020-05-061-0/+6
* Tuple globals (#2718)Thomas Lively2020-04-021-10/+10
* Update Precompute to handle tuples (#2687)Thomas Lively2020-03-101-2/+2
* Handle multivalue returns in the interpreter (#2684)Thomas Lively2020-03-101-6/+6
* Trap when call_indirect's signatures mismatch (#2636)Heejin Ahn2020-02-031-0/+5
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-1/+2
* Convert to using DEBUG macros (#2497)Sam Clegg2019-12-041-7/+1
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-2/+2
* Allow color API to enable and disable colors (#2111)Siddharth2019-05-171-1/+1
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-2/+4
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-88/+119
* Refactor interpreter initialization to use bulk memory (#2025)Thomas Lively2019-04-181-8/+7
* Move features from passOptions to Module (#2001)Thomas Lively2019-04-121-2/+1
* Move segment merging to fit web limits into its own pass (#1980)Thomas Lively2019-04-081-2/+5
* Passive segments (#1976)Thomas Lively2019-04-051-4/+6
* Massive renaming (#1855)Thomas Lively2019-01-071-1/+1
* SIMD (#1820)Thomas Lively2018-12-131-2/+2
* wasm-ctor-eval: handle the stack going either up or downAlon Zakai2018-12-111-10/+15
* constant refactoring for STACKTOP and STACK_MAXAlon Zakai2018-12-111-8/+8
* standardize on 'template<' over 'template <' (i.e., remove a space) (#1782)Alon Zakai2018-11-291-3/+3
* wasm-ctor-eval: Hard error if requested ctor does not exist (#1728)Sam Clegg2018-11-061-1/+5
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-18/+19
* Misc tiny fuzz fixes (#1668)Alon Zakai2018-09-121-0/+6
* wasm-ctor-eval improvements (#1631)Alon Zakai2018-08-071-0/+4
* 'std::string &' => 'std::string& ' (#1403)Alon Zakai2018-02-051-2/+2
* Rename WasmType => Type (#1398)Alon Zakai2018-02-021-1/+1
* notation change: AST => IR (#1245)Alon Zakai2017-10-241-4/+4
* Remove unused PassOptions from wasm-ctor-eval.cpp (#1238)Taiju Tsuiki2017-10-241-1/+0
* clean up ImportUtils: make getImport return the import (more consistent with ...Alon Zakai2017-10-171-22/+38
* some readme and doc fixes and improvements (#1219)Alon Zakai2017-10-101-1/+1
* Fix wrong name in --help output (#1099)Alan Mimms2017-07-171-1/+1
* ctor-eval fixes (#996)Alon Zakai2017-05-051-3/+19
* ctor evaller (#982)Alon Zakai2017-04-281-0/+409