summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Work on cleaning up denormal mode handlingMatt Arsenault2019-11-191-0/+1
* [DDG] Data Dependence Graph - Pi Blockbmahjour2019-11-081-0/+1
* [ADT] Removed VariadicFunctionDmitri Gribenko2019-08-301-1/+0
* [DDG] DirectedGraph as a base class for various dependence graphs suchWhitney Tsang2019-07-251-0/+1
* [ADT] Enable set_difference() to be used on StringSetMichael Pozulp2019-06-071-0/+1
* Revert "[ADT] Enable set_difference() to be used on StringSet"Vlad Tsyrklevich2019-06-071-1/+0
* [ADT] Enable set_difference() to be used on StringSetMichael Pozulp2019-06-071-0/+1
* [ADT] Add a fallible_iterator wrapper.Lang Hames2019-02-051-0/+3
* [ADT] Implemented unittests for ImmutableListKristof Umann2018-08-131-0/+1
* Add llvm::Any.Zachary Turner2018-07-201-0/+1
* [ADT] Add llvm::unique_function which is like std::function butChandler Carruth2018-07-021-0/+1
* [SmallSet] Add some simple unit tests.Florian Hahn2018-06-081-0/+1
* Inline a few CMake variables into their only uses.Nico Weber2018-05-141-5/+1
* Re-commit: Make STATISTIC() values available programmaticallyDaniel Sanders2018-03-051-0/+1
* Revert r326723: Make STATISTIC() values available programmaticallyDaniel Sanders2018-03-051-1/+0
* Make STATISTIC() values available programmaticallyDaniel Sanders2018-03-051-0/+1
* [NFC] Add missing unit tests for EquivalenceClassesMax Kazantsev2017-11-271-0/+1
* [ADT] Rewrite mapped_iterator in terms of iterator_adaptor_base.Lang Hames2017-11-101-0/+1
* [ADT] Enable reverse iteration for DenseMapMandeep Singh Grang2017-08-241-1/+0
* [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
OpenPOWER on IntegriCloud