[PM] Split the LoopInfo object apart from the legacy pass, creating
[oota-llvm.git] / unittests / IR / LegacyPassManagerTest.cpp
2015-01-17 Chandler Carruth[PM] Split the LoopInfo object apart from the legacy...
2014-09-10 Rafael EspindolaAdd doInitialization/doFinalization to DataLayoutPass.
2014-09-10 Rafael EspindolaReplace a few virtual with override.
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-02-25 Rafael EspindolaMake DataLayout a plain object, not a pass.
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2014-01-12 Chandler Carruth[PM] Rename the IR printing pass header to a more gener...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2013-12-13 Rafael EspindolaUse a: and s: instead of a0: and s0: in the DataLayout...
2013-11-26 Chandler Carruth[PM] Split the CallGraph out from the ModulePass which...
2013-11-09 Chandler CarruthMove the old pass manager infrastructure into a legacy...