llvm-6502/unittests/ADT
Torok Edwin 2d0f1c57c3 APInt's countLeadingOnes() was broken for negative i128 values,
causing assertion failures in getSExtValue().
Fix it by making highWordBits actually contain what its name says,
and add some more unit-tests for APInt.
This fixes PR3419.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63107 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-27 18:06:03 +00:00
..
APInt.cpp APInt's countLeadingOnes() was broken for negative i128 values, 2009-01-27 18:06:03 +00:00
DenseMapTest.cpp Minor cleanup for unittest: 2009-01-07 21:13:53 +00:00
ImmutableSetTest.cpp improve test and address Misha's comments 2009-01-03 14:55:26 +00:00
Makefile
SmallVectorTest.cpp Fix naming of file. 2009-01-11 01:25:51 +00:00
StringMapTest.cpp Some generic clean-ups. Also make the StringMapEntryInitializer specialization apply only to the tests that are actually testing it. 2009-01-08 09:31:36 +00:00