summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT
Commit message (Expand)AuthorAgeFilesLines
* Revert "[ADT] Add zip_longest iterators"Michael Kruse2018-12-041-30/+0
* [ADT] Add zip_longest iteratorsMichael Kruse2018-12-041-0/+30
* Add Hurd target to LLVMSupport (1/2)Kristina Brooks2018-11-291-0/+6
* [APInt] Add methods for saturated add and subSanjay Patel2018-11-201-0/+24
* Re-apply r346985: [ADT] Drop llvm::Optional clang-specific optimization for t...Tom Stellard2018-11-161-8/+0
* Correctly instantiate `iterator_adaptor_base` when defining `pointer_iterator`David Blaikie2018-11-141-0/+29
* [ADT] Clean up SparseBitVector copying and make it moveableBenjamin Kramer2018-11-011-0/+16
* [adt] SparseBitVector::test() should be constDaniel Sanders2018-10-311-0/+5
* [ADT] Remove illegal comparison of singular iterators from SmallSetTestFlorian Hahn2018-10-311-4/+0
* 2nd attempt to fix ambiguities because of ADLMatthias Braun2018-10-311-9/+6
* Try to fix ambiguities with C++17 headers in unittestMatthias Braun2018-10-311-0/+3
* ADT/STLExtras: Introduce llvm::empty; NFCMatthias Braun2018-10-311-0/+17
* [ADT] Fix a bug in DenseSet's initializer_list constructor.Lang Hames2018-10-151-0/+8
* [ADT] Adds equality operators for DenseMap and DenseSet, and an initializer_listLang Hames2018-10-152-0/+29
* [Intrinsic] Add llvm.minimum and llvm.maximum instrinsic functionsThomas Lively2018-10-131-0/+30
* [mips] Add support MIPS r6 Debian triplesSimon Atanasyan2018-09-271-0/+104
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-2/+2
* Fix DenseSet::ConstIterator typedefsDavid Blaikie2018-09-201-0/+7
* Fix -Wsign-compare warnings. NFCISimon Pilgrim2018-09-191-10/+10
* [ADT][BitVector] Add push_back()Simon Pilgrim2018-09-191-0/+31
* [mips] Fix MIPS N32 ABI triples supportSimon Atanasyan2018-09-171-0/+53
* [ADT] Made numerous methods of ImmutableList constKristof Umann2018-09-121-0/+30
* [ADT] Support converting to lowercase string in toHexPetr Hosek2018-09-101-0/+2
* Add header guards to some headers that are missing themArgyrios Kyrtzidis2018-09-031-3/+3
* Tests: fix tests encoding specific hash values for 32-bit systems.Tim Northover2018-08-311-54/+1
* [ADT] ImmutableList no longer requires elements to be copy constructibleKristof Umann2018-08-281-0/+43
* This patch adds support to LLVM for writing HermitCore (https://hermitcore.or...Eric Christopher2018-08-251-0/+6
* [MISC]Fix wrong usage of std::equal()Chen Zheng2018-08-171-0/+15
* [ADT] Implemented unittests for ImmutableListKristof Umann2018-08-132-0/+199
* [ADT] Normalize empty triple componentsPetr Hosek2018-08-081-46/+79
* [ADT] Add an early-increment iterator-like type and range adaptor.Chandler Carruth2018-08-041-0/+51
* [Unittests] Fix returning string in SolveQuadraticEquationWrapKrzysztof Parzyszek2018-08-021-3/+3
* [SCEV] Properly solve quadratic equationsKrzysztof Parzyszek2018-08-021-0/+86
* [ADT] Replace std::isprint by llvm::isPrint.Michael Kruse2018-07-261-0/+18
* Recommit r334887: [SmallSet] Add SmallSetIterator.Florian Hahn2018-07-241-0/+79
* [ADT] Only run death tests in !NDEBUGBenjamin Kramer2018-07-201-5/+7
* Add llvm::Any.Zachary Turner2018-07-202-0/+174
* [OpenEmbedded] Add a unittest for aarch64-oe-linuxMandeep Singh Grang2018-07-191-0/+6
* [APInt] Keep the original bit width in quotient and remainderKrzysztof Parzyszek2018-07-191-0/+32
* Revert rL337292 due to another MSVC STL problem.Florian Hahn2018-07-171-55/+0
* Recommit r334887: [SmallSet] Add SmallSetIterator.Florian Hahn2018-07-171-0/+55
* [WebAssembly] Remove ELF file support.Sam Clegg2018-07-161-5/+0
* Reverted r336805 as it broke llvm-clang-x86_64-expensive-checks-win build botGalina Kistanova2018-07-121-55/+0
* Recommit r334887: [SmallSet] Add SmallSetIterator.Florian Hahn2018-07-111-0/+55
* [OpenEmbedded] Add OpenEmbedded vendorMandeep Singh Grang2018-07-051-0/+6
* [ADT] Add llvm::unique_function which is like std::function butChandler Carruth2018-07-022-0/+229
* Revert "ADT: Move ArrayRef comparison operators into the class"Pavel Labath2018-06-281-4/+0
* ADT: Move ArrayRef comparison operators into the classPavel Labath2018-06-281-0/+4
* [ADT] drop_begin: use adl_begin/adl_end. NFC.Michael Kruse2018-06-271-0/+13
* [ADT] Pass DerivedT from pointe{e,r}_iterator to iterator_adaptor_baseJustin Bogner2018-06-271-0/+14
OpenPOWER on IntegriCloud