summaryrefslogtreecommitdiff
path: root/unittests/ADT
Commit message (Expand)AuthorAge
* Clean up whitespaceDuncan P. N. Exon Smith2014-01-31
* Roll back the ConstStringRef change for nowAlp Toker2014-01-27
* StringRef: Extend constexpr capabilities and introduce ConstStringRefAlp Toker2014-01-27
* [APInt] Fix nearestLogBase2 to return correct answers for very large APInt an...Michael Gottesman2014-01-19
* [APInt] Fixed bug where APInt(UINT32_MAX, 0) would blow up when being constru...Michael Gottesman2014-01-19
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Fix break introduced in r198377 due to using a local type as a template param...David Blaikie2014-01-03
* Test coverage for non-default-constructible elements in a StringMapDavid Blaikie2014-01-02
* Remove StringMapEntryInitializer support.David Blaikie2014-01-02
* Fix a buffer overrun detected by AddressSanitizer.Anna Zaks2013-12-19
* Remove APInt::extractBit since it is already implemented via operator[]. Chan...Michael Gottesman2013-12-13
* [block-freq] Add the method APInt::nearestLogBase2().Michael Gottesman2013-12-13
* [block-freq] Add the APInt method extractBit.Michael Gottesman2013-12-13
* Darwin: update default iOS version to 5.0Tim Northover2013-12-10
* Make the moved-from SmallPtrSet be a valid, empty, small-state object.Chandler Carruth2013-11-20
* Add a test for assignment operator behavior which was changed inChandler Carruth2013-11-20
* Give SmallPtrSet move semantics when we have R-value references.Chandler Carruth2013-11-20
* [weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka2013-11-19
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Fix a null pointer dereference when copying a null polymorphic pointer.Chandler Carruth2013-11-13
* Switch to allow implicit construction. In many cases, we're wrappingChandler Carruth2013-11-09
* Test the polymorphic behavior of this utility.Chandler Carruth2013-11-09
* Use something really explicit to test "move semantics" on builds withoutChandler Carruth2013-11-09
* Add the critically missing 'clone' method. =]Chandler Carruth2013-11-09
* Move the test type out of the function and into the anonymous namespaceChandler Carruth2013-11-09
* Add a polymorphic_ptr<T> smart pointer data type. It's a somewhat sillyChandler Carruth2013-11-09
* Add {start,end}with_lower methods to StringRef.Rui Ueyama2013-10-30
* Add a few tests for StringRef::{start,end}with.Rui Ueyama2013-10-28
* Add a Python-like join function to merge a list of strings with aJoerg Sonnenberger2013-09-03
* Change default # of digits for APFloat::toStringEli Friedman2013-08-29
* Revert r189442 "Change default # of digits for APFloat::toString"Ted Kremenek2013-08-28
* Change default # of digits for APFloat::toStringEli Friedman2013-08-28
* Basic unit tests for PointerUnionDavid Blaikie2013-08-21
* [APFloat] Make all arithmetic operations with NaN produce positive NaNs.Michael Gottesman2013-07-27
* Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."Rafael Espindola2013-07-26
* [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.Bill Schmidt2013-07-26
* Handle '.' correctly in hex float literal parsing.Eli Friedman2013-07-17
* Sync SmallBitVector with BitVector. Add unit tests for the missing methods.Benjamin Kramer2013-07-11
* [APFloat] Ensure that we can properly parse strings that do not have null ter...Michael Gottesman2013-07-01
* [APFloat] Added unittest for APFloat.divide that checks special cases, result...Michael Gottesman2013-06-27
* Removed two logging printf statements from the APFloat tests... = /.Michael Gottesman2013-06-27
* [APFloat] Added unittest for APFloat.multiply that checks special cases, resu...Michael Gottesman2013-06-26
* [APFloat] Added unittest for APFloat.subtract that checks special cases, resu...Michael Gottesman2013-06-26
* [APFloat] Removed debugging cruft that snuck in.Michael Gottesman2013-06-26
* [APFloat] Removed trailing whitespace from unittests.Michael Gottesman2013-06-24
* [APFloat] Added a large unittest for APFloat.add that checks that special val...Michael Gottesman2013-06-24
* [APFloat] Rename isIEEENormal => isNormal and remove old isNormal method.Michael Gottesman2013-06-20
* [APFloat] Fix typo in test so we actually test if we handle denormals.Michael Gottesman2013-06-20