llvm-6502/unittests/VMCore
Duncan Sands 607946533d While testing dragonegg I noticed that isCastable and getCastOpcode
had gotten out of sync: isCastable didn't think it was possible to
cast the x86_mmx type to anything, while it did think it possible
to cast an i64 to x86_mmx.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128705 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-01 03:34:54 +00:00
..
ConstantsTest.cpp fix PR8867: a crash handling fp128. Thanks to Nick for the testcase. 2010-12-29 01:33:36 +00:00
DerivedTypesTest.cpp Strip trailing whitespace. 2011-03-31 09:58:51 +00:00
InstructionsTest.cpp While testing dragonegg I noticed that isCastable and getCastOpcode 2011-04-01 03:34:54 +00:00
Makefile Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly passes as well. 2009-06-29 18:49:09 +00:00
MetadataTest.cpp Make NamedMDNode not be a subclass of Value, and simplify the interface 2010-07-21 23:38:33 +00:00
PassManagerTest.cpp Strip trailing whitespace. 2011-03-31 09:58:51 +00:00
ValueMapTest.cpp Revert 119600 to unbreak the build. Francois, please investigate. 2010-11-18 01:38:07 +00:00
VerifierTest.cpp Allow unnamed_addr on declarations. 2011-01-15 08:15:00 +00:00