summaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* wasm-split: accept file in keep-funcs/split-funcs (#4053)Aleksander Guryanov2021-08-231-4/+36
* TrapsNeverHappen mode (#4059)Alon Zakai2021-08-171-0/+8
* LocalCSE rewrite (#4079)Alon Zakai2021-08-171-1/+2
* Support nominal typing in wasm-reduce (#4080)Alon Zakai2021-08-161-3/+8
* Clean up warnings on MSVC (#4060)Wouter van Oortmerssen2021-08-051-1/+1
* [Wasm GC] Handle uses of default values in LocalSubtyping (#4024)Alon Zakai2021-07-281-1/+3
* Clean up and rewrite wasm-reduce element segment logic (#4015)Alon Zakai2021-07-231-16/+19
* wasm-reduce: Avoid a crash where function names change after tryToRemoveFunct...Alon Zakai2021-07-221-3/+4
* Reduce more carefully when it looks like we are failing (#3996)Alon Zakai2021-07-221-3/+3
* Exponentially empty out function bodies when reducing (#3997)Alon Zakai2021-07-201-45/+75
* Apply features from the commandline first (#3960)Alon Zakai2021-07-028-40/+11
* Preserve Function HeapTypes (#3952)Thomas Lively2021-06-308-63/+59
* [EH] Make tag's attribute encoding detail (#3947)Heejin Ahn2021-06-211-1/+0
* [EH] Replace event with tag (#3937)Heejin Ahn2021-06-182-25/+23
* [wasm2js] Refactor assertion parsing (#3938)Thomas Lively2021-06-171-19/+31
* [Wasm GC] Add experimental support for non-nullable locals (#3932)Alon Zakai2021-06-151-4/+5
* Parsing and emitting nominal types (#3933)Thomas Lively2021-06-151-0/+8
* [wasm-split] Add an option to emit a placeholder map (#3931)Thomas Lively2021-06-121-2/+24
* [wasm-split] Add a merge-profiles mode (#3917)Thomas Lively2021-06-021-63/+173
* [wasm-split] Make option validation declarative (#3916)Thomas Lively2021-06-011-88/+166
* [wasm-split] Minimize names of newly created exports (#3905)Thomas Lively2021-06-011-0/+1
* [wasm-split] Add an option to emit only the module names (#3901)Thomas Lively2021-05-251-10/+38
* [wasm-split] Add a --symbolmap option (#3894)Thomas Lively2021-05-191-0/+24
* wasm-reduce: Always decrease the factor (#3849)Alon Zakai2021-05-181-3/+9
* Remove Type ordering (#3793)Thomas Lively2021-05-181-3/+4
* Do not attempt to preserve DWARF if a previous pass removes it (#3887)Alon Zakai2021-05-171-1/+1
* Add pass argument sugar to commandline (#3882)Alon Zakai2021-05-131-6/+22
* wasm-metadce: Keep symbols alive if there is any refeence to corresponding GO...Sam Clegg2021-04-211-0/+11
* Run spec test all at once after binary transform (#3817)Abbas Mashayekh2021-04-201-17/+14
* Very simple module linking in wasm-shell (#3792)Abbas Mashayekh2021-04-162-275/+434
* Remove renaming of __wasm_call_ctors (#3811)Sam Clegg2021-04-151-9/+0
* Fuzzer: Distinguish traps from host limitations (#3801)Alon Zakai2021-04-122-0/+16
* Reducer: Replace entire function bodies with either unreachable or nop (#3802)Alon Zakai2021-04-121-5/+15
* Rename SIMD extending load instructions (#3798)Daniel Wirtz2021-04-121-12/+12
* Rename various SIMD load instructions (#3795)Daniel Wirtz2021-04-111-10/+10
* RefFunc: Validate that the type is non-nullable, and avoid possible bugs in t...Alon Zakai2021-04-081-9/+6
* Fuzzer: Do not assume table 0 is funcref, as initial content may include a no...Alon Zakai2021-04-081-1/+4
* [RT] Add type to tables and element segments (#3763)Abbas Mashayekh2021-04-062-14/+34
* Fuzzing in JS VMs: Emit null for reference type params instead of 0 (#3774)Alon Zakai2021-04-061-4/+8
* Fuzzing in JS VMs: Print types when we have nothing better (#3773)Alon Zakai2021-04-061-1/+2
* Reducer: skip more functions when failing to remove them (#3718)Alon Zakai2021-04-051-2/+2
* Update SIMD names and opcodes (#3771)Thomas Lively2021-04-051-17/+11
* Fix an iterator invalidation error in the fuzzer (#3764)Alon Zakai2021-04-011-2/+8
* Fuzzing: Minor execution-results.h fixes (#3747)Alon Zakai2021-03-301-4/+28
* Fix reduction of nondefaultable tuples (#3746)Alon Zakai2021-03-291-1/+1
* Inlining: Always inline single-use functions (#3730)Alon Zakai2021-03-291-5/+4
* Fix fuzzer on creating a function with a heaptype of just 'func' (#3738)Alon Zakai2021-03-251-6/+23
* Print parse errors in reducer and roundtrip (#3737)Alon Zakai2021-03-251-1/+7
* Fix nondefaultability of Tuple types (#3733)Alon Zakai2021-03-251-2/+3
* [RT] Support expressions in element segments (#3666)Abbas Mashayekh2021-03-245-66/+94