summaryrefslogtreecommitdiff
path: root/source/opt/cfg.h
AgeCommit message (Expand)AuthorFilesLines
2018-02-27Add loop unswitch pass.Victor Lomuller1-0/+17
2018-02-07Make use of the instruction folder.Steven Perron1-0/+14
2018-02-02Disambiguate between const and nonconst ForEachSuccessorLabelDavid Neto1-8/+1
2018-02-01Add LoopUtils class to gather some loop transformation support.Victor Lomuller1-0/+28
2017-11-28Convert the CFG to an on-demand analysis - NFC.Diego Novillo1-5/+3
2017-11-27Generic value propagation engine.Diego Novillo1-4/+4
2017-11-27Re-format source tree - NFC.Diego Novillo1-1/+1
2017-11-02Move class CFG from namespace opt to namespace ir.Diego Novillo1-3/+3
2017-11-02Add a new class opt::CFG to represent the CFG for the module.Diego Novillo1-0/+110