summaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Add --fast-math mode (#3155)Alon Zakai2020-09-301-1/+7
* GC: Fuzzing support for i31 (#3169)Daniel Wirtz2020-09-291-8/+31
* Remove redundant allocator in Builder (#3144)Thomas Lively2020-09-221-1/+1
* Fuzz with negative zero more often (#3133)Alon Zakai2020-09-211-2/+4
* GC: Add ref.eq instruction (#3145)Daniel Wirtz2020-09-211-0/+18
* GC: Integrate eqref and i31ref types (#3141)Daniel Wirtz2020-09-193-2/+50
* Initial implementation of "Memory64" proposal (#3130)Wouter van Oortmerssen2020-09-182-1/+2
* Improve testing on Windows (#3142)Wouter van Oortmerssen2020-09-175-14/+9
* Add GC feature flag (#3135)Daniel Wirtz2020-09-172-14/+15
* Implement module and local names in name section (#3115)Daniel Wirtz2020-09-141-2/+2
* Fix RefNull issues (#3123)Daniel Wirtz2020-09-131-2/+3
* wasm-emscripten-finalize: Add --new-pic-abi option (#3118)Sam Clegg2020-09-111-3/+16
* Add anyref feature and type (#3109)Daniel Wirtz2020-09-104-3/+39
* Poppy IR wast parsing and validation (#3105)Thomas Lively2020-09-095-6/+15
* Update reference types (#3084)Daniel Wirtz2020-09-094-47/+16
* Improve inlining "heavyweight" (#3085)Max Graey2020-09-041-4/+4
* wasm-emscripten-finalize: Don't rename the imported table (#3101)Alon Zakai2020-09-031-9/+4
* Add allowHeavyweight inlining option (#3032)Max Graey2020-08-261-0/+7
* wasm-emscripten-finalize: Add flags to limit dynCall creation (#3070)Sam Clegg2020-08-261-5/+25
* Add new compound Signature, Struct and Array types (#3012)Daniel Wirtz2020-08-243-9/+9
* Remove old EM_ASM handling method (#3069)Alon Zakai2020-08-211-0/+1
* Use const modifier when dealing with types (#3064)Daniel Wirtz2020-08-206-13/+13
* Replace Type::expand() with an iterator-based approach (#3061)Daniel Wirtz2020-08-196-21/+21
* wasm-emscripten-finalize: Make EM_ASM modifications optional (#3044)Alon Zakai2020-08-191-0/+11
* Remove asm2wasm (#3042)Alon Zakai2020-08-171-296/+0
* Make wasm-emscripten-finalize's output optional (#3055)Alon Zakai2020-08-171-18/+22
* Prepare for compound types that are single but not basic (#3046)Daniel Wirtz2020-08-175-23/+36
* Refactor wasm-emscripten-finalize to use a single pass runner (#2987)Sam Clegg2020-08-051-47/+41
* Move generateDynCallThunks into its own pass. NFC. (#3000)Sam Clegg2020-08-041-1/+3
* Implement prototype v128.load{32,64}_zero instructions (#3011)Thomas Lively2020-08-031-0/+4
* Better const fuzzing (#2972)Alon Zakai2020-07-301-14/+35
* wasm2js: Remove an incorrect optimization (#3004)Alon Zakai2020-07-291-6/+1
* wasm2js: Don't remove an | 0 or >>> 0 in a boolean context (#2993)Alon Zakai2020-07-281-16/+26
* Move stack-check into its own pass (#2994)Sam Clegg2020-07-271-3/+10
* wasm-emscripten-finalize: remove exportWasiStart (#2986)Sam Clegg2020-07-271-4/+1
* Move emscripten PIC ABI conversion to a pass. NFC. (#2985)Sam Clegg2020-07-241-1/+5
* Move ReplaceStackPoint into a pass (#2984)Sam Clegg2020-07-241-1/+3
* Wasm2c fuzz support: only emit a call to the hang limit function if present (...Alon Zakai2020-07-241-2/+7
* Add a builder.makeConst helper template (#2971)Alon Zakai2020-07-214-28/+22
* wasm2c signal handler fixes (#2957)Alon Zakai2020-07-141-1/+1
* wasm2js: Bulk memory support (#2923)Alon Zakai2020-06-221-1/+1
* wasm2js testing improvements before bulk-memory (#2918)Alon Zakai2020-06-201-5/+44
* Support new clang mangling of main (__main_argc_argv) (#2671)Sam Clegg2020-06-101-0/+3
* Rename anyref to externref to match proposal change (#2900)Jay Phelps2020-06-103-21/+22
* Reland "Link binaryen tools against the dylib" (#2892)Derek Schuff2020-06-031-1/+0
* Revert "Link binaryen tools against the dylib (#2864)" (#2891)Derek Schuff2020-06-021-0/+1
* Link binaryen tools against the dylib (#2864)Derek Schuff2020-06-021-1/+0
* DeNaN pass (#2877)Alon Zakai2020-05-272-111/+55
* Remove stackSave/stackAlloc/stackRestore code generation (#2852)Sam Clegg2020-05-201-1/+0
* Add interpreter support for EH (#2780)Heejin Ahn2020-05-062-0/+9