aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ADT
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-183-6/+3
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0912-23/+327
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2312-20/+707
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0212-10/+634
* Update LLVM for rebase to r212749.Stephen Hines2014-07-2113-338/+277
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-295-28/+170
* Update to LLVM 3.5a.Stephen Hines2014-04-2418-254/+866
* Merging r195092:Bill Wendling2013-11-191-6/+5
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-1/+4
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-3/+1
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-1/+3
* Fix a null pointer dereference when copying a null polymorphic pointer.Chandler Carruth2013-11-131-0/+6
* Switch to allow implicit construction. In many cases, we're wrappingChandler Carruth2013-11-091-0/+5
* Test the polymorphic behavior of this utility.Chandler Carruth2013-11-091-1/+33
* Use something really explicit to test "move semantics" on builds withoutChandler Carruth2013-11-091-0/+4
* Add the critically missing 'clone' method. =]Chandler Carruth2013-11-091-0/+11
* Move the test type out of the function and into the anonymous namespaceChandler Carruth2013-11-091-5/+5
* Add a polymorphic_ptr<T> smart pointer data type. It's a somewhat sillyChandler Carruth2013-11-092-0/+72
* Add {start,end}with_lower methods to StringRef.Rui Ueyama2013-10-301-0/+23
* Add a few tests for StringRef::{start,end}with.Rui Ueyama2013-10-281-0/+2
* Add a Python-like join function to merge a list of strings with aJoerg Sonnenberger2013-09-031-0/+27
* Change default # of digits for APFloat::toStringEli Friedman2013-08-291-4/+5
* Revert r189442 "Change default # of digits for APFloat::toString"Ted Kremenek2013-08-281-5/+4
* Change default # of digits for APFloat::toStringEli Friedman2013-08-281-4/+5
* Basic unit tests for PointerUnionDavid Blaikie2013-08-212-0/+65
* [APFloat] Make all arithmetic operations with NaN produce positive NaNs.Michael Gottesman2013-07-271-86/+36
* Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."Rafael Espindola2013-07-262-2/+2
* [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.Bill Schmidt2013-07-262-2/+2
* Handle '.' correctly in hex float literal parsing.Eli Friedman2013-07-171-1/+6
* Sync SmallBitVector with BitVector. Add unit tests for the missing methods.Benjamin Kramer2013-07-111-0/+36
* [APFloat] Ensure that we can properly parse strings that do not have null ter...Michael Gottesman2013-07-011-0/+25
* [APFloat] Added unittest for APFloat.divide that checks special cases, result...Michael Gottesman2013-06-271-0/+304
* Removed two logging printf statements from the APFloat tests... = /.Michael Gottesman2013-06-271-8/+0
* [APFloat] Added unittest for APFloat.multiply that checks special cases, resu...Michael Gottesman2013-06-261-0/+307
* [APFloat] Added unittest for APFloat.subtract that checks special cases, resu...Michael Gottesman2013-06-261-0/+303
* [APFloat] Removed debugging cruft that snuck in.Michael Gottesman2013-06-261-4/+0
* [APFloat] Removed trailing whitespace from unittests.Michael Gottesman2013-06-241-14/+14
* [APFloat] Added a large unittest for APFloat.add that checks that special val...Michael Gottesman2013-06-241-0/+302
* [APFloat] Rename isIEEENormal => isNormal and remove old isNormal method.Michael Gottesman2013-06-201-7/+7
* [APFloat] Fix typo in test so we actually test if we handle denormals.Michael Gottesman2013-06-201-4/+4
* [APFloat] Changed APFloat::isNormal => APFloat::isFiniteNonZero for all tests...Michael Gottesman2013-06-191-8/+8
* [APFloat] Added isFiniteNonZero predicate.Michael Gottesman2013-06-191-0/+28
* BitVector: Do the right thing in all() when Size is a multiple of BITWORD_SIZE.Benjamin Kramer2013-06-071-0/+16
* Optimize BitVector::all().Benjamin Kramer2013-06-071-0/+8
* IEEE-754R 5.7.2 General Operations is* operations (except for isCanonical).Michael Gottesman2013-06-041-0/+61
* Try to avoid "integer literal too big" warnings from older GCCs.Benjamin Kramer2013-06-011-7/+7
* [APFloat] Added a unittest for APFloat::getZero.Michael Gottesman2013-05-311-0/+37
* Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the functi...Michael Gottesman2013-05-301-0/+420
* Added a unittest for APFloat::getSmallestNormalized.Michael Gottesman2013-05-301-0/+30
* Added code to the unittest for APFloat::getSmallest to double check that we c...Michael Gottesman2013-05-301-2/+6