summaryrefslogtreecommitdiff
path: root/unittests/IR/ConstantsTest.cpp
Commit message (Expand)AuthorAge
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-03
* Use create methods since msvc doesn't handle delegating constructors.Rafael Espindola2014-05-17
* Reduce abuse of default values in the GlobalAlias constructor.Rafael Espindola2014-05-17
* Fix most of PR10367.Rafael Espindola2014-05-16
* Assert that we don't RAUW a Constant with a ConstantExpr that contains it.Rafael Espindola2014-05-13
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* llvm/unittests: Use OwningPtr to fix --vg-leak.NAKAMURA Takumi2013-01-23
* IRTests/ConstantsTest.cpp: AsInstructionsTest: Delete each instruction immedi...NAKAMURA Takumi2013-01-23
* Allow vectors in CreatePointerCast of constants.Evgeniy Stepanov2013-01-16
* Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth2013-01-07