| Commit message (Expand) | Author | Age | Files | Lines |
* | Add string parameter to WASM_UNREACHABLE (#2499) | Sam Clegg | 2019-12-05 | 1 | -3/+5 |
* | Remove FunctionType from Event (#2466) | Thomas Lively | 2019-11-25 | 1 | -1/+1 |
* | Support --pass-arg in ToolOptions. (#2429) | Alon Zakai | 2019-11-11 | 1 | -0/+1 |
* | Simpify PassRunner.add() and automatically parallelize parallel functions (#2... | Alon Zakai | 2019-07-19 | 1 | -8/+19 |
* | Allows multiple arguments to be passed to PassRunner::add<T>() (#2208) | Ryoga | 2019-07-09 | 1 | -3/+3 |
* | Bysyncify: async transform for wasm (#2172) | Alon Zakai | 2019-06-15 | 1 | -0/+7 |
* | Inlining: exposed inlining thresholds as command-line parameters. (#2125) | Wouter van Oortmerssen | 2019-05-23 | 1 | -0/+25 |
* | clang-tidy braces changes (#2075) | Alon Zakai | 2019-05-01 | 1 | -1/+2 |
* | Apply format changes from #2048 (#2059) | Alon Zakai | 2019-04-26 | 1 | -58/+48 |
* | Move features from passOptions to Module (#2001) | Thomas Lively | 2019-04-12 | 1 | -5/+0 |
* | Add a mechanism to pass arguments to passes (#1941) | Alon Zakai | 2019-04-03 | 1 | -0/+9 |
* | Consistently optimize small added constants into load/store offsets (#1924) | Alon Zakai | 2019-03-01 | 1 | -8/+20 |
* | Code style improvements (#1868) | Alon Zakai | 2019-01-15 | 1 | -3/+3 |
* | Feature options (#1797) | Thomas Lively | 2018-12-03 | 1 | -1/+1 |
* | Use `= default` rather than {} for empty destructors (#1794) | Sam Clegg | 2018-12-03 | 1 | -1/+1 |
* | standardize on 'template<' over 'template <' (i.e., remove a space) (#1782) | Alon Zakai | 2018-11-29 | 1 | -1/+1 |
* | Run legalize-js-interface during wasm-emscripten-finalize (#1653) | Sam Clegg | 2018-08-29 | 1 | -3/+6 |
* | Stack IR (#1623) | Alon Zakai | 2018-07-30 | 1 | -0/+24 |
* | Clarify what function-parallel passes can do, and fix an asm2wasm bug (#1627) | Alon Zakai | 2018-07-23 | 1 | -0/+5 |
* | Clean up printing code (#1548) | Alon Zakai | 2018-05-15 | 1 | -16/+0 |
* | add a --no-validation option to the commandline tools. disabling validation m... | Alon Zakai | 2018-04-09 | 1 | -0/+1 |
* | Refactor optimization defaults (#1366) | Alon Zakai | 2018-01-17 | 1 | -0/+12 |
* | runFunction => runOnFunction (we run on the function, not run the function) (... | Alon Zakai | 2018-01-10 | 1 | -3/+3 |
* | Add Features enum to IR (#1250) | Derek Schuff | 2017-10-27 | 1 | -0/+4 |
* | Avoid returning a PassRunner just for OptimizationOptions (#1234) | Alon Zakai | 2017-10-20 | 1 | -0/+4 |
* | Add a superclass typedef to WalkerPass to simplify overrides (#1211) | jgravelle-google | 2017-10-04 | 1 | -0/+3 |
* | Improve and enable inlining pass (#966) | Alon Zakai | 2017-08-07 | 1 | -2/+8 |
* | Code folding (#1076) | Alon Zakai | 2017-06-28 | 1 | -23/+0 |
* | Validate finalization (#1014) | Alon Zakai | 2017-05-18 | 1 | -0/+10 |
* | Re-reloop pass (#1009) | Alon Zakai | 2017-05-16 | 1 | -3/+6 |
* | Preserve debug info through the optimizer (#981) | Alon Zakai | 2017-04-28 | 1 | -0/+1 |
* | fix BINARYEN_PASS_DEBUG option (#908) | Alon Zakai | 2017-02-23 | 1 | -0/+10 |
* | Default Walker subclasses to using Visitor<SubType> (#921) | jgravelle-google | 2017-02-23 | 1 | -1/+1 |
* | Improve handling of implicit traps (#898) | Alon Zakai | 2017-02-06 | 1 | -0/+4 |
* | Add -O0,-O1,etc. options (#790) | Alon Zakai | 2016-10-19 | 1 | -6/+0 |
* | Pass options (#788) | Alon Zakai | 2016-10-18 | 1 | -5/+32 |
* | passRunner debug and validation improvements (#726) | Alon Zakai | 2016-10-02 | 1 | -2/+8 |
* | refactor pass hooks, creating a proper way to run code before a pass is run | Alon Zakai | 2016-09-12 | 1 | -9/+10 |
* | Add initialization functions for passes to avoid missing pass registration du... | Jukka Jylänki | 2016-06-21 | 1 | -12/+4 |
* | move function parallelism to pass and pass runner, which allows more efficien... | Alon Zakai | 2016-06-03 | 1 | -2/+24 |
* | add an option to run passes on individual functions, and to get default optim... | Alon Zakai | 2016-06-02 | 1 | -0/+23 |
* | refactor walk logic into walk* and doWalk* methods, for a more regular API th... | Alon Zakai | 2016-05-30 | 1 | -1/+1 |
* | better error on missing passes | Alon Zakai | 2016-05-05 | 1 | -1/+2 |
* | simplify PassRunner API, get a module directly | Alon Zakai | 2016-05-05 | 1 | -2/+3 |
* | create a UnifiedExpressionVisitor for passes that want a single visitor funct... | Alon Zakai | 2016-04-18 | 1 | -1/+1 |
* | Add a debug mode to PassRunner, which logs out times (#344) | Alon Zakai | 2016-04-14 | 1 | -0/+6 |
* | refactor default optimization passes to a central location | Alon Zakai | 2016-04-11 | 1 | -0/+4 |
* | De-recurse traversals (#333) | Alon Zakai | 2016-04-11 | 1 | -1/+1 |
* | refactor wasm traversal code into separate file | Alon Zakai | 2016-04-06 | 1 | -0/+1 |
* | Remove MinifiedPrinter from the header file. | Michael | 2016-02-23 | 1 | -9/+0 |