index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
/
ADT
/
APIntTest.cpp
Age
Commit message (
Expand
)
Author
2011-02-21
The signed version of our "magic number" computation for the integer approxim...
Cameron Zwarich
2010-12-01
PR5207: Rename overloaded APInt methods set(), clear(), flip() to
Jay Foad
2010-09-14
Attempt to unbreak the FreeBSD buildbot by XFAILing a unit test that seems to be
Jakob Stoklund Olesen
2010-07-13
Switch from EXPECT_EQ({true,false, ...) to the more canonical
Chandler Carruth
2010-03-17
Fix death tests in -Asserts builds.
Jeffrey Yasskin
2009-10-13
Pacify the compiler (signed with unsigned comparison) by making
Duncan Sands
2009-10-13
Add a ceilLogBase2 function to APInt.
Dan Gohman
2009-09-18
Fix a few more conversion warnings on 4.0
Daniel Dunbar
2009-09-17
Another try at fixing compile warnings on 4.0
Daniel Dunbar
2009-09-14
Attempt to fix some 4.0.0 build warnings.
Daniel Dunbar
2009-09-06
Simplify, now that gtest supports raw_ostream directly.
Daniel Dunbar
2009-08-24
split raw_os_ostream out to its own header and implementation file. This
Chris Lattner
2009-08-24
Unbreak unit tests.
Daniel Dunbar
2009-08-21
Correct for recent assert change.
Bill Wendling
2009-08-21
Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9.
Erick Tryzelaar
2009-08-21
Allow '+' to appear in APInt strings, and add more unit tests.
Erick Tryzelaar
2009-08-17
Wrap unit test death tests in GTEST_HAS_DEATH_TEST
Erick Tryzelaar
2009-08-16
Add failure tests to APInt unit test.
Erick Tryzelaar
2009-08-13
Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef.
Daniel Dunbar
2009-06-30
Reapply 74494, this time removing the conflicting definition of operator<<
Dan Gohman
2009-04-25
Fix PR4040: APInt's string constructor is too strict
Chris Lattner
2009-04-08
* Fixed calls to APInt ctor to work for negative values on Darwin/x86
Misha Brukman
2009-03-24
Converted a1.ll to unittests.
Misha Brukman
2009-03-19
Renamed unittest files to have a consistent {Tt}est suffix.
Misha Brukman