summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules
Commit message (Expand)AuthorAgeFilesLines
...
* 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-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] 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
* [CMake] Pass additional CMake tools to external projectsPetr Hosek2018-06-061-2/+22
* [cmake] fix a typo in llvm_config macroPavel Labath2018-06-061-1/+1
* Use -Wextra spelling instead of -WNico Weber2018-05-311-1/+1
* Remove CMake workaround for LLD PR24476 which is no longer neededReid Kleckner2018-05-211-8/+0
* Revert 332750, llvm part (see comment on D46910).Nico Weber2018-05-201-4/+4
* Enable colored diagnostics in ninja builds when building with gcc 4.9+.Nico Weber2018-05-191-4/+6
* [Support] Avoid normalization in sys::getDefaultTargetTriplePetr Hosek2018-05-181-4/+4
* [CMake] Make optimizing sanitizer builds optionalChris Bieneman2018-05-171-1/+1
* [CMake] Use CMAKE_OBJCOPY and CMAKE_STRIP to externalize debug infoPetr Hosek2018-05-091-3/+3
* Revert r330742: Let TableGen write output only if it changed, instead of doin...Chandler Carruth2018-05-071-4/+16
* [Support] Support building LLVM for FuchsiaPetr Hosek2018-05-031-3/+3
* Stop setting LLVM_ON_WIN32 in config.h and llvm-config.h.Nico Weber2018-04-301-1/+0
* [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
* [cmake] Fix libc++ detectionShoaib Meenai2018-04-241-2/+4
* Let TableGen write output only if it changed, instead of doing so in cmake.Nico Weber2018-04-241-16/+4
* Revert "build: reserve `--color-diagnostics` for lld"Saleem Abdulrasool2018-04-161-1/+1
* build: reserve `--color-diagnostics` for lldSaleem Abdulrasool2018-04-161-1/+1
* [Build][NFC] Split off libpfm detection to a separate module.Clement Courbet2018-04-111-0/+23
* Rename llvm library from libLLVM-X.Y to libLLVM-XSylvestre Ledru2018-03-291-3/+3
* Accept any filepath in llvm_check_source_file_listSerge Guelton2018-03-191-4/+14
* Export LLVM_DYLIB_COMPONENTS in LLVMConfig.cmakePavel Labath2018-03-141-0/+2
OpenPOWER on IntegriCloud