Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
524b4606f7de9c52b51bb50b4e6f29b27cec38f9
/
llvm
/
unittests
/
ADT
/
APIntTest.cpp
b5cd013
Fix death tests in -Asserts builds.
by Jeffrey Yasskin
· 16 years ago
f7ad620
Pacify the compiler (signed with unsigned comparison) by making
by Duncan Sands
· 16 years ago
c4e367b
Add a ceilLogBase2 function to APInt.
by Dan Gohman
· 16 years ago
73e76a1
Fix a few more conversion warnings on 4.0
by Daniel Dunbar
· 16 years ago
0ec4ed7
Another try at fixing compile warnings on 4.0
by Daniel Dunbar
· 16 years ago
6ced391
Attempt to fix some 4.0.0 build warnings.
by Daniel Dunbar
· 16 years ago
da30ecd
Simplify, now that gtest supports raw_ostream directly.
by Daniel Dunbar
· 16 years ago
0ffe0e0
split raw_os_ostream out to its own header and implementation file. This
by Chris Lattner
· 16 years ago
40b384e
Unbreak unit tests.
by Daniel Dunbar
· 16 years ago
ef793cc
Correct for recent assert change.
by Bill Wendling
· 16 years ago
dadb1571
Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9.
by Erick Tryzelaar
· 16 years ago
1264bcb
Allow '+' to appear in APInt strings, and add more unit tests.
by Erick Tryzelaar
· 16 years ago
927191f
Wrap unit test death tests in GTEST_HAS_DEATH_TEST
by Erick Tryzelaar
· 16 years ago
2b01eab
Add failure tests to APInt unit test.
by Erick Tryzelaar
· 16 years ago
3a1efd11
Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef.
by Daniel Dunbar
· 16 years ago
10f1733
Reapply 74494, this time removing the conflicting definition of operator<<
by Dan Gohman
· 16 years ago
b869a0a
Fix PR4040: APInt's string constructor is too strict patch by Jeff Yasskin!
by Chris Lattner
· 17 years ago
680336d
* Fixed calls to APInt ctor to work for negative values on Darwin/x86
by Misha Brukman
· 17 years ago
d1d2c50
Converted a1.ll to unittests.
by Misha Brukman
· 17 years ago
5182b75
Renamed unittest files to have a consistent {Tt}est suffix.
by Misha Brukman
· 17 years ago
[Renamed from llvm/unittests/ADT/APInt.cpp]
b9ad492
Fix comment.
by Bill Wendling
· 17 years ago
ec39eb8
APInt's countLeadingOnes() was broken for negative i128 values,
by Torok Edwin
· 17 years ago
ee22611
Port this test from dejagnu to unit testing.
by Nick Lewycky
· 17 years ago