Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [C++11] Use 'nullptr'. | Craig Topper | 2014-06-08 | 1 | -1/+1 |
* | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 2014-03-06 | 1 | -1/+1 |
* | [PM] Split DominatorTree into a concrete analysis result object which | Chandler Carruth | 2014-01-13 | 1 | -3/+4 |
* | [cleanup] Move the Dominators.h and Verifier.h headers into the IR | Chandler Carruth | 2014-01-13 | 1 | -1/+1 |
* | Move the LLVM IR asm writer header files into the IR directory, as they | Chandler Carruth | 2014-01-07 | 1 | -1/+1 |
* | Fix dominator descendants for unreachable blocks. | Diego Novillo | 2013-12-02 | 1 | -0/+27 |
* | llvm/unittests: Use OwningPtr to fix --vg-leak. | NAKAMURA Takumi | 2013-01-23 | 1 | -1/+1 |
* | DominatorTreeTest.cpp: Add the file header. | NAKAMURA Takumi | 2013-01-23 | 1 | -0/+9 |
* | Rename the VMCore unittest tree to IR. Somehow was missed when doing the | Chandler Carruth | 2013-01-07 | 1 | -0/+195 |