summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules
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
* [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
* 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
* Generalize the pass registration mechanism used by Polly to any third-party toolserge_sans_paille2020-01-021-2/+73
* [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
* [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] Pass external project source directories to sub-configuresShoaib Meenai2019-10-171-0/+9
* [llvm] [ocaml] Support linking against dylibMichal Gorny2019-10-111-14/+18
* Reland r349624: Let TableGen write output only if it changed, instead of doin...Nico Weber2019-10-031-16/+14
* [llvm] [cmake] Add install targets for missing distribution componentsMichal Gorny2019-10-022-0/+17
* Revert rL349624 : Let TableGen write output only if it changed, instead of do...Simon Pilgrim2019-10-011-4/+16
* build: serialise `LLVM_ENABLE_UNWIND_TABLES` into LLVMConfigSaleem Abdulrasool2019-09-301-0/+2
* Use double quotes for LDFLAGS in -DLLVM_BUILD_INSTRUMENTED_COVERAGEJustin Bogner2019-09-241-1/+1
* [llvm] [cmake] Add possibility to use ChooseMSVCCRT.cmake when include LLVM l...Simon Pilgrim2019-09-231-0/+5
* [cmake] Changes to get Windows self-host working with PGORussell Gallop2019-09-181-17/+33
* [CMake] Don't pass all LLVM_COMPILE_FLAGS to the C compilerDavid Zarzycki2019-09-101-1/+8
* [CMake] LLVM_COMPILE_FLAGS also applies to C filesDavid Zarzycki2019-09-061-1/+1
* [cmake] Remove MSVC C4180 overrideSimon Pilgrim2019-09-041-1/+0
OpenPOWER on IntegriCloud