aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/IR/DominatorTreeTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-08-19Modernize the .ll parsing interface.Rafael Espindola1-4/+3
2014-06-08[C++11] Use 'nullptr'.Craig Topper1-1/+1
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-1/+1
2014-01-13[PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth1-3/+4
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth1-1/+1
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth1-1/+1
2013-12-02Fix dominator descendants for unreachable blocks.Diego Novillo1-0/+27
2013-01-23llvm/unittests: Use OwningPtr to fix --vg-leak.NAKAMURA Takumi1-1/+1
2013-01-23DominatorTreeTest.cpp: Add the file header.NAKAMURA Takumi1-0/+9
2013-01-07Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth1-0/+195