Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow alias to point to an arbitrary ConstantExpr. | Rafael Espindola | 2014-06-03 | 1 | -10/+0 |
* | Use create methods since msvc doesn't handle delegating constructors. | Rafael Espindola | 2014-05-17 | 1 | -1/+1 |
* | Reduce abuse of default values in the GlobalAlias constructor. | Rafael Espindola | 2014-05-17 | 1 | -2/+1 |
* | Fix most of PR10367. | Rafael Espindola | 2014-05-16 | 1 | -0/+12 |
* | Assert that we don't RAUW a Constant with a ConstantExpr that contains it. | Rafael Espindola | 2014-05-13 | 1 | -0/+17 |
* | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 2014-03-06 | 1 | -1/+1 |
* | llvm/unittests: Use OwningPtr to fix --vg-leak. | NAKAMURA Takumi | 2013-01-23 | 1 | -1/+1 |
* | IRTests/ConstantsTest.cpp: AsInstructionsTest: Delete each instruction immedi... | NAKAMURA Takumi | 2013-01-23 | 1 | -6/+8 |
* | Allow vectors in CreatePointerCast of constants. | Evgeniy Stepanov | 2013-01-16 | 1 | -0/+30 |
* | Rename the VMCore unittest tree to IR. Somehow was missed when doing the | Chandler Carruth | 2013-01-07 | 1 | -0/+228 |