aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ADT
AgeCommit message (Expand)AuthorFilesLines
2013-11-19Merging r195092:Bill Wendling1-6/+5
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-1/+4
2013-11-18Revert r194865 and r194874.Alexey Samsonov1-3/+1
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-1/+3
2013-11-13Fix a null pointer dereference when copying a null polymorphic pointer.Chandler Carruth1-0/+6
2013-11-09Switch to allow implicit construction. In many cases, we're wrappingChandler Carruth1-0/+5
2013-11-09Test the polymorphic behavior of this utility.Chandler Carruth1-1/+33
2013-11-09Use something really explicit to test "move semantics" on builds withoutChandler Carruth1-0/+4
2013-11-09Add the critically missing 'clone' method. =]Chandler Carruth1-0/+11
2013-11-09Move the test type out of the function and into the anonymous namespaceChandler Carruth1-5/+5
2013-11-09Add a polymorphic_ptr<T> smart pointer data type. It's a somewhat sillyChandler Carruth2-0/+72
2013-10-30Add {start,end}with_lower methods to StringRef.Rui Ueyama1-0/+23
2013-10-28Add a few tests for StringRef::{start,end}with.Rui Ueyama1-0/+2
2013-09-03Add a Python-like join function to merge a list of strings with aJoerg Sonnenberger1-0/+27
2013-08-29Change default # of digits for APFloat::toStringEli Friedman1-4/+5
2013-08-28Revert r189442 "Change default # of digits for APFloat::toString"Ted Kremenek1-5/+4
2013-08-28Change default # of digits for APFloat::toStringEli Friedman1-4/+5
2013-08-21Basic unit tests for PointerUnionDavid Blaikie2-0/+65
2013-07-27[APFloat] Make all arithmetic operations with NaN produce positive NaNs.Michael Gottesman1-86/+36
2013-07-26Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."Rafael Espindola2-2/+2
2013-07-26[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.Bill Schmidt2-2/+2
2013-07-17Handle '.' correctly in hex float literal parsing.Eli Friedman1-1/+6
2013-07-11Sync SmallBitVector with BitVector. Add unit tests for the missing methods.Benjamin Kramer1-0/+36
2013-07-01[APFloat] Ensure that we can properly parse strings that do not have null ter...Michael Gottesman1-0/+25
2013-06-27[APFloat] Added unittest for APFloat.divide that checks special cases, result...Michael Gottesman1-0/+304
2013-06-27Removed two logging printf statements from the APFloat tests... = /.Michael Gottesman1-8/+0
2013-06-26[APFloat] Added unittest for APFloat.multiply that checks special cases, resu...Michael Gottesman1-0/+307
2013-06-26[APFloat] Added unittest for APFloat.subtract that checks special cases, resu...Michael Gottesman1-0/+303
2013-06-26[APFloat] Removed debugging cruft that snuck in.Michael Gottesman1-4/+0
2013-06-24[APFloat] Removed trailing whitespace from unittests.Michael Gottesman1-14/+14
2013-06-24[APFloat] Added a large unittest for APFloat.add that checks that special val...Michael Gottesman1-0/+302
2013-06-20[APFloat] Rename isIEEENormal => isNormal and remove old isNormal method.Michael Gottesman1-7/+7
2013-06-20[APFloat] Fix typo in test so we actually test if we handle denormals.Michael Gottesman1-4/+4
2013-06-19[APFloat] Changed APFloat::isNormal => APFloat::isFiniteNonZero for all tests...Michael Gottesman1-8/+8
2013-06-19[APFloat] Added isFiniteNonZero predicate.Michael Gottesman1-0/+28
2013-06-07BitVector: Do the right thing in all() when Size is a multiple of BITWORD_SIZE.Benjamin Kramer1-0/+16
2013-06-07Optimize BitVector::all().Benjamin Kramer1-0/+8
2013-06-04IEEE-754R 5.7.2 General Operations is* operations (except for isCanonical).Michael Gottesman1-0/+61
2013-06-01Try to avoid "integer literal too big" warnings from older GCCs.Benjamin Kramer1-7/+7
2013-05-31[APFloat] Added a unittest for APFloat::getZero.Michael Gottesman1-0/+37
2013-05-30Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the functi...Michael Gottesman1-0/+420
2013-05-30Added a unittest for APFloat::getSmallestNormalized.Michael Gottesman1-0/+30
2013-05-30Added code to the unittest for APFloat::getSmallest to double check that we c...Michael Gottesman1-2/+6
2013-05-29Add a unittest for APFloat::getSmallest.Michael Gottesman1-0/+26
2013-05-28[APInt] Implement tcDecrement as a counterpart to tcIncrement. This is for us...Michael Gottesman1-0/+65
2013-05-13Fix a bug that APFloat::fusedMultiplyAdd() mistakenly evaluate "14.5f * -14.5...Shuxin Yang1-0/+23
2013-03-29SmallVector and SmallPtrSet allocations now power-of-two aligned.Jean-Luc Duprat1-0/+55
2013-03-29Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone...Rafael Espindola1-55/+0
2013-03-29Fix allocations of SmallVector and SmallPtrSet so they are more prone toJean-Luc Duprat1-0/+55
2013-02-21Only include move-related Optional<T> tests when rvalue references are availa...David Blaikie1-30/+32