Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add a RemoveUnusedModuleElements pass, and make LegalizeJSInterface create ↵ | Alon Zakai | 2016-12-07 | 1 | -65/+0 |
| | | | | TempRet0 if needed (otherwise we might remove it before we use it) | ||||
* | Do not use exported memory as a root set of RemoveUnusedFunctions pass (#763) | Taiju Tsuiki | 2016-10-14 | 1 | -1/+3 |
| | | | | | | | | * Do not use exported memory as a root set of RemoveUnusedFunctions pass RemoveUnusedFunctions pass of wasm-opt fails when the memory is exported. That's due to a wrong root set handling on the exported symbols. This CL fixes the failure by ignoring non-function exported symbol. | ||||
* | offset support in table | Alon Zakai | 2016-08-15 | 1 | -2/+4 |
| | |||||
* | Add initialization functions for passes to avoid missing pass registration ↵ | Jukka Jylänki | 2016-06-21 | 1 | -1/+3 |
| | | | | due to linker dead code elimination. Fixes #577. | ||||
* | update functions map in RemoveUnusedFunctions (#545) | Alon Zakai | 2016-05-26 | 1 | -0/+1 |
| | |||||
* | Add remove unused functions pass. (#463) | Michael Bebenita | 2016-05-25 | 1 | -0/+58 |