aboutsummaryrefslogtreecommitdiff
path: root/source/cfa.h
AgeCommit message (Expand)Author
2018-08-03Rewrite include guards (#1793)dan sinclair
2018-08-01Remove using std::<foo> statements. (#1756)dan sinclair
2018-07-19Fix block ordering in dead branch elimAlan Baker
2018-03-22Fixes compile errors generated with -WpedanticEleni Maria Stea
2017-11-08Re-format files in source, source/opt, source/util, source/val and tools.Diego Novillo
2017-11-02Add a new class opt::CFG to represent the CFG for the module.Diego Novillo
2017-05-25CFA: Move TraversalRoots and ComputeAugmentedCFG into CFAGreg Fischer
2017-05-25CFA: Pull in CalculateDominatorsGreg Fischer
2017-05-08Inline: Create CFA classGreg Fischer