summaryrefslogtreecommitdiff
path: root/src/passes/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Added headers to CMake files (#3037)Wouter van Oortmerssen2020-08-101-0/+2
* Move generateDynCallThunks into its own pass. NFC. (#3000)Sam Clegg2020-08-041-0/+1
* New Dealign pass: reduce load/store alignment to 1 (#3010)Alon Zakai2020-07-311-0/+1
* Move stack-check into its own pass (#2994)Sam Clegg2020-07-271-0/+1
* Move emscripten PIC ABI conversion to a pass. NFC. (#2985)Sam Clegg2020-07-241-0/+1
* Move ReplaceStackPoint into a pass (#2984)Sam Clegg2020-07-241-0/+1
* DeNaN pass (#2877)Alon Zakai2020-05-271-0/+1
* Convert remaining python scripts to run under python3 (#2643)Sam Clegg2020-02-111-1/+4
* DWARF parsing and writing support using LLVM (#2520)Alon Zakai2019-12-191-0/+1
* Remove FunctionType (#2510)Thomas Lively2019-12-111-1/+1
* Add a RoundTrip pass (#2516)Alon Zakai2019-12-091-0/+1
* Use wat over wast for text format filenames (#2518)Sam Clegg2019-12-081-2/+2
* cmake: Convert to using lowercase for and functions/macros (#2495)Sam Clegg2019-12-041-2/+2
* Collect all object files from the object libraries in a CMake variable (#2477)Immanuel Haffner2019-11-261-1/+1
* Revert "Build libbinaryen as a monolithic statically/shared library (#2463)" ...Alon Zakai2019-11-251-1/+1
* Build libbinaryen as a monolithic statically/shared library (#2463)Immanuel Haffner2019-11-221-1/+1
* Add PostAssemblyScript pass (#2407)Daniel Wirtz2019-11-191-0/+1
* Revert part of #2281 to allow the possiblity of building under python2 (#2349)Sam Clegg2019-09-231-1/+1
* Replace python command with python3 (#2281)Markus Koschany2019-09-131-1/+1
* Duplicate Import Elimination (#2292)Alon Zakai2019-08-091-0/+1
* Bysyncify => Asyncify (#2226)Alon Zakai2019-07-151-1/+1
* Bysyncify: async transform for wasm (#2172)Alon Zakai2019-06-151-0/+1
* Add --print-function-map to print out a map of function index to name (#2155)Alon Zakai2019-05-311-0/+1
* wasm2js: avoid reinterprets (#2094)Alon Zakai2019-05-101-0/+1
* Optimize mutable globals (#2066)Alon Zakai2019-05-021-0/+1
* Add a pass to lower unaligned loads and stores (#2078)Alon Zakai2019-05-021-0/+1
* Change default feature set to MVP (#1993)Thomas Lively2019-04-161-0/+1
* Move features from passOptions to Module (#2001)Thomas Lively2019-04-121-0/+1
* Move segment merging to fit web limits into its own pass (#1980)Thomas Lively2019-04-081-0/+1
* wip [ci skip]Alon Zakai (kripken)2019-03-311-0/+1
* Consistently optimize small added constants into load/store offsets (#1924)Alon Zakai2019-03-011-0/+1
* No exit runtime pass (#1816)Alon Zakai2018-12-131-0/+1
* Add --strip that removes debug info (#1787)Alon Zakai2018-12-031-0/+1
* Add pass to minify import and export names (#1719)Alon Zakai2018-11-011-0/+1
* DeadArgumentElimination Pass (#1641)Alon Zakai2018-09-051-0/+1
* Loop Invariant Code Motion (#1658)Alon Zakai2018-09-041-3/+4
* Souper integration + DataFlow optimizations (#1638)Alon Zakai2018-08-271-0/+2
* switch from CMAKE_SOURCE_DIR to PROJECT_SOURCE_DIR to support add_subdirector...Jay Phelps2018-08-171-2/+2
* Stack IR (#1623)Alon Zakai2018-07-301-0/+1
* Fix embedwast.py for out-of-tree building (#1569)Sam Clegg2018-05-251-2/+2
* wasm2asm: Finish i64 lowering operations (#1563)Alex Crichton2018-05-251-0/+6
* wasm2asm: Finish f32/f64 operations (#1554)Alex Crichton2018-05-191-1/+1
* wasm2asm: Implement f32/f64.copysign (#1551)Alex Crichton2018-05-151-0/+1
* Function pointer cast emulation (#1468)Alon Zakai2018-03-131-0/+1
* Redundant Set Elimination pass (#1344)Alon Zakai2018-01-051-0/+1
* SpillPointers pass (#1339)Alon Zakai2017-12-301-0/+1
* merge-locals pass (#1334)Alon Zakai2017-12-171-0/+1
* Flattening rewrite (#1201)Alon Zakai2017-10-031-1/+1
* Share trap mode between asm2wasm and s2wasm (#1168)jgravelle-google2017-10-021-0/+1
* Const hoisting (#1176)Alon Zakai2017-09-121-0/+1