summaryrefslogtreecommitdiff
path: root/source/opt/eliminate_dead_functions_pass.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-08-03Cleanup includes. (#1795)dan sinclair1-2/+3
2018-07-12Cleanup extraneous namespace qualifies in source/opt. (#1716)dan sinclair1-5/+5
2018-07-12use Pass::Run to set the context on each pass. (#1708)dan sinclair1-3/+1
2018-07-09Move the ir namespace to opt. (#1680)dan sinclair1-5/+5
2017-11-27Re-format source tree - NFC.Diego Novillo1-4/+1
2017-11-15Add the decoration manager to the IRContext.Steven Perron1-1/+1
2017-11-08Add the IRContext (part 2): Add def-use managerSteven Perron1-1/+1
2017-10-31Add the IRContext (part 1)Steven Perron1-4/+5
2017-10-30More re-factoring to simplify pass initialization.Diego Novillo1-1/+0
2017-10-27Re-factor Phi insertion code out of LocalMultiStoreElimPassDiego Novillo1-4/+3
2017-09-26Create the dead function elimination passSteven Perron1-0/+61