summaryrefslogtreecommitdiffstats
path: root/llvm/cmake
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Support/FileSystem] Add sub-second precision for atime/mtime of sys::fs::fil...Argyrios Kyrtzidis2018-11-261-0/+6
* Revert r343473 "Move llvm util dependencies from clang-tools-extra to add_lit...Haojian Wu2018-11-221-10/+0
* Silence C4709 in MSVC because it is buggy.Aaron Ballman2018-11-201-0/+4
* Swap order of discovering of -ltinfo and -lterminfoKamil Rytarowski2018-11-181-1/+1
* [CMake] Accept ENTITLEMENTS in add_llvm_executable and llvm_codesignStefan Granitz2018-11-161-6/+22
* [CMake] Support cross-compiling with multi-stage buildsPetr Hosek2018-11-161-1/+28
* Fix DragonFlyBSD linkage issue.David Carlier2018-11-101-1/+2
* [CMake] Expose opt-remark tooling through libOptRemarks.dylibFrancis Visoiu Mistrih2018-11-051-0/+1
* Enable -Wimplicit-fallthrough for clang as well as GCCReid Kleckner2018-11-011-0/+1
* [MinGW] Enable large file for mingw-w64Martin Storsjo2018-10-241-0/+4
* [CMake] Use LLVM_ENABLE_IDE instead of CMAKE_CONFIGURATION_TYPESChris Bieneman2018-10-152-7/+7
* [CMake] Change the default value of LLVM_ENABLE_IDEChris Bieneman2018-10-151-10/+13
* [CMake] Temporarily remove the LLVM_ENABLE_IDE optionChris Bieneman2018-10-111-6/+10
* [CMake] Unconditionally add .h and .td files to target sourcesChris Bieneman2018-10-111-9/+8
* [CMake] NFC. Updating documentation on optionsChris Bieneman2018-10-101-2/+2
* [cmake] Also create lowercase extension WinSDK symlinksShoaib Meenai2018-10-051-5/+19
* Move llvm util dependencies from clang-tools-extra to add_lit_target.Haojian Wu2018-10-011-0/+11
* [CMake] Avoid REVERSE on unset variableSven van Haastregt2018-09-261-1/+3
* 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
* [CMake] Fix LLVM_ENABLE_LTO option on WindowsAlexandre Ganea2018-09-071-1/+1
* 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
* Disable -Wnoexcept-type due to false positives with GCC.Aaron Ballman2018-09-041-0/+4
* 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-302-7/+7
* 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-222-7/+7
* [cmake] Prevent LLVMgold.so from being unloaded on LinuxHans Wennborg2018-08-161-0/+1
* [CMake] Split -gx strip flag into -g -xPetr Hosek2018-08-141-1/+1
* [CMake] Use normalized Windows target triplesPetr Hosek2018-08-091-4/+4
* [cmake] Append LLVM_VERSION_SUFFIX to SOVERSIONMichal Gorny2018-08-081-1/+1
* cmake: Store LLVM_VERSION_SUFFIX in LLVMConfig.cmakeMichal Gorny2018-08-081-0/+1
* Add llvm-rc to LLVM_TOOLCHAIN_TOOLS (PR38386)Hans Wennborg2018-08-011-0/+1
* [CMake] Followup for r337366: Only export LLVM_LINK_LLVM_DYLIB if it's set to ONPhilip Pfaffe2018-07-272-1/+7
* [UBSan] Also use blacklist for 'Address; Undefined' settingFlorian Hahn2018-07-201-5/+7
* Disable GCC's -Wclass-memaccess warningReid Kleckner2018-07-191-0/+5
* [CMake] Export the LLVM_LINK_LLVM_DYLIB settingPhilip Pfaffe2018-07-181-0/+2
* [CMake] Pass CMAKE_INSTALL_DO_STRIP to external projectsPetr Hosek2018-07-151-1/+1
* [CMake] Teach the build system to codesign built productsJustin Bogner2018-07-102-0/+49
* [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-282-2/+35
* [CMake] Use variables rather than ":" delimitersPetr Hosek2018-06-271-8/+5
* [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
OpenPOWER on IntegriCloud