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