History log of /llvm-project/llvm/unittests/ADT/APIntTest.cpp (Results 176 – 188 of 188)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0ffe0e09 24-Aug-2009 Chris Lattner <sabre@nondot.org>

split raw_os_ostream out to its own header and implementation file. This
means that raw_ostream no longer has to #include <iosfwd>. Nothing in llvm
should use raw_os_ostream.h, but llvm-gcc and som

split raw_os_ostream out to its own header and implementation file. This
means that raw_ostream no longer has to #include <iosfwd>. Nothing in llvm
should use raw_os_ostream.h, but llvm-gcc and some unit tests do.

llvm-svn: 79886

show more ...


# 40b384ea 24-Aug-2009 Daniel Dunbar <daniel@zuster.org>

Unbreak unit tests.

llvm-svn: 79879


# ef793ccb 21-Aug-2009 Bill Wendling <isanbard@gmail.com>

Correct for recent assert change.

llvm-svn: 79601


# dadb1571 21-Aug-2009 Erick Tryzelaar <idadesub@users.sourceforge.net>

Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9.

llvm-svn: 79593


# 1264bcb4 21-Aug-2009 Erick Tryzelaar <idadesub@users.sourceforge.net>

Allow '+' to appear in APInt strings, and add more unit tests.

llvm-svn: 79592


# 927191f1 17-Aug-2009 Erick Tryzelaar <idadesub@users.sourceforge.net>

Wrap unit test death tests in GTEST_HAS_DEATH_TEST

llvm-svn: 79218


# 2b01eab8 16-Aug-2009 Erick Tryzelaar <idadesub@users.sourceforge.net>

Add failure tests to APInt unit test.

llvm-svn: 79209


# 3a1efd11 13-Aug-2009 Daniel Dunbar <daniel@zuster.org>

Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef.
- Patch by Erick Tryzelaar, with some edits (and a bug fix) from me.

llvm-svn: 78885


# 10f1733d 30-Jun-2009 Dan Gohman <gohman@apple.com>

Reapply 74494, this time removing the conflicting definition of operator<<
in APIntTest.cpp.

llvm-svn: 74550


# b869a0ad 25-Apr-2009 Chris Lattner <sabre@nondot.org>

Fix PR4040: APInt's string constructor is too strict
patch by Jeff Yasskin!

llvm-svn: 70058


# 680336d1 08-Apr-2009 Misha Brukman <brukman+llvm@gmail.com>

* Fixed calls to APInt ctor to work for negative values on Darwin/x86
* Converted C-style casts to C++-style casts

llvm-svn: 68613


# d1d2c50e 24-Mar-2009 Misha Brukman <brukman+llvm@gmail.com>

Converted a1.ll to unittests.

llvm-svn: 67652


# 5182b758 19-Mar-2009 Misha Brukman <brukman+llvm@gmail.com>

Renamed unittest files to have a consistent {Tt}est suffix.

llvm-svn: 67326


12345678