summaryrefslogtreecommitdiff
path: root/unittests/Support/CMakeLists.txt
AgeCommit message (Expand)Author
2018-07-23[DebugCounters] Keep track of total countsGeorge Burgess IV
2018-07-09Lift JSON library from clang-tools-extra/clangd to llvm/Support.Sam McCall
2018-07-03[Support] Fix llvm::unique_function when building with GCC 4.9 byChandler Carruth
2018-06-25Add a TaskQueue that can serialize work on a ThreadPool.Zachary Turner
2018-06-11Move VersionTuple from clang/Basic to llvm/SupportPavel Labath
2018-03-02Utility functions for checked arithmeticGeorge Karpenkov
2018-02-21Resubmit r325107 (case folding DJB hash)Pavel Labath
2018-02-14Revert r325107 (case folding DJB hash) and subsequent build fixPavel Labath
2018-02-14Implement a case-folding version of DJB hashPavel Labath
2017-12-07[Testing/Support] Make matchers work with Expected<T&>Pavel Labath
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-08-24[ADT] Enable reverse iteration for DenseMapMandeep Singh Grang
2017-06-29Recommit "[Support] Add RetryAfterSignal helper function"Pavel Labath
2017-06-22Revert "[Support] Add RetryAfterSignal helper function" and subsequent fixPavel Labath
2017-06-21[Support] Add RetryAfterSignal helper functionPavel Labath
2017-06-14Don't include TestingSupport in LLVM_LINK_COMPONENTS.Zachary Turner
2017-06-14[gtest] Create a shared include directory for gtest utilities.Zachary Turner
2017-06-07Disable all warning for AlignOfTest.cpp.Galina Kistanova
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-05-17Re-land r303274: "[CrashRecovery] Use SEH __try instead of VEH when available"Reid Kleckner
2017-05-17Revert "[CrashRecovery] Use SEH __try instead of VEH when available"Reid Kleckner
2017-05-17[CrashRecovery] Use SEH __try instead of VEH when availableReid Kleckner
2017-05-11[Support] Move Parallel algorithms from LLD to LLVM.Zachary Turner
2017-04-27Refactor DynamicLibrary so searching for a symbol will have a defined order andFrederich Munch
2017-04-24Revert "Refactor DynamicLibrary so searching for a symbol will have a defined...Frederich Munch
2017-04-24Refactor DynamicLibrary so searching for a symbol will have a defined order andFrederich Munch
2017-04-24Revert "Refactor DynamicLibrary so searching for a symbol will have a defined...Frederich Munch
2017-04-24Refactor DynamicLibrary so searching for a symbol will have a defined order andFrederich Munch
2017-03-16Support: Add a cache pruning policy parser.Peter Collingbourne
2017-03-02[Support] Move Stream library from MSF -> Support.Zachary Turner
2017-02-10[CMake] Fix pthread handling for out-of-tree buildsEric Fiselier
2017-01-18[ARM] Create objdump subtarget from build attrsSam Parker
2017-01-13Revert r291903 and r291898. Reason: they break check-lld on the bots.Ivan Krasin
2017-01-13[ARM] Enable objdump to construct triple for ARMSam Parker
2017-01-09TarWriter: Fix a bug in Ustar header.Rui Ueyama
2016-12-27Allow setting multiple debug typesEugene Leviant
2016-12-20Move GlobPattern class from LLD to llvm/Support.Rui Ueyama
2016-12-01Use trigrams to speed up SpecialCaseList.Ivan Krasin
2016-11-16Remove TimeValue classPavel Labath
2016-11-11[Support] Introduce llvm::formatv() function.Zachary Turner
2016-11-02Support: Remove MemoryObject and DataStreamer interfaces.Peter Collingbourne
2016-10-29Resubmit "Add support for advanced number formatting."Zachary Turner
2016-10-20Reapply "Add Chrono.h - std::chrono support header"Pavel Labath
2016-10-19Revert "Add Chrono.h - std::chrono support header"Pavel Labath
2016-10-19Add Chrono.h - std::chrono support headerPavel Labath
2016-10-18Revert "Resubmit "Add support for advanced number formatting.""Renato Golin
2016-10-17Resubmit "Add support for advanced number formatting."Zachary Turner
2016-10-17Revert formatting changes.Zachary Turner
2016-10-17[Support] Add support for "advanced" number formatting.Zachary Turner
2016-10-14Add interface for querying physical hardware concurrencyTeresa Johnson