Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | offset support in table | Alon Zakai | 2016-08-15 | 1 | -4/+6 |
| | |||||
* | 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. | ||||
* | move function parallelism to pass and pass runner, which allows more ↵ | Alon Zakai | 2016-06-03 | 1 | -24/+16 |
| | | | | efficient parallel execution (#564) | ||||
* | refactor walk logic into walk* and doWalk* methods, for a more regular API ↵ | Alon Zakai | 2016-05-30 | 1 | -5/+4 |
| | | | | that is clearer where it should be overridden (#551) | ||||
* | add a pass that eliminates duplicate functions | Alon Zakai | 2016-05-28 | 1 | -0/+179 |