summaryrefslogtreecommitdiff
path: root/src/passes/DuplicateFunctionElimination.cpp
Commit message (Collapse)AuthorAgeFilesLines
* offset support in tableAlon Zakai2016-08-151-4/+6
|
* Add initialization functions for passes to avoid missing pass registration ↵Jukka Jylänki2016-06-211-1/+3
| | | | due to linker dead code elimination. Fixes #577.
* move function parallelism to pass and pass runner, which allows more ↵Alon Zakai2016-06-031-24/+16
| | | | efficient parallel execution (#564)
* refactor walk logic into walk* and doWalk* methods, for a more regular API ↵Alon Zakai2016-05-301-5/+4
| | | | that is clearer where it should be overridden (#551)
* add a pass that eliminates duplicate functionsAlon Zakai2016-05-281-0/+179