summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/IteratedDominanceFrontier.cpp
Commit message (Expand)AuthorAgeFilesLines
* [IDF] Generalize IDFCalculator to be used with Clang's CFGKristof Umann2019-07-021-104/+0
* [IDF] Delete a redundant J-edge testFangrui Song2019-03-071-5/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [IDF] Teach Iterated Dominance Frontier to use a snapshot CFG based on a Grap...Alina Sbirlea2018-08-171-5/+16
* [IDF] Enforce the returned blocks to be sorted.Michael Zolotukhin2018-05-121-5/+11
* [Dominators] Make IsPostDominator a template parameterJakub Kuderski2017-07-141-4/+4
* [Dominators] Reapply r306892, r306893, r306893.Jakub Kuderski2017-07-011-10/+2
* Revert "[Dominators] Teach IDF to use level information"Jakub Kuderski2017-06-301-2/+10
* [Dominators] Teach IDF to use level informationJakub Kuderski2017-06-301-10/+2
* Drop graph_ prefixDaniel Berlin2017-02-091-1/+1
* GraphTraits: Add range versions of graph traits functions (graph_nodes, graph...Daniel Berlin2017-02-091-4/+1
* Normalize file docs. NFC.George Burgess IV2016-07-211-1/+1
* Correct IDF calculator for ReverseIDFDaniel Berlin2016-04-191-5/+14
* Move IDF Calculation to a separate file, expose an interface to it.Daniel Berlin2015-04-211-0/+95
OpenPOWER on IntegriCloud