summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/APIntTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Correct for recent assert change.Bill Wendling2009-08-211-1/+1
* Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9.Erick Tryzelaar2009-08-211-0/+82
* Allow '+' to appear in APInt strings, and add more unit tests.Erick Tryzelaar2009-08-211-8/+72
* Wrap unit test death tests in GTEST_HAS_DEATH_TESTErick Tryzelaar2009-08-171-0/+2
* Add failure tests to APInt unit test.Erick Tryzelaar2009-08-161-0/+11
* Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef.Daniel Dunbar2009-08-131-6/+6
* Reapply 74494, this time removing the conflicting definition of operator<<Dan Gohman2009-06-301-13/+0
* Fix PR4040: APInt's string constructor is too strictChris Lattner2009-04-251-0/+9
* * Fixed calls to APInt ctor to work for negative values on Darwin/x86Misha Brukman2009-04-081-6/+6
* Converted a1.ll to unittests.Misha Brukman2009-03-241-4/+83
* Renamed unittest files to have a consistent {Tt}est suffix.Misha Brukman2009-03-191-0/+100
OpenPOWER on IntegriCloud