summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT
Commit message (Expand)AuthorAgeFilesLines
* Removed PointerUnion3 and PointerUnion4 aliases in favor of the variadic temp...Dmitri Gribenko2020-01-141-2/+2
* [VE] Target stub for NEC SX-AuroraKazushi (Jam) Marukawa2020-01-091-0/+8
* [APFloat] Fix checked error assert failuresEhud Katz2020-01-091-4/+7
* [PowerPC]: Add powerpcspe target triple subarch componentJustin Hibbits2020-01-081-0/+7
* [APFloat] Fix fusedMultiplyAdd when `this` equals to `Addend`Ehud Katz2020-01-071-0/+8
* [APFloat] Fix compilation warningsEhud Katz2020-01-061-20/+6
* [APFloat] Add recoverable string parsing errors to APFloatEhud Katz2020-01-061-122/+130
* [polly][Support] Un-break polly testsAlexandre Ganea2020-01-011-0/+1
* [Support] Fix behavior of StringRef::count with overlapping occurrences, add ...Johannes Doerfert2019-12-241-0/+7
* [ADT] Fix SmallDenseMap assertion with large InlineBucketsNikita Popov2019-12-111-0/+18
* [StringRef] Test all default characters in unit testJonas Devlieghere2019-12-111-0/+4
* [APFloat] Prevent construction of APFloat with Semantics and FP valueEhud Katz2019-12-041-13/+13
* [APInt][PatternMatch] Add 'is non-positive' predicateRoman Lebedev2019-12-031-0/+17
* [ADT] Fixed -Wdeprecated-copy warning. NFCIDávid Bolvanský2019-11-281-2/+2
* [APFloat] Enlarge ExponentType to 32bit integerEhud Katz2019-11-221-15/+117
* [APFloat] Fix subtraction of subnormal numbersEhud Katz2019-11-221-0/+9
* Work on cleaning up denormal mode handlingMatt Arsenault2019-11-192-0/+34
* [APInt] add wrap support for `setBits` and `getBitsSet`czhengsz2019-11-191-0/+34
* [ADT] Move drop_begin from iterator_range.h into STLExtras.Lang Hames2019-11-142-13/+13
* [DDG] Data Dependence Graph - Pi Blockbmahjour2019-11-082-0/+52
* [APInt] Add saturating truncation methodsRoman Lebedev2019-11-081-0/+17
* [ADT] Add equality operator for SmallPtrSetYevgeny Rouban2019-11-061-0/+38
* [ADT] add equality operator for SmallSetFedor Sergeev2019-10-291-0/+25
* [APInt] Introduce APIntOps::GetMostSignificantDifferentBit()Roman Lebedev2019-10-261-0/+71
* [APInt] Add saturating left-shift opsRoman Lebedev2019-10-251-0/+17
* [APInt] Add saturating multiply opsRoman Lebedev2019-10-251-0/+18
* [ADT][Statistics] Fix test after rL374490Kadir Cetinkaya2019-10-111-0/+2
* [Stats] Add ALWAYS_ENABLED_STATISTIC enabled regardless of LLVM_ENABLE_STATS.Volodymyr Sapsai2019-10-111-0/+10
* Print quoted backslashes in LLVM IR as \\ instead of \5CReid Kleckner2019-10-101-1/+1
* [ADR] ArrayRefTest: disable SizeTSizedOperations test - it's UB.Roman Lebedev2019-10-101-1/+3
* [NFC] Add { } to silence compiler warning [-Wmissing-braces].Huihui Zhang2019-09-251-1/+1
* [ADT] Add StringMap::insert_or_assignFangrui Song2019-09-251-0/+31
* Fix compile-time regression caused by rL371928Daniel Sanders2019-09-181-0/+85
* [llvm][ADT][NFC] Add test for makeArrayRef(std::array)Jan Korous2019-09-101-0/+10
* [ADT] Removed VariadicFunctionDmitri Gribenko2019-08-302-110/+0
* [ADT] Make StringRef(const char*) constexprBenjamin Kramer2019-08-261-0/+4
* reland [gtest] Fix printing of StringRef and SmallString in assert messages.Sam McCall2019-08-212-1/+15
* Revert "[gtest] Fix printing of StringRef and SmallString in assert messages."Sam McCall2019-08-212-15/+1
* [gtest] Fix printing of StringRef and SmallString in assert messages.Sam McCall2019-08-212-1/+15
* Add TinyPtrVector support for general pointer-like things.Andrew Trick2019-08-202-9/+71
* [ADT] Remove llvm::make_unique utility.Jonas Devlieghere2019-08-161-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-155-27/+27
* Revert rL368939 "Remove LVALUE / RVALUE workarounds"Russell Gallop2019-08-151-0/+4
* Remove LVALUE / RVALUE workaroundsJF Bastien2019-08-141-4/+0
* Fix build when both gtest death tests and LLVM_NODISCARD are available.David Blaikie2019-08-051-9/+9
* [PowerPC][NFC] Enable ADT BitVectorTestJinsong Ji2019-08-021-4/+0
* Add support for openSUSE RISC-V tripleSam Elliott2019-08-011-0/+6
* Fix build when both gtest death tests and LLVM_NODISCARD are available.Richard Smith2019-07-311-2/+2
* [APInt] Introduce clearLowBits()Roman Lebedev2019-07-301-0/+65
* [DDG] DirectedGraph as a base class for various dependence graphs suchWhitney Tsang2019-07-252-0/+296
OpenPOWER on IntegriCloud