Modernize the .ll parsing interface.
[oota-llvm.git] / unittests / Analysis / CFGTest.cpp
2014-08-19 Rafael EspindolaModernize the .ll parsing interface.
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-04 Chandler Carruth[Modules] Move InstIterator out of the Support library...
2014-02-10 Benjamin KramerMake succ_iterator a real random access iterator and...
2014-01-13 Chandler Carruth[PM] Split DominatorTree into a concrete analysis resul...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-08-13 Nick LewyckyFix an oversight in isPotentiallyReachable where we...
2013-07-27 Nick LewyckyReimplement isPotentiallyReachable to make nocapture...