summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Revert "Disable exit-on-SIGPIPE in lldb"Vedant Kumar2019-10-241-1/+0
* Disable exit-on-SIGPIPE in lldbVedant Kumar2019-10-181-0/+1
* [Support] Add writeFileAtomically() to FileUtilitiesJan Korous2019-09-051-0/+1
* [LLVM][NFC] Adding an Alignment type to LLVMGuillaume Chatelet2019-07-311-0/+1
* [Support] move FileCollector from LLDB to llvm/SupportAlex Lorenz2019-07-241-0/+1
* [Testing] Move clangd::Annotations to llvm testing supportIlya Biryukov2019-04-251-0/+1
* [Support] Add a GTest matcher for Optional<T>Ilya Biryukov2019-04-251-0/+1
* FileCheck [1/12]: Move variable table in new objectThomas Preud'homme2019-04-151-0/+1
* [KnownBits] Add computeForAddCarry()Nikita Popov2019-04-121-0/+1
* Attempt to recommit r357901Eugene Leviant2019-04-081-0/+1
* Reverting r357901 as fails to build on some of the buildbotsEugene Leviant2019-04-081-1/+0
* [Support] Add zlib independent CRC32Eugene Leviant2019-04-081-0/+1
* VERSION_GREATER_EQUAL not supported in llvm cmake.Ranjeet Singh2019-01-281-1/+1
* Fix some warnings on MSVCAlexandre Ganea2019-01-271-1/+15
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-0/+1
* Common infrastructure for reading a profile remapping file and buildingRichard Smith2018-09-131-0/+1
* Add data structure to form equivalence classes of mangled names.Richard Smith2018-08-241-0/+1
* [DebugCounters] Keep track of total countsGeorge Burgess IV2018-07-231-0/+1
* Lift JSON library from clang-tools-extra/clangd to llvm/Support.Sam McCall2018-07-091-0/+1
* [Support] Fix llvm::unique_function when building with GCC 4.9 byChandler Carruth2018-07-031-0/+1
* Add a TaskQueue that can serialize work on a ThreadPool.Zachary Turner2018-06-251-0/+1
* Move VersionTuple from clang/Basic to llvm/SupportPavel Labath2018-06-111-0/+1
* Utility functions for checked arithmeticGeorge Karpenkov2018-03-021-0/+1
* Resubmit r325107 (case folding DJB hash)Pavel Labath2018-02-211-0/+1
* Revert r325107 (case folding DJB hash) and subsequent build fixPavel Labath2018-02-141-1/+0
* Implement a case-folding version of DJB hashPavel Labath2018-02-141-0/+1
* [Testing/Support] Make matchers work with Expected<T&>Pavel Labath2017-12-071-0/+2
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-1/+1
* [ADT] Enable reverse iteration for DenseMapMandeep Singh Grang2017-08-241-0/+1
* Recommit "[Support] Add RetryAfterSignal helper function"Pavel Labath2017-06-291-0/+1
* Revert "[Support] Add RetryAfterSignal helper function" and subsequent fixPavel Labath2017-06-221-1/+0
* [Support] Add RetryAfterSignal helper functionPavel Labath2017-06-211-0/+1
* Don't include TestingSupport in LLVM_LINK_COMPONENTS.Zachary Turner2017-06-141-2/+1
* [gtest] Create a shared include directory for gtest utilities.Zachary Turner2017-06-141-0/+1
* Disable all warning for AlignOfTest.cpp.Galina Kistanova2017-06-071-0/+5
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+0
* Re-land r303274: "[CrashRecovery] Use SEH __try instead of VEH when available"Reid Kleckner2017-05-171-0/+1
* Revert "[CrashRecovery] Use SEH __try instead of VEH when available"Reid Kleckner2017-05-171-1/+0
* [CrashRecovery] Use SEH __try instead of VEH when availableReid Kleckner2017-05-171-0/+1
* [Support] Move Parallel algorithms from LLD to LLVM.Zachary Turner2017-05-111-0/+1
* Refactor DynamicLibrary so searching for a symbol will have a defined order andFrederich Munch2017-04-271-0/+2
* Revert "Refactor DynamicLibrary so searching for a symbol will have a defined...Frederich Munch2017-04-241-2/+0
* Refactor DynamicLibrary so searching for a symbol will have a defined order andFrederich Munch2017-04-241-0/+2
* Revert "Refactor DynamicLibrary so searching for a symbol will have a defined...Frederich Munch2017-04-241-2/+0
* Refactor DynamicLibrary so searching for a symbol will have a defined order andFrederich Munch2017-04-241-0/+2
* Support: Add a cache pruning policy parser.Peter Collingbourne2017-03-161-0/+1
* [Support] Move Stream library from MSF -> Support.Zachary Turner2017-03-021-0/+1
* [CMake] Fix pthread handling for out-of-tree buildsEric Fiselier2017-02-101-1/+1
* [ARM] Create objdump subtarget from build attrsSam Parker2017-01-181-0/+1
* Revert r291903 and r291898. Reason: they break check-lld on the bots.Ivan Krasin2017-01-131-1/+0
OpenPOWER on IntegriCloud