summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR/ConstantsTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-031-10/+0
* Use create methods since msvc doesn't handle delegating constructors.Rafael Espindola2014-05-171-1/+1
* Reduce abuse of default values in the GlobalAlias constructor.Rafael Espindola2014-05-171-2/+1
* Fix most of PR10367.Rafael Espindola2014-05-161-0/+12
* Assert that we don't RAUW a Constant with a ConstantExpr that contains it.Rafael Espindola2014-05-131-0/+17
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+1
* llvm/unittests: Use OwningPtr to fix --vg-leak.NAKAMURA Takumi2013-01-231-1/+1
* IRTests/ConstantsTest.cpp: AsInstructionsTest: Delete each instruction immedi...NAKAMURA Takumi2013-01-231-6/+8
* Allow vectors in CreatePointerCast of constants.Evgeniy Stepanov2013-01-161-0/+30
* Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth2013-01-071-0/+228
OpenPOWER on IntegriCloud