llvm-6502/unittests/VMCore
Jeffrey Yasskin cda2a146d1 Fix C++0x narrowing errors when char is unsigned.
In the case of EDInstInfo, this would actually cause a bug when -1 became 255
and was then compared >=0 in llvm-mc/Disassembler.cpp.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138825 91177308-0d34-0410-b5e6-96231b3b80d8
2011-08-30 20:53:29 +00:00
..
ConstantsTest.cpp land David Blaikie's patch to de-constify Type, with a few tweaks. 2011-07-18 04:54:35 +00:00
InstructionsTest.cpp The 'expected' argument to EXPECT_EQ is actually the first one; 2011-08-27 19:23:22 +00:00
Makefile
MetadataTest.cpp Fix C++0x narrowing errors when char is unsigned. 2011-08-30 20:53:29 +00:00
PassManagerTest.cpp Second attempt at de-constifying LLVM Types in FunctionType::get(), 2011-07-12 14:06:48 +00:00
ValueMapTest.cpp Don't include Operator.h from InstrTypes.h. 2011-04-11 09:35:34 +00:00
VerifierTest.cpp land David Blaikie's patch to de-constify Type, with a few tweaks. 2011-07-18 04:54:35 +00:00