llvm-6502/unittests/VMCore
James Molloy b9478c2aef Add a new function to ConstantExpr - getAsInstruction. This returns its Instruction* corollary, which may be useful if a user
wishes to transform a ConstantExpr so that one of its operands is no longer constant.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168262 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-17 17:56:30 +00:00
..
CMakeLists.txt add unit test for waymarking algorithm (Use::getUser) 2012-11-12 10:01:17 +00:00
ConstantsTest.cpp Add a new function to ConstantExpr - getAsInstruction. This returns its Instruction* corollary, which may be useful if a user 2012-11-17 17:56:30 +00:00
DominatorTreeTest.cpp
InstructionsTest.cpp Fix isEliminableCastPair to work correctly in the presence of pointers 2012-10-30 16:03:32 +00:00
IRBuilderTest.cpp Add IRBuilderBase::getIntPtrTy. 2012-10-31 09:50:01 +00:00
Makefile llvm/unittests: Simplify LINK_COMPONENTS. 2012-06-21 22:17:51 +00:00
MDBuilderTest.cpp Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live with 2012-07-15 23:26:50 +00:00
MetadataTest.cpp
PassManagerTest.cpp Move TargetData to DataLayout. 2012-10-08 16:39:34 +00:00
TypeBuilderTest.cpp Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes 2012-07-15 23:45:24 +00:00
TypesTest.cpp Postpone the deletion of the old name in StructType::setName to allow using a slice of the old name. 2012-08-04 09:47:02 +00:00
ValueMapTest.cpp
VerifierTest.cpp
WaymarkTest.cpp do not play preprocessor tricks with 'private', use public interfaces instead; this appeases the VC++ buildbots 2012-11-12 13:34:59 +00:00