summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT
Commit message (Expand)AuthorAgeFilesLines
...
* [llvm] Replacing asserts with static_asserts where appropriateGabor Horvath2015-03-161-1/+1
* Add support for Nuxi CloudABI.Ed Schouten2015-03-091-0/+6
* Drop the hacks used for partial C99 math libraries.Benjamin Kramer2015-03-091-3/+4
* Explicitly default ilistTest::Node's copy constructorDavid Blaikie2015-03-041-1/+2
* Explicitly default DenseMapTest::CtorTest::operator=David Blaikie2015-03-041-0/+1
* Revert "Remove the explicit SDNodeIterator::operator= in favor of the implici...David Blaikie2015-03-032-4/+1
* Remove the explicit SDNodeIterator::operator= in favor of the implicit defaultDavid Blaikie2015-03-032-1/+4
* DeltaAlgorithm: Provide protected default copy ctor for use by test derived c...David Blaikie2015-03-031-1/+1
* Remove no-op dtor so that use of the implicit copy ctor/assignment operator a...David Blaikie2015-03-031-1/+0
* Remove explicit copy ctor in favor of the default so as not to disable/deprec...David Blaikie2015-03-031-2/+0
* SmallVector: Allow initialization and assignment from initializer_list.Benjamin Kramer2015-03-021-0/+19
* ArrayRef: Remove the equals helper with many arguments.Benjamin Kramer2015-03-011-14/+14
* Correcting the ArrayRef test to not cause use-after-free bugs with initialize...Aaron Ballman2015-02-171-3/+5
* Adding additional tests to ensure that initializer lists created from return ...Aaron Ballman2015-02-171-0/+13
* Addressing a post-commit review comment suggesting to avoid using direct init...Aaron Ballman2015-02-171-1/+1
* I believe we no longer require LLVM_HAS_INITIALIZER_LISTS; it's supported in ...Aaron Ballman2015-02-171-0/+6
* ADT/PointerIntPairTest.cpp: Prune obsolete #if. We don't support msc17 anymore.NAKAMURA Takumi2015-02-171-2/+0
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-153-15/+15
* ADT: Allow up to 18 arguments in hash_combine()Duncan P. N. Exon Smith2015-02-091-0/+25
* SmallVector: Move emplace_back to SmallVectorImpl.Benjamin Kramer2015-02-071-0/+8
* ADT: Add int64_t interoperability to APSIntDuncan P. N. Exon Smith2015-02-051-0/+102
* The canonical CPU variant for ARM according to config.guess uses aJoerg Sonnenberger2015-01-261-0/+17
* [ADT] Add move operations to SmallVector<T,N> from SmallVectorImpl<T>.Lang Hames2015-01-231-6/+75
* [tinyptrvector] Add in a MutableArrayRef implicit conversion operator to comp...Michael Gottesman2015-01-191-0/+21
* Disable -Wunknown-pragmas in a test so that Clang without -Wself-move will notRichard Trieu2015-01-141-0/+4
* Silence warnings about unknown pragmas for compilers that are not Clang. NFC.Aaron Ballman2015-01-131-1/+4
* Disable a warning for self move since the test is checking for this behavior.Richard Trieu2015-01-131-0/+4
* [APFloat][ADT] Fix sign handling logic for FMA results that truncate to zero.Lang Hames2015-01-041-0/+41
* Revert r225053: Add an ArrayRef upcasting constructor from ArrayRef<U*> -> Ar...Chandler Carruth2015-01-011-35/+0
* Add 2x constructors for TinyPtrVector, one that takes in one elemenet and the...Michael Gottesman2014-12-311-0/+26
* Add a SmallMapVector class that is a MapVector with a Map of SmallDenseMap an...Michael Gottesman2014-12-311-0/+218
* Add an ArrayRef upcasting constructor from ArrayRef<U*> -> ArrayRef<T*> where...Michael Gottesman2014-12-311-0/+35
* Silencing several "multiple copy constructors" warnings from MSVC; NFC.Aaron Ballman2014-12-031-1/+0
* ADT: Add SmallVector<>::emplace_back()Duncan P. N. Exon Smith2014-12-031-0/+131
* Compilation test for PostOrderIterator.Michael Ilseman2014-11-202-0/+38
* [ADT] Fix PR20728 - Incorrect APFloat::fusedMultiplyAdd results for x86_fp80.Lang Hames2014-11-191-0/+12
* Remove StringMap::GetOrCreateValue in favor of StringMap::insertDavid Blaikie2014-11-191-6/+4
* StringMap: Test and finish off supporting perfectly forwarded values in Strin...David Blaikie2014-11-141-1/+15
* Ensure function_refs are copyable even from non-const referencesDavid Blaikie2014-11-122-0/+29
* Add MapVector::rbegin(), MapVector::rend() to completment MapVector::begin(),...Michael Gottesman2014-10-271-0/+25
* [ADT] Add a 'find_as' operation to DenseSet.Lang Hames2014-10-191-0/+38
* [ADT] Add an (ADL-friendly) abs free function for APFloat that returnsChandler Carruth2014-10-101-0/+38
* Add minnum / maxnum to APFloatMatt Arsenault2014-10-101-0/+22
* [ADT] Replace the logb implementation with the simpler and much closerChandler Carruth2014-10-101-49/+27
* [ADT] Add the scalbn function for APFloat.Chandler Carruth2014-10-101-0/+43
* [ADT] Implement the 'logb' functionality for APFloat. This is necessaryChandler Carruth2014-10-101-0/+51
* [ADT] Add basic operator overloads for arithmetic to APFloat to makeChandler Carruth2014-10-091-0/+20
* Add return value and negative checks to MapVector::erase from r219240.Kaelyn Takata2014-10-071-1/+4
* Add size_t MapVector::erase(KeyT) similar to the one in std::map.Kaelyn Takata2014-10-071-0/+5
* Update test name to match changes made in r218783David Blaikie2014-10-011-1/+1
OpenPOWER on IntegriCloud