summaryrefslogtreecommitdiff
path: root/src/tools/asm2wasm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove asm2wasm (#3042)Alon Zakai2020-08-171-296/+0
* Optimize passive segments in memory-packing (#2426)Thomas Lively2020-01-151-9/+0
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-1/+1
* Convert to using DEBUG macros (#2497)Sam Clegg2019-12-041-7/+3
* Refactor -g param parsing (#2167)Alon Zakai2019-06-071-7/+0
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-1/+1
* Allow color API to enable and disable colors (#2111)Siddharth2019-05-171-1/+1
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-4/+8
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-98/+173
* Move features from passOptions to Module (#2001)Thomas Lively2019-04-121-2/+4
* Use target features section in wasm-opt (#1967)Thomas Lively2019-04-031-1/+1
* Minimal JS legalization (#1824)Alon Zakai2018-12-141-1/+1
* Feature options (#1797)Thomas Lively2018-12-031-4/+1
* Rename tableBase/memoryBase to __table_base/__memory_base (#1731)Sam Clegg2018-11-081-2/+2
* Support 4GB Memories (#1702)Alon Zakai2018-10-151-4/+4
* allow --total-memory to be greater than a signed int32 (#1565)Alon Zakai2018-05-261-1/+1
* add a --no-validation option to the commandline tools. disabling validation m...Alon Zakai2018-04-091-3/+5
* 'std::string &' => 'std::string& ' (#1403)Alon Zakai2018-02-051-18/+18
* Fix -Wcatch-value from GCC 8 (#1400)Josh Stone2018-02-051-1/+1
* Optimize out memory and table when possible (#1352)Alon Zakai2018-01-101-3/+12
* Restrict validation output to just validation errors in the API (#1253)Daniel Wirtz2017-11-011-0/+1
* Add Features enum to IR (#1250)Derek Schuff2017-10-271-1/+5
* notation change: AST => IR (#1245)Alon Zakai2017-10-241-1/+1
* Add --trap-mode=allow/clamp/js argument to asm2wasm and s2wasm (#1210)jgravelle-google2017-10-031-15/+13
* Share trap mode between asm2wasm and s2wasm (#1168)jgravelle-google2017-10-021-5/+6
* Exporting/importing debug location information from .wast/.asm.js/.s formats ...Yury Delendik2017-06-011-3/+16
* Refactor optimization opts (#1023)Alon Zakai2017-05-241-9/+13
* Validate finalization (#1014)Alon Zakai2017-05-181-1/+6
* --no-js-ffi opt to disable JS FFI mangling. (#984)Joel Martin2017-05-011-1/+6
* Preserve debug info through the optimizer (#981)Alon Zakai2017-04-281-4/+3
* Use 3 modes for potentially trapping ops in asm2wasm (#929)Alon Zakai2017-03-071-5/+17
* asm2wasm debuginfo (#895)Alon Zakai2017-02-071-2/+10
* Read/Write Abstraction (#889)Alon Zakai2017-01-261-2/+19
* add table-max option, and make it and mem-max set the limit to no limit for -1Alon Zakai2016-12-071-2/+21
* add --mem-max option to set the maximum size of memory, overriding the defaul...Alon Zakai2016-11-111-0/+10
* add a pass to optimize memory segments, and pack memory in asm2wasmAlon Zakai2016-11-011-0/+5
* add a --memory-base options to asm2wasm, to fix the memory base instead of de...Alon Zakai2016-10-311-1/+12
* Add -O0,-O1,etc. options (#790)Alon Zakai2016-10-191-5/+7
* passRunner debug and validation improvements (#726)Alon Zakai2016-10-021-5/+0
* asm2wasm i64 support (#723)Alon Zakai2016-09-301-1/+6
* import memoryBase and tableBaseAlon Zakai2016-09-071-9/+1
* add asm2wasm option to import a mem init fileAlon Zakai2016-09-071-1/+23
* use globals in asm2wasmAlon Zakai2016-09-071-11/+1
* add OptimizingIncrementalModuleBuilder for faster incremental module building...Alon Zakai2016-06-021-6/+1
* move console tool sources into src/tools (#490)Alon Zakai2016-05-121-0/+114