summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT
Commit message (Expand)AuthorAgeFilesLines
* [triple] Use 'macabi' environment name for the Mac Catalyst triplesAlex Lorenz2019-07-031-2/+2
* [triple] add 'macCatalyst' environment typeAlex Lorenz2019-07-021-0/+11
* [APIntTest] multiplicativeInverse(): clarify testRoman Lebedev2019-07-021-4/+7
* Cleanup: llvm::bsearch -> llvm::partition_point after r364719Fangrui Song2019-06-301-4/+5
* [ADT] Implement llvm::bsearch() with std::partition_point()Fangrui Song2019-06-301-12/+0
* [APInt] Fix getBitsNeeded for INT_MIN valuesDmitry Venikov2019-06-291-2/+15
* Silence gcc warning in testcase [NFC]Mikael Holmen2019-06-281-1/+1
* [NFC][APInt] Add (exhaustive) test for multiplicativeInverse()Roman Lebedev2019-06-271-0/+17
* [ADT] Enable set_difference() to be used on StringSetMichael Pozulp2019-06-073-15/+45
* Revert "[ADT] Enable set_difference() to be used on StringSet"Vlad Tsyrklevich2019-06-073-44/+15
* [ADT] Enable set_difference() to be used on StringSetMichael Pozulp2019-06-073-15/+44
* [APInt] Add PR40897 test caseSimon Pilgrim2019-06-011-0/+3
* Fix broken test case.Richard Trieu2019-05-171-3/+3
* Convert PointerUnion to a variadic template.Richard Smith2019-05-171-0/+37
* arm64_32: add some unittests that were in the wrong commit.Tim Northover2019-05-151-0/+11
* [WebAssembly] Test the "wasm32-wasi" tripleDan Gohman2019-04-301-8/+18
* [APSInt][OpenMP] Fix isNegative, etc. for unsigned typesJoel E. Denny2019-04-231-0/+86
* [ADT] Avoid warning in bsearch testcaseSam McCall2019-04-201-3/+3
* [APInt] Optimize umul_ovFangrui Song2019-04-191-0/+36
* [ADT] llvm::bsearch, binary search for mere mortalsSam McCall2019-04-161-0/+21
* [ADT] Fix OwningArrayRef's move ctorFangrui Song2019-04-131-0/+7
* [MC] Fix floating-point literal lexing.Eli Friedman2019-03-281-30/+27
* [ADT] Update SmallVectorTest.EmplaceBack tests after rL356312Fangrui Song2019-03-261-36/+42
* Add XCOFF triple object format type for AIXJason Liu2019-03-121-0/+8
* Add partial implementation of std::to_address() as llvm::to_address()Daniel Sanders2019-02-201-0/+23
* [NFC] Make Optional<T> trivially copyable when T is trivially copyableSerge Guelton2019-02-181-0/+21
* Revert r354199: Make Optional<T> Trivially Copyable when T is trivially copya...Serge Guelton2019-02-161-7/+0
* Make Optional<T> Trivially Copyable when T is trivially copyableSerge Guelton2019-02-161-0/+7
* Speculatively revert r354051 "Recommit Optional specialization for trivially ...Hans Wennborg2019-02-151-20/+0
* Recommit Optional specialization for trivially copyable typesSerge Guelton2019-02-141-0/+20
* Revert r353962Serge Guelton2019-02-131-20/+0
* Re-commit rL353927, patch includedSerge Guelton2019-02-131-0/+20
* Revert r353927Serge Guelton2019-02-131-20/+0
* Missing headerSerge Guelton2019-02-131-0/+2
* Make llvm::Optional<T> trivially copyable when T is trivially copyableSerge Guelton2019-02-131-0/+20
* [ADT] Add a fallible_iterator wrapper.Lang Hames2019-02-052-0/+294
* Revert r351954 "Add a value_type to ArrayRef."Clement Courbet2019-01-251-8/+0
* [ADT] Notify ilist traits about in-list transfersReid Kleckner2019-01-231-0/+30
* Re-land rL322538 "Add a value_type to ArrayRef."Clement Courbet2019-01-231-0/+8
* Fix compilation error with gcc 4.8Pavel Labath2019-01-211-4/+4
* Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>Serge Guelton2019-01-204-0/+16
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1967-268/+201
* [ADT] Add streaming operators for llvm::OptionalPavel Labath2019-01-181-1/+51
* [WebAssembly] COWS has been renamed to WASI.Dan Gohman2019-01-161-8/+8
* [WebAssembly] Support multilibs for wasm32 and add a wasm OS that uses itDan Gohman2019-01-151-0/+18
* [ADT] IntervalMap: add overlaps(a, b) methodPavel Labath2018-12-211-0/+44
* [ADT] Fix bugs in SmallBitVector.Zachary Turner2018-12-141-7/+261
* APFloat: allow 64-bit of payloadJF Bastien2018-12-101-22/+38
* [ADT] Add zip_longest iterators.Michael Kruse2018-12-051-0/+34
* Revert "[ADT] Add zip_longest iterators"Michael Kruse2018-12-041-30/+0
OpenPOWER on IntegriCloud