aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/IR/LegacyPassManagerTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-09-10Add doInitialization/doFinalization to DataLayoutPass.Rafael Espindola1-5/+5
2014-09-10Replace a few virtual with override.Rafael Espindola1-21/+21
2014-06-08[C++11] Use 'nullptr'.Craig Topper1-7/+7
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-1/+1
2014-02-25Make DataLayout a plain object, not a pass.Rafael Espindola1-10/+10
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth1-1/+1
2014-01-12[PM] Rename the IR printing pass header to a more generic and correctChandler Carruth1-1/+1
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth1-1/+1
2013-12-13Use a: and s: instead of a0: and s0: in the DataLayout strings.Rafael Espindola1-1/+1
2013-11-26[PM] Split the CallGraph out from the ModulePass which creates theChandler Carruth1-1/+1
2013-11-09Move the old pass manager infrastructure into a legacy namespace andChandler Carruth1-0/+559