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