1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/unittests
Torok Edwin 47c303034d 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.

llvm-svn: 63107
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