Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use more static libraries in the CMake build (#451) | Derek Schuff | 2016-05-07 | 1 | -126/+0 |
| | | | | | | | | | | | * Factor passes and emscripten-optimizer into static libs This removes the redundancies from the source sets in the main CMakeLists.txt. * Make passes an object lib * Use static libs with --whole-archive because Travis has old cmake | ||||
* | simplify PassRunner API, get a module directly | Alon Zakai | 2016-05-05 | 1 | -2/+2 |
| | |||||
* | run optimize-instructions a second time at the end | Alon Zakai | 2016-04-24 | 1 | -0/+1 |
| | |||||
* | run merge-blocks later, so it can optiize simplify-locals output | Alon Zakai | 2016-04-20 | 1 | -1/+1 |
| | |||||
* | nicer pass printing (#358) | Alon Zakai | 2016-04-18 | 1 | -2/+19 |
| | |||||
* | Add a debug mode to PassRunner, which logs out times (#344) | Alon Zakai | 2016-04-14 | 1 | -1/+15 |
| | | | | | | * add a debug mode to PassRunner, which logs out times * address comments | ||||
* | refactor default optimization passes to a central location | Alon Zakai | 2016-04-11 | 1 | -0/+10 |
| | |||||
* | move printing to a pass | Alon Zakai | 2016-02-17 | 1 | -11/+0 |
| | |||||
* | run RemoveUnusedNames in asm2wasm | Alon Zakai | 2016-01-04 | 1 | -1/+3 |
| | |||||
* | Add missing virtual dtor | JF Bastien | 2015-12-22 | 1 | -1/+1 |
| | | | | Deleting a Pass* wasn't doing the right thing. | ||||
* | Fix the license headers | JF Bastien | 2015-12-21 | 1 | -1/+15 |
| | | | | This applies Apache 2.0 properly (as far as our lawyers have told me). We can do this early since all of the code was written by Alon Zakai. | ||||
* | add descriptions to passes | Alon Zakai | 2015-11-13 | 1 | -7/+11 |
| | |||||
* | pass support | Alon Zakai | 2015-11-13 | 1 | -0/+75 |