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