summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT
Commit message (Expand)AuthorAgeFilesLines
* APInt: Add overload of isMaskMatt Arsenault2016-04-121-0/+17
* Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith2016-04-053-23/+15
* Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko2016-04-053-15/+23
* Add a copy constructor to StringMapHal Finkel2016-03-301-0/+27
* StringMap/DenseMap unittests: use piecewise_construct and ensure no copy occurs.Mehdi Amini2016-03-252-22/+22
* [SetVector] Add erase() methodJun Bum Lim2016-03-252-0/+35
* Revert "[SetVector] Add erase() method"Jun Bum Lim2016-03-252-35/+0
* Improve StringMap unittests: reintroduce move count, but shield against std::...Mehdi Amini2016-03-251-5/+12
* Ensure that the StringMap does not grow during the test for pre-allocation/re...Mehdi Amini2016-03-251-0/+3
* [SetVector] Add erase() methodJun Bum Lim2016-03-252-0/+35
* Disable counting the number of move in the unittest, it seems to rely on move...Mehdi Amini2016-03-252-4/+9
* Query the StringMap only once when creating MDString (NFC)Mehdi Amini2016-03-251-14/+47
* Adjust initial size in StringMap constructor to guarantee no grow()Mehdi Amini2016-03-251-3/+42
* Fix DenseMap::reserve(): the formula was wrongMehdi Amini2016-03-251-7/+118
* [ADT] C++11ify SmallVector::erase's arguments from iterator to const_iteratorDavid Blaikie2016-03-241-2/+4
* APFloat: Fix signalling nans for scalbnMatt Arsenault2016-03-231-1/+16
* StringRef::copy shouldn't allocate anything for length 0 strings.Pete Cooper2016-03-231-0/+9
* Fix unittests: resize() -> reserve()Mehdi Amini2016-03-221-1/+1
* APFloat: Add frexpMatt Arsenault2016-03-211-1/+127
* Implement constant folding for bitreverseMatt Arsenault2016-03-211-0/+42
* Revert "allow lambdas in mapped_iterator"Mike Aizatsky2016-03-172-52/+0
* allow lambdas in mapped_iteratorMike Aizatsky2016-03-172-0/+52
* DenseMap: make .resize() do the intuitive thingFiona Glaser2016-03-151-0/+13
* [ADT] Add a pop_back_val method to the SparseSet container.Quentin Colombet2016-03-141-0/+20
* APFloat: Fix ilogb for denormalsMatt Arsenault2016-03-131-2/+16
* APFloat: Fix scalbn handling of denormalsMatt Arsenault2016-03-131-22/+135
* [ADT] Fix PointerEmbeddedInt when the underlying type is uintptr_t.Jordan Rose2016-02-181-0/+34
* [ADT] Add StringRef::{l,r}trim(char) overloads (NFC)Vedant Kumar2016-02-161-1/+1
* Add AMDGPU related triple vendors/OSesMatt Arsenault2016-02-131-0/+12
* [ADT] Revert the llvm/ADT/OptionSet.h header and unit test.Argyrios Kyrtzidis2016-02-122-116/+0
* [unittests/ADT] OptionSetTest: ifdef out for now a specific test that fails o...Argyrios Kyrtzidis2016-02-121-0/+4
* [unittests/ADT] OptionSetTest: ifdef out a part that fails to compile on MSVC.Argyrios Kyrtzidis2016-02-121-0/+3
* [ADT] Introduce ‘OptionSet’ in llvm/ADT headers, which is a utility class...Argyrios Kyrtzidis2016-02-122-0/+109
* ARMv7k: use Cortex-A7 by default even for tvOSTim Northover2016-02-111-0/+12
* [lanai] Add Lanai triple.Jacques Pienaar2016-02-111-0/+21
* SmallPtrSetTest: More checks for the swap() testingMatthias Braun2016-01-291-0/+24
* SmallPtrSetTest: Check that iterators are still valid after erase()Matthias Braun2016-01-291-0/+39
* Remove autoconf supportChris Bieneman2016-01-261-23/+0
* Fix PointerIntPair so that it can use an enum class as its integer template a...Michael Gottesman2016-01-131-0/+27
* [ADT] Add an abstraction for embedding an integer within a pointer-likeChandler Carruth2016-01-102-0/+47
* [ADT] Add a sum type abstraction for pointer-like types.Chandler Carruth2016-01-102-0/+114
* [ADT] Use a nonce type with at least 4 byte alignment.Chandler Carruth2015-12-291-0/+1
* [ADT] Don't use a fixture just to get a nonce type for this unittest.Chandler Carruth2015-12-281-12/+12
* Handle ARMv6-J as an alias, instead of fake architectureArtyom Skrobov2015-11-201-1/+1
* Add isInteger() to APFloat.Stephen Canon2015-11-161-1/+15
* Handle ARMv6KZ namingArtyom Skrobov2015-11-161-0/+4
* ADT: Avoid relying on UB in ilist_node::getNextNode()Duncan P. N. Exon Smith2015-11-111-6/+6
* Add a unittest for SmallDenseMap that tests assigning a SmallDenseMap when it...Michael Gottesman2015-10-311-0/+16
* [X86] Make elfiamcu an OS, not an environment.Michael Kuperstein2015-10-271-3/+3
* [X86] Add support for elfiamcu tripleMichael Kuperstein2015-10-251-0/+6
OpenPOWER on IntegriCloud