summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Reapply "Add reverse(ContainerTy) range adapter."Pete Cooper2015-07-291-0/+1
* Revert "Add reverse(ContainerTy) range adapter."Pete Cooper2015-07-291-1/+0
* Add reverse(ContainerTy) range adapter.Pete Cooper2015-07-291-0/+1
* modules: Add explicit dependency on intrinsics_genDuncan P. N. Exon Smith2015-06-161-0/+2
* Compilation test for PostOrderIterator.Michael Ilseman2014-11-201-0/+1
* Ensure function_refs are copyable even from non-const referencesDavid Blaikie2014-11-121-0/+1
* Remove OwningPtr.h and associated testsAlp Toker2014-06-191-1/+0
* [C++11] Now that we have C++11 and I've replaced the use of thisChandler Carruth2014-03-091-1/+0
* [C++11] Add llvm::make_unique, according to N3656.Ahmed Charles2014-03-091-0/+1
* [ADT] Update PointerIntPair to handle pointer types with more than 31 bits free.Jordan Rose2014-03-071-0/+1
* Cleaning up a bunch of pre-Visual C++ 2012 build hacks.Yaron Keren2014-03-041-9/+0
* Give APInt move semantics.Benjamin Kramer2014-03-021-0/+1
* [C++11] Add unit tests for OwningPtr<T> in preparation for changes to makeChandler Carruth2014-03-021-0/+1
* Fix layering StringRef copy using BumpPtrAllocator.Nick Kledzik2014-02-051-0/+1
* Add a polymorphic_ptr<T> smart pointer data type. It's a somewhat sillyChandler Carruth2013-11-091-0/+1
* Basic unit tests for PointerUnionDavid Blaikie2013-08-211-0/+1
* Allow llvm::Optional to work with types without default constructors.David Blaikie2013-02-201-0/+1
* Add file to CMakeLists (file added in r173505)Dmitri Gribenko2013-01-251-0/+1
* Introduce a new data structure, the SparseMultiSet, and changes to the MI sch...Michael Ilseman2013-01-211-0/+1
* Update CMake build.Benjamin Kramer2012-10-141-0/+1
* ADTTests: [CMake] Exclude DenseMapTest.cpp and SmallVectorTest.cpp on MSVC9 d...NAKAMURA Takumi2012-08-301-1/+14
* Bring TinyPtrVector under test. Somehow we never picked up unit testsChandler Carruth2012-07-311-0/+1
* Completely refactor the structuring of unittest CMake files to match theChandler Carruth2012-06-211-0/+32
OpenPOWER on IntegriCloud