[LPM] Cleanup some loops to be range based for loops before hacking on
[oota-llvm.git] / lib / IR / Dominators.cpp
2015-08-15 David Majnemer[IR] Give catchret an optional 'return value' operand
2015-07-13 Benjamin KramerRemove macro guards for extern template instantiations.
2015-05-06 Adam Nemet[DomTree] verifyDomTree to unconditionally perform...
2015-01-14 Chandler Carruth[PM] Port domtree to the new pass manager (at last).
2014-07-21 Duncan P. N. Exon... Revert "[C++11] Add predecessors(BasicBlock *) / succes...
2014-07-20 Manuel Jacob[C++11] Add predecessors(BasicBlock *) / successors...
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2014-02-16 Rafael EspindolaRemove unnecessary typename.
2014-02-14 Rafael EspindolaAdd extern template instantiations of llvm::Calculate.
2014-01-13 Chandler Carruth[PM] Split DominatorTree into a concrete analysis resul...
2014-01-13 Chandler Carruth[PM] Pull the generic graph algorithms and data structu...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.