summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules/AddLLVM.cmake
Commit message (Expand)AuthorAgeFilesLines
* [cmake] Reset variable before using itShoaib Meenai2019-03-261-0/+3
* [CMake] Correct CMake message modeAlex Langford2019-03-151-1/+1
* [AIX][CMake] Changes for building on AIX with XL and GCCJason Liu2019-03-131-1/+7
* [OptRemarks] Make OptRemarks more generic: rename OptRemarks to RemarksFrancis Visoiu Mistrih2019-03-051-1/+1
* [cmake] Create exports for umbrella library targetsShoaib Meenai2019-03-051-0/+2
* CMake: Fix stand-alone clang builds since r353268Tom Stellard2019-02-201-0/+3
* [CMake] Unify scripts for generating VCS headersPetr Hosek2019-02-061-30/+30
* [CMake] Add install targets for utilities to LLVM exports if LLVM_INSTALL_UTI...Stefan Granitz2019-02-011-11/+21
* Revert "[CMake] Unify scripts for generating VCS headers"Petr Hosek2019-01-311-30/+30
* [CMake] Unify scripts for generating VCS headersPetr Hosek2019-01-311-30/+30
* [CMake] Accept ENTITLEMENTS in llvm_add_library()Stefan Granitz2019-01-301-2/+2
* [cmake] Fix get_llvm_lit_path() to respect LLVM_EXTERNAL_LIT alwaysMichal Gorny2019-01-281-1/+0
* [CMake] Export utility targets to the build/install tree depending on LLVM_BU...Stefan Granitz2019-01-111-0/+3
* [CMake] Use XCODE_ATTRIBUTE properties for code signing and entitlements in X...Stefan Granitz2019-01-041-7/+11
* Fix mingw build failures caused by r349839Tom Stellard2018-12-221-0/+4
* Fix Windows build failures caused by r349839Tom Stellard2018-12-201-6/+6
* cmake: Remove add_llvm_loadable_module()Tom Stellard2018-12-201-37/+10
* [CMake] llvm_codesign workaround for Xcode double-signing errorsStefan Granitz2018-12-131-12/+13
* [CMake] Add support for NO_INSTALL_RPATH argument in llvm_add_library()Stefan Granitz2018-12-071-5/+9
* [cmake] Clean up add_llvm_subdirectoryShoaib Meenai2018-12-031-14/+17
* [CMake] Add LLVM_EXTERNALIZE_DEBUGINFO_OUTPUT_DIR for custom dSYM target dire...Stefan Granitz2018-12-031-1/+8
* [CMake] build correctly if build path contains whitespaceShoaib Meenai2018-11-301-3/+3
* Revert r343473 "Move llvm util dependencies from clang-tools-extra to add_lit...Haojian Wu2018-11-221-10/+0
* [CMake] Accept ENTITLEMENTS in add_llvm_executable and llvm_codesignStefan Granitz2018-11-161-6/+22
* [CMake] Expose opt-remark tooling through libOptRemarks.dylibFrancis Visoiu Mistrih2018-11-051-0/+1
* [CMake] Use LLVM_ENABLE_IDE instead of CMAKE_CONFIGURATION_TYPESChris Bieneman2018-10-151-6/+6
* Move llvm util dependencies from clang-tools-extra to add_lit_target.Haojian Wu2018-10-011-0/+11
* Move individual benchmark targets into the Utils folder in IDEs.Aaron Ballman2018-09-211-0/+1
* Test commit accessLion Yang2018-09-141-1/+1
* Introduce explicit add_unittest_with_input_files target for tests that use ll...Nico Weber2018-09-141-5/+10
* Fix a configure issue with Visual Studio generators.Zachary Turner2018-09-061-1/+1
* Add support for unittest inputs.Zachary Turner2018-09-051-0/+6
* Remove LIT_SITE_CFG_IN_FOOTER, llvmNico Weber2018-08-301-4/+0
* Revert "[CMake] Use LLVM_ENABLE_IDE instead of CMAKE_CONFIGURATION_TYPES"Roman Lebedev2018-08-301-6/+6
* Pull google/benchmark library to the LLVM treeKirill Bobyrev2018-08-281-1/+13
* [CMake] Use LLVM_ENABLE_IDE instead of CMAKE_CONFIGURATION_TYPESChris Bieneman2018-08-221-6/+6
* [CMake] Split -gx strip flag into -g -xPetr Hosek2018-08-141-1/+1
* [cmake] Append LLVM_VERSION_SUFFIX to SOVERSIONMichal Gorny2018-08-081-1/+1
* Add llvm-rc to LLVM_TOOLCHAIN_TOOLS (PR38386)Hans Wennborg2018-08-011-0/+1
* [CMake] Teach the build system to codesign built productsJustin Bogner2018-07-101-0/+29
* [cmake] Change WIN32 test to CMAKE_HOST_WIN32Filipe Cabecinhas2018-06-291-1/+1
* [CMake] Respect CMAKE_STRIP and CMAKE_DSYMUTIL on apple platformsJustin Bogner2018-06-281-2/+8
* [CMake] Do not use --gc-sections on OpenBSDBrad Smith2018-06-231-1/+1
* [cmake] Change ON/OFF to YES/NO. NFCShoaib Meenai2018-06-141-9/+9
* [cmake] Add linker detection for Apple platformsShoaib Meenai2018-06-141-1/+14
* [CMake] Use CMAKE_OBJCOPY and CMAKE_STRIP to externalize debug infoPetr Hosek2018-05-091-3/+3
* [cmake] Make linker detection take flags into accountShoaib Meenai2018-04-261-1/+2
* Rename Attributes.gen, Intrinsics.gen to Attributes.inc, Intrinsics.incNico Weber2018-04-251-3/+3
* Rename llvm library from libLLVM-X.Y to libLLVM-XSylvestre Ledru2018-03-291-3/+3
* [cmake] Append -Wl,-rpath-link conditionally to GNULDMichal Gorny2018-03-081-1/+2
OpenPOWER on IntegriCloud