summaryrefslogtreecommitdiffstats
path: root/llvm/cmake
Commit message (Expand)AuthorAgeFilesLines
* Make LLVM_APPEND_VC_REV=OFF affect clang, lld, and lldb as well.Nico Weber2020-06-231-0/+2
* Fix spurious warning in ExtensionDependencies.inc [nfc]serge-sans-paille2020-06-171-3/+3
* Use components instead of libraries in Polly linkage stepserge-sans-paille2020-06-171-0/+6
* Do not declare compiler extension member as constserge-sans-paille2020-06-171-1/+1
* Update compiler extension integration into the build systemserge-sans-paille2020-06-171-15/+60
* [nfc] Cleanup extension header generationserge-sans-paille2020-06-171-6/+7
* Fix compiler extension in standalone modeserge-sans-paille2020-06-172-33/+33
* Fix standalone build interaction with compiler extensionserge-sans-paille2020-06-171-20/+39
* Revert abb00753 "build: reduce CMake handling for zlib" (PR44780)Hans Wennborg2020-03-031-15/+18
* [CMake] Use PUBLIC link mode for static librariesPetr Hosek2020-03-021-1/+1
* [CMake] Default to static linking for subprojects.Michael Kruse2020-02-261-2/+13
* Add llvm-cov to LLVM_TOOLCHAIN_TOOLSHans Wennborg2020-02-251-0/+1
* Revert "[CMake] CheckAtomic.cmake: catch false positives in RISC-V"Hans Wennborg2020-02-201-5/+1
* [CMake] CheckAtomic.cmake: catch false positives in RISC-VGokturk Yuksek2020-02-201-1/+5
* [windows] Add /Gw to compiler flagsNico Weber2020-02-201-0/+4
* llvm: Use quotes around MSVC_DIA_SDK_DIR CMake variableCristian Adam2020-02-191-1/+1
* MSVC Buggy version detection: turn pre-processor error into CMake configurati...Mehdi Amini2020-02-031-0/+14
* Fix several issues with compiler extensionsserge-sans-paille2020-01-101-14/+22
* [cmake] Use relative cmake binary dir for processing pass plugins.Michael Kruse2020-01-071-10/+12
* [CMake] Pass symlink dependency to add_llvm_install_targets explicitlyPetr Hosek2020-01-061-5/+12
* [cmake] Remove install from add_llvm_example_library.Florian Hahn2020-01-041-4/+3
* Re-apply "[Examples] Add IRTransformations directory to examples."Florian Hahn2020-01-041-0/+12
* build: reduce CMake handling for zlibSaleem Abdulrasool2020-01-021-18/+15
* Revert "build: reduce CMake handling for zlib"James Henderson2020-01-021-3/+16
* Revert "build: make `LLVM_ENABLE_ZLIB` a tri-bool for users"James Henderson2020-01-021-15/+5
* Generalize the pass registration mechanism used by Polly to any third-party toolserge_sans_paille2020-01-021-2/+73
* build: make `LLVM_ENABLE_ZLIB` a tri-bool for usersSaleem Abdulrasool2020-01-011-5/+15
* build: reduce CMake handling for zlibSaleem Abdulrasool2020-01-011-16/+3
* [llvm] Add llvm-lipo dependency to runtimesXin-Xin Wang2019-12-161-1/+4
* Don't call export_symbols.py with duplicate libsDavid Tenty2019-12-111-0/+1
* [cmake] Disable GCC 9's -Wredundant-movePavel Labath2019-12-091-0/+10
* [compiler-rt] Disable fuzzer large.test when LLVM_ENABLE_EXPENSIVE_CHECKS=ONAlex Lorenz2019-12-031-0/+2
* Revert "Temporarily revert "build: avoid hardcoding the libxml2 library name""Saleem Abdulrasool2019-12-031-1/+0
* Temporarily revert "build: avoid hardcoding the libxml2 library name"Eric Christopher2019-12-021-0/+1
* build: avoid hardcoding the libxml2 library nameSaleem Abdulrasool2019-11-271-1/+0
* [CMake] Fix LLVM build non-determinism on RHELAmy Kwan2019-11-211-0/+22
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-212-4/+18
* Extends the tblgen macro to allow mlir-tblgen to be installedEric Schweitz2019-11-191-1/+1
* Fix use of add_llvm_tool in projects that build no targetsKevin Petit2019-11-141-1/+1
* [cmake] Remove confusing condition argument from else() NFCTom Stellard2019-11-131-1/+1
* Don't set LLVM_NO_DEAD_STRIP on AIXDavid Tenty2019-11-131-1/+1
* [cmake] Remove SVN support from VersionFromVCS.cmakeTom Stellard2019-11-081-74/+29
* [cmake] Enable thin lto cache when building with lld-linkRussell Gallop2019-11-081-0/+3
* [NFC] Add SUPPORT_PLUGINS to add_llvm_executable()David Tenty2019-11-061-1/+6
* Add more binutils tools to LLVM_INSTALL_TOOLCHAIN_ONLY targetSam Clegg2019-11-041-0/+16
* Revert "[NFC] Rename LLVM_NO_DEAD_STRIP"David Tenty2019-10-302-3/+3
* build: remove `LLVM_CXX_STD` extension pointSaleem Abdulrasool2019-10-251-28/+0
* [NFC] Rename LLVM_NO_DEAD_STRIPDavid Tenty2019-10-252-3/+3
* [CMake] [WinMsvc] Look for includes and libs in ${MSVC_BASE}/atlmfcMartin Storsjo2019-10-221-0/+4
* [CMake] Allow overriding MSVC_DIA_SDK_DIR via CMakeMartin Storsjo2019-10-221-1/+2