summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Revert abb00753 "build: reduce CMake handling for zlib" (PR44780)Hans Wennborg2020-03-031-26/+5
* Attempt to fix ZLIB CMake logic on WindowsReid Kleckner2020-03-021-2/+4
* [CMake] Link against ZLIB::ZLIBPetr Hosek2020-03-021-3/+22
* build: reduce CMake handling for zlibSaleem Abdulrasool2020-01-021-3/+3
* Revert "build: reduce CMake handling for zlib"James Henderson2020-01-021-1/+4
* Revert "build: make `LLVM_ENABLE_ZLIB` a tri-bool for users"James Henderson2020-01-021-4/+1
* build: make `LLVM_ENABLE_ZLIB` a tri-bool for usersSaleem Abdulrasool2020-01-011-1/+4
* build: reduce CMake handling for zlibSaleem Abdulrasool2020-01-011-4/+1
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* Remove Support/Options.h, it is unusedReid Kleckner2019-11-151-1/+0
* Unify the two CRC implementationsHans Wennborg2019-10-091-1/+0
* Move LLVM_ENABLE_ABI_BREAKING_CHECKS variables to their own fileEric Christopher2019-09-101-0/+1
* [Support] Re-introduce the RWMutexImpl for macOS < 10.12Jonas Devlieghere2019-08-151-0/+1
* [Support] Base RWMutex on std::shared_timed_mutex (C++14)Benjamin Kramer2019-08-151-1/+0
* [Support] Base SmartMutex on std::recursive_mutexBenjamin Kramer2019-08-071-1/+0
* [Support] move FileCollector from LLDB to llvm/SupportAlex Lorenz2019-07-241-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
* Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...Anton Afanasyev2019-03-301-0/+1
* Moved everything SMT-related to LLVM and updated the cmake scripts.Mikhail R. Gadelha2019-03-251-1/+16
* Annotate timeline in Instruments with passes and other timed regions.Daniel Sanders2019-02-191-0/+1
* This reverts commit 1440a848a635849b97f7a5cfa0ecc40d37451f5b.Mikhail R. Gadelha2019-02-091-16/+1
* Move the SMT API to LLVMMikhail R. Gadelha2019-02-071-1/+16
* [ADT] Add streaming operators for llvm::OptionalPavel Labath2019-01-181-0/+1
* [ARM, AArch64] Move ARM/AArch64 target parsers intoDavid Spickett2018-11-281-0/+2
* Move BuryPointer from Clang to LLVM for use in other LLVM toolsDavid Blaikie2018-11-171-0/+1
* 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
* [cmake] Speed up check-llvm 5x by delay loading shell32 and ole32Reid Kleckner2018-09-111-1/+7
* Add data structure to form equivalence classes of mangled names.Richard Smith2018-08-241-0/+1
* Refactor FileCheck to make it usable as an APIAditya Nandakumar2018-08-071-0/+1
* Lift JSON library from clang-tools-extra/clangd to llvm/Support.Sam McCall2018-07-091-0/+1
* Move VersionTuple from clang/Basic to llvm/SupportPavel Labath2018-06-111-0/+1
* [Support] Link libzircon.so when building LLVM for FuchsiaPetr Hosek2018-06-071-0/+3
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-0/+1
* [Support] Move syntax highlighting into supportJonas Devlieghere2018-03-091-0/+1
* Fix llvm-config --system-libs output on FreeBSD and NetBSDDimitry Andric2018-02-281-2/+7
* llvm-config: Add advapi32 to --system-libs on Windows (PR36372)Hans Wennborg2018-02-231-1/+2
* 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
* [Support] Move DJB hash to support. NFCJonas Devlieghere2018-01-281-0/+1
* Re-commit "[cmake] Enable zlib support on windows"Pavel Labath2017-12-051-3/+3
* Revert "[cmake] Enable zlib support on windows"Pavel Labath2017-12-041-3/+3
* [cmake] Enable zlib support on windowsPavel Labath2017-12-011-3/+3
* [globalisel][tablegen] Generate rule coverage and use it to identify untested...Daniel Sanders2017-11-161-0/+1
* Revert 316150 which reinstated r316025.Vassil Vassilev2017-10-191-1/+1
* Reinstate r316025, reverted in r316029.Vassil Vassilev2017-10-191-1/+1
* Revert "[cmake] Use find_package to discover zlib"Vassil Vassilev2017-10-171-1/+1
OpenPOWER on IntegriCloud