summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Dominators.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [PM] Port domtree to the new pass manager (at last).Chandler Carruth2015-01-141-1/+37
* Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith2014-07-211-1/+3
* [C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob2014-07-201-3/+1
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-041-1/+1
* Remove unnecessary typename.Rafael Espindola2014-02-161-6/+6
* Add extern template instantiations of llvm::Calculate.Rafael Espindola2014-02-141-0/+10
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-131-33/+43
* [PM] Pull the generic graph algorithms and data structures for dominatorChandler Carruth2014-01-131-2/+3
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-131-2/+2
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-091-1/+0
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-0/+302
OpenPOWER on IntegriCloud