summaryrefslogtreecommitdiff
path: root/cmake/modules
AgeCommit message (Expand)Author
2018-08-17Merging r339883:Hans Wennborg
2018-08-01Add llvm-rc to LLVM_TOOLCHAIN_TOOLS (PR38386)Hans Wennborg
2018-07-27[CMake] Followup for r337366: Only export LLVM_LINK_LLVM_DYLIB if it's set to ONPhilip Pfaffe
2018-07-20[UBSan] Also use blacklist for 'Address; Undefined' settingFlorian Hahn
2018-07-19Disable GCC's -Wclass-memaccess warningReid Kleckner
2018-07-18[CMake] Export the LLVM_LINK_LLVM_DYLIB settingPhilip Pfaffe
2018-07-15[CMake] Pass CMAKE_INSTALL_DO_STRIP to external projectsPetr Hosek
2018-07-10[CMake] Teach the build system to codesign built productsJustin Bogner
2018-06-29[cmake] Change WIN32 test to CMAKE_HOST_WIN32Filipe Cabecinhas
2018-06-28[CMake] Respect CMAKE_STRIP and CMAKE_DSYMUTIL on apple platformsJustin Bogner
2018-06-27[CMake] Use variables rather than ":" delimitersPetr Hosek
2018-06-23[CMake] Do not use --gc-sections on OpenBSDBrad Smith
2018-06-14[cmake] Change ON/OFF to YES/NO. NFCShoaib Meenai
2018-06-14[cmake] Add linker detection for Apple platformsShoaib Meenai
2018-06-06[CMake] Pass additional CMake tools to external projectsPetr Hosek
2018-06-06[cmake] fix a typo in llvm_config macroPavel Labath
2018-05-31Use -Wextra spelling instead of -WNico Weber
2018-05-21Remove CMake workaround for LLD PR24476 which is no longer neededReid Kleckner
2018-05-20Revert 332750, llvm part (see comment on D46910).Nico Weber
2018-05-19Enable colored diagnostics in ninja builds when building with gcc 4.9+.Nico Weber
2018-05-18[Support] Avoid normalization in sys::getDefaultTargetTriplePetr Hosek
2018-05-17[CMake] Make optimizing sanitizer builds optionalChris Bieneman
2018-05-09[CMake] Use CMAKE_OBJCOPY and CMAKE_STRIP to externalize debug infoPetr Hosek
2018-05-07Revert r330742: Let TableGen write output only if it changed, instead of doin...Chandler Carruth
2018-05-03[Support] Support building LLVM for FuchsiaPetr Hosek
2018-04-30Stop setting LLVM_ON_WIN32 in config.h and llvm-config.h.Nico Weber
2018-04-26[cmake] Make linker detection take flags into accountShoaib Meenai
2018-04-25Rename Attributes.gen, Intrinsics.gen to Attributes.inc, Intrinsics.incNico Weber
2018-04-24[cmake] Fix libc++ detectionShoaib Meenai
2018-04-24Let TableGen write output only if it changed, instead of doing so in cmake.Nico Weber
2018-04-16Revert "build: reserve `--color-diagnostics` for lld"Saleem Abdulrasool
2018-04-16build: reserve `--color-diagnostics` for lldSaleem Abdulrasool
2018-04-11[Build][NFC] Split off libpfm detection to a separate module.Clement Courbet
2018-03-29Rename llvm library from libLLVM-X.Y to libLLVM-XSylvestre Ledru
2018-03-19Accept any filepath in llvm_check_source_file_listSerge Guelton
2018-03-14Export LLVM_DYLIB_COMPONENTS in LLVMConfig.cmakePavel Labath
2018-03-08[cmake] Append -Wl,-rpath-link conditionally to GNULDMichal Gorny
2018-03-07Fix cmake's multi-config generators after r326738Daniel Sanders
2018-03-05Re-commit: Make STATISTIC() values available programmaticallyDaniel Sanders
2018-03-05Revert r326723: Make STATISTIC() values available programmaticallyDaniel Sanders
2018-03-05Make STATISTIC() values available programmaticallyDaniel Sanders
2018-02-15Don't make PDBs by default in Release modeReid Kleckner
2018-02-07Generate PDB files for profiling even in Release build.Zachary Turner
2018-01-21[cmake] Don't build Native llvm-config when cross compiling if passed by user.Don Hinton
2018-01-19[cmake] Include LLVM_LIBXML2_ENABLED in LLVMConfig.cmake, PR36006Michal Gorny
2018-01-12[CMake] Add LLVM_ENABLE_IDE option to better process sources for IDE'sEric Fiselier
2018-01-09[cmake] Use symlinks for Windows-hosted toolchains built on UnixShoaib Meenai
2018-01-08[CMake] Support for cross-compilation when build runtimesPetr Hosek
2018-01-08[cmake] Pass CMAKE_MAKE_PROGRAM to native configureShoaib Meenai
2017-12-25[cmake] Always respect existing CMAKE_REQUIRED_FLAGS when adding additional o...Don Hinton