llvm-6502/unittests
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
..
ADT APInt's countLeadingOnes() was broken for negative i128 values, 2009-01-27 18:06:03 +00:00
Makefile Modify the unittests Makefiles so that they don't rebuild parts of LLVM just to 2009-01-04 23:12:21 +00:00
Makefile.unittest Original patch by Talin. 2009-01-01 02:24:48 +00:00
TestMain.cpp Original patch by Talin. 2009-01-01 02:24:48 +00:00