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