aboutsummaryrefslogtreecommitdiff
path: root/llvm/cmake
AgeCommit message (Expand)AuthorFilesLines
2020-09-09[CMake] Simplify CMake handling for libxml2Petr Hosek3-20/+42
2020-09-07[CMake][TableGen] Remove dead CMake version checksRaul Tambre1-5/+4
2020-09-07[CMake][TableGen] Simplify code by using list(TRANSFORM)Raul Tambre1-8/+3
2020-08-31[CMake] Use find_library for ncursesPetr Hosek1-11/+14
2020-08-28[cmake] Don't build with -O3 -fPIC on Solaris/sparcv9Rainer Orth1-0/+10
2020-08-27Revert "Use find_library for ncurses"Harmen Stoppels1-14/+11
2020-08-27[cmake] Make gtest include directories a part of the library interfacePavel Labath1-3/+0
2020-08-26[SystemZ/ZOS] Add header file to encapsulate use of <sysexits.h>Kai Nacke1-0/+1
2020-08-26[SystemZ/ZOS] Additions to the build system.Kai Nacke3-4/+11
2020-08-24[runtimes] Use llvm-libtool-darwin for runtimes buildShoaib Meenai1-2/+7
2020-08-20[cmake] Don't use ld.lld when targeting DarwinShoaib Meenai1-1/+1
2020-08-20Fix msan buildVitaly Buka1-0/+2
2020-08-19[CMake] Always mark terminfo as unavailable on WindowsPetr Hosek1-0/+2
2020-08-19[CMake] Don't look for terminfo libs when LLVM_ENABLE_TERMINFO=OFFPetr Hosek1-1/+3
2020-08-17Use find_library for ncursesHarmen Stoppels1-12/+9
2020-08-17[clangd] Fix Windows build when remote index is enabled.Aleksandr Platonov1-0/+1
2020-08-14[clangd] Clarify comments regarding gRPC linkingKirill Bobyrev1-2/+5
2020-08-14[clangd] Fix find_program() result check when searching for gRPCAleksandr Platonov1-2/+2
2020-08-14[clangd] Warn developers when trying to link system-installed gRPC staticallyKirill Bobyrev1-3/+11
2020-08-11[CMake] Simplify CMake handling for zlibPetr Hosek2-25/+25
2020-08-11[cmake] Make gtest macro definitions a part the library interfacePavel Labath1-7/+0
2020-08-08Revert "[CMake] Simplify CMake handling for zlib"Petr Hosek2-22/+25
2020-08-08[CMake] Simplify CMake handling for zlibPetr Hosek2-25/+22
2020-08-07Revert "Reland D64327 [MC][ELF] Allow STT_SECTION referencing SHF_MERGE on RE...Mitch Phillips1-7/+2
2020-08-07Revert "[CMake] Simplify CMake handling for zlib"Christian Kühnel2-11/+22
2020-08-05[CMake] Simplify CMake handling for zlibPetr Hosek2-22/+11
2020-08-05Revert "[CMake] Simplify CMake handling for zlib"Hans Wennborg2-39/+52
2020-08-04Partially revert "[cmake] Make MSVC generate appropriate __cplusplus macro de...Tatyana Krasnukha1-0/+4
2020-08-03[cmake] Make MSVC generate appropriate __cplusplus macro definitionTatyana Krasnukha2-7/+6
2020-08-02Reland D64327 [MC][ELF] Allow STT_SECTION referencing SHF_MERGE on REL targetsFangrui Song1-2/+7
2020-08-02[CMake] Pass bugreport URL to standalone clang buildMichał Górny1-0/+1
2020-07-31[clangd] Fix remote index build on macOSKirill Bobyrev1-2/+16
2020-07-28On Windows build, making the /bigobj flag global , instead of passing it per ...Zahira Ammarguellat1-0/+4
2020-07-28[clang][cmake] Force CMAKE_LINKER for multistage build in case of BOOTSTRAP_L...Kristina Bessonova1-1/+6
2020-07-27[CMake] Move find_package(ZLIB) to LLVMConfigPetr Hosek1-0/+3
2020-07-27[llvm-exegesis] Check perf_branch_entry for field cyclesVy Nguyen1-0/+14
2020-07-23[CMake] Simplify CMake handling for zlibPetr Hosek1-52/+36
2020-07-23Revert "[CMake] Simplify CMake handling for zlib"Petr Hosek1-11/+25
2020-07-23[CMake] Simplify CMake handling for zlibPetr Hosek1-25/+11
2020-07-22Reapply "Try enabling -Wsuggest-override again, using add_compile_options ins...Logan Smith1-0/+15
2020-07-22Revert "Try enabling -Wsuggest-override again, using add_compile_options inst...Logan Smith1-15/+0
2020-07-22Try enabling -Wsuggest-override again, using add_compile_options instead of a...Logan Smith1-0/+15
2020-07-22Revert "Enable -Wsuggest-override in the LLVM build" and the follow-ups.Hans Wennborg1-15/+0
2020-07-22Only enable -Wsuggest-override if it doesn't suggest adding override to funct...Logan Smith1-2/+14
2020-07-20Enable -Wsuggest-override in the LLVM buildLogan Smith1-0/+3
2020-07-14Revert "[CMake] Simplify CMake handling for zlib"Petr Hosek1-9/+25
2020-07-14[CMake] Simplify CMake handling for zlibPetr Hosek1-25/+9
2020-07-14[flang] Fix out-of-tree build with missing acc_gen targetValentin Clement2-4/+10
2020-07-13[compiler-rt][CMake] Pass down LLVM_LIT_ARGS in runtime buildJinsong Ji1-0/+1
2020-07-08[cmake] Use CMAKE_GENERATOR to determine if Ninja is usedMichael Forney1-2/+2