summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [ADT] Add a generic breadth-first-search graph iterator.Davide Italiano2017-04-061-0/+1
* [llvm] Iterate SmallPtrSet in reverse order to uncover non-determinism in cod...Mandeep Singh Grang2016-12-141-0/+1
* Add unit tests for StringSwitch.Zachary Turner2016-10-031-0/+1
* Add llvm::join_items to StringExtras.Zachary Turner2016-09-271-0/+1
* ADT: Add AllocatorList, and use it for yaml::TokenDuncan P. N. Exon Smith2016-09-111-0/+1
* ADT: Add sentinel tracking and custom tags to ilistsDuncan P. N. Exon Smith2016-09-111-0/+1
* ADT: Split out simple_ilist, a simple intrusive listDuncan P. N. Exon Smith2016-08-301-0/+1
* Rename unittests/ADT/ilistTestTemp.cpp => IListTest.cppDuncan P. N. Exon Smith2016-08-301-1/+1
* ADT: Give ilist<T>::reverse_iterator a handle to the current nodeDuncan P. N. Exon Smith2016-08-301-0/+1
* Rename unittests/ADT/ilistTest.cpp to ilistTestTemp.cpp (temporarily)Duncan P. N. Exon Smith2016-08-231-1/+1
* ADT: Separate some list manipulation API into ilist_base, NFCDuncan P. N. Exon Smith2016-08-221-0/+3
* [ADT] Actually mutate the iterator VisitStack.back().second, not its copy.Tim Shen2016-08-221-0/+1
* Move unittests/Support/IteratorTest.cpp to unittests/ADT/Duncan P. N. Exon Smith2016-08-201-0/+1
* [ADT] Add the worlds simplest STL extra. Or at least close to it.Chandler Carruth2016-08-191-0/+1
* [ADT] Add make_scope_exit().Tim Shen2016-08-101-0/+1
* [ADT] Add LLVM_MARK_AS_BITMASK_ENUM, used to enable bitwise operations on enu...Justin Lebar2016-07-131-0/+1
* [ADT] Add a new data structure for managing a priority worklist whereChandler Carruth2016-06-301-0/+1
* [ADT] Add an 'llvm::seq' function which produces an iterator range overChandler Carruth2016-05-131-0/+1
* [SetVector] Add erase() methodJun Bum Lim2016-03-251-0/+1
* Revert "[SetVector] Add erase() method"Jun Bum Lim2016-03-251-1/+0
* [SetVector] Add erase() methodJun Bum Lim2016-03-251-0/+1
* Revert "allow lambdas in mapped_iterator"Mike Aizatsky2016-03-171-1/+0
* allow lambdas in mapped_iteratorMike Aizatsky2016-03-171-0/+1
* [ADT] Revert the llvm/ADT/OptionSet.h header and unit test.Argyrios Kyrtzidis2016-02-121-1/+0
* [ADT] Introduce ‘OptionSet’ in llvm/ADT headers, which is a utility class...Argyrios Kyrtzidis2016-02-121-0/+1
* [ADT] Add an abstraction for embedding an integer within a pointer-likeChandler Carruth2016-01-101-0/+1
* [ADT] Add a sum type abstraction for pointer-like types.Chandler Carruth2016-01-101-0/+1
* 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