summaryrefslogtreecommitdiff
path: root/unittests/ADT/CMakeLists.txt
Commit message (Expand)AuthorAge
* Remove OwningPtr.h and associated testsAlp Toker2014-06-19
* [C++11] Now that we have C++11 and I've replaced the use of thisChandler Carruth2014-03-09
* [C++11] Add llvm::make_unique, according to N3656.Ahmed Charles2014-03-09
* [ADT] Update PointerIntPair to handle pointer types with more than 31 bits free.Jordan Rose2014-03-07
* Cleaning up a bunch of pre-Visual C++ 2012 build hacks.Yaron Keren2014-03-04
* Give APInt move semantics.Benjamin Kramer2014-03-02
* [C++11] Add unit tests for OwningPtr<T> in preparation for changes to makeChandler Carruth2014-03-02
* Fix layering StringRef copy using BumpPtrAllocator.Nick Kledzik2014-02-05
* Add a polymorphic_ptr<T> smart pointer data type. It's a somewhat sillyChandler Carruth2013-11-09
* Basic unit tests for PointerUnionDavid Blaikie2013-08-21
* Allow llvm::Optional to work with types without default constructors.David Blaikie2013-02-20
* Add file to CMakeLists (file added in r173505)Dmitri Gribenko2013-01-25
* Introduce a new data structure, the SparseMultiSet, and changes to the MI sch...Michael Ilseman2013-01-21
* Update CMake build.Benjamin Kramer2012-10-14
* ADTTests: [CMake] Exclude DenseMapTest.cpp and SmallVectorTest.cpp on MSVC9 d...NAKAMURA Takumi2012-08-30
* Bring TinyPtrVector under test. Somehow we never picked up unit testsChandler Carruth2012-07-31
* Completely refactor the structuring of unittest CMake files to match theChandler Carruth2012-06-21