summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT
Commit message (Expand)AuthorAgeFilesLines
* ARMTargetParser: Make BSD Thumb/BE armv6 workRenato Golin2015-05-271-0/+8
* Adding profile and version parsers to ARMTargetParserRenato Golin2015-05-221-0/+20
* Make Triple::parseARMArch use ARMTargetParserRenato Golin2015-05-211-0/+65
* Get Triple::getARMCPUForArch() to use TargetParserRenato Golin2015-05-201-13/+136
* [ARM] Reject invalid -march valuesJohn Brawn2015-05-081-0/+31
* Fix regression in parsing armv{6,7}hl- triples. These are used by SUSEIsmail Donmez2015-05-051-0/+12
* Move unit test into anonymous namespace as per convention.Douglas Katzman2015-05-011-1/+2
* Exhaustively test all triples in TripleTest.Douglas Katzman2015-04-301-4/+4
* New architecture name - 'sparcel' for Sparc little-endian.Douglas Katzman2015-04-291-0/+20
* Fix APInt long division algorithmPawel Bylica2015-04-241-182/+66
* Another test to exercise APInt divide step D6.Yaron Keren2015-04-221-0/+13
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-113-6/+3
* Default to armv7 cpu for NaCl when march=armDerek Schuff2015-03-261-0/+4
* Fix rare case where APInt divide algorithm applied un-needed transformation.Yaron Keren2015-03-261-0/+200
* [APInt] Add an isSplat helper and use it in some places.Benjamin Kramer2015-03-251-0/+40
* [ADT] Teach MapVector to support a swap member. Will be used inChandler Carruth2015-03-251-0/+25
* Teach Twine to support SmallString.Yaron Keren2015-03-171-0/+10
* [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
OpenPOWER on IntegriCloud