summaryrefslogtreecommitdiff
path: root/llvm/CMakeLists.txt
AgeCommit message (Expand)Author
2019-01-16Revert r351324 "Build LLVM-C.dll by default on windows and enable in release ...Hans Wennborg
2019-01-16Build LLVM-C.dll by default on windows and enable in release packageHans Wennborg
2019-01-16Bump the trunk version to 9.0.0svnHans Wennborg
2018-12-20[CMake] Add libunwind when 'all' is being passed as LLVM_ENABLE_PROJECTSLouis Dionne
2018-12-19Revert r349517 "[CMake] Default options for faster executables on MSVC"Alexandre Ganea
2018-12-18[CMake] Default options for faster executables on MSVCAlexandre Ganea
2018-11-21[LLVM] Allow modulemap installationEric Fiselier
2018-11-16[CMake] Accept ENTITLEMENTS in add_llvm_executable and llvm_codesignStefan Granitz
2018-11-08Revert "Reorder FindPythonInterp so that config-ix can use PYTHON_EXECUTABLE"Nathan Lanza
2018-11-08[cmake] Set CMP0075 to NEWShoaib Meenai
2018-11-07Reorder FindPythonInterp so that config-ix can use PYTHON_EXECUTABLENathan Lanza
2018-11-07[cmake] Fix typo. NFCShoaib Meenai
2018-10-15[CMake] Fix a missing LLVM_ENABLE_IDE from r344555Chris Bieneman
2018-10-15[CMake] Use LLVM_ENABLE_IDE instead of CMAKE_CONFIGURATION_TYPESChris Bieneman
2018-10-03[WebAssembly] Add WebAssembly to LLVM_ALL_TARGETSDerek Schuff
2018-09-21[WebAssembly] Revert r342701, "Add WebAssembly to LLVM_ALL_TARGTS."Dan Gohman
2018-09-21[WebAssembly] Add WebAssembly to LLVM_ALL_TARGTS.Dan Gohman
2018-09-07[benchmark] Re-enable benchmarks on all platforms including WindowsReid Kleckner
2018-09-04[CMake] Provide a custom target to install LLVM librariesPetr Hosek
2018-08-30Revert "[CMake] Use LLVM_ENABLE_IDE instead of CMAKE_CONFIGURATION_TYPES"Roman Lebedev
2018-08-29[benchmark] NFC: Turn benchmark ON on all non-Windows buildbotsKirill Bobyrev
2018-08-28[benchmark] Stop building benchmarks by defaultKirill Bobyrev
2018-08-28[benchmark] Fix buildbots failing to identify regex supportKirill Bobyrev
2018-08-28Pull google/benchmark library to the LLVM treeKirill Bobyrev
2018-08-22[CMake] Remove unneeded and outdated policyChris Bieneman
2018-08-22[CMake] Use LLVM_ENABLE_IDE instead of CMAKE_CONFIGURATION_TYPESChris Bieneman
2018-08-20Add cmake option to disable minidumps, default it to offReid Kleckner
2018-08-14Remove vestiges of configure buildsystemStephen Kelly
2018-08-09Fix typoStephen Kelly
2018-08-09Remove obsolete policy settingsStephen Kelly
2018-08-09cmake: don't pack system libs unless CMAKE_INSTALL_UCRT_LIBRARIES is set (PR3...Hans Wennborg
2018-08-07[RFC] Build LLVM-C.dll on MSVC that exports only the C APIDavid Bolvansky
2018-08-02CMake: Remove LLVM_DYLIB_SYMBOL_VERSIONINGTom Stellard
2018-08-01Bump the trunk version to 8.0.0svnHans Wennborg
2018-07-24Add PerfJITEventListener for perf profiling support.Andres Freund
2018-07-20Rewrite the VS integration scripts.Zachary Turner
2018-07-10[CMake] Teach the build system to codesign built productsJustin Bogner
2018-06-28Support for multiarch runtimes layoutPetr Hosek
2018-06-13[CMake] Handle 'libtool' being at a path with spaces in it.Jordan Rose
2018-06-13Revert "Fix how LLVMOPTIONALCOMPONENTS is passed to llvm-build"Ahmed Bougacha
2018-06-12Fix how LLVMOPTIONALCOMPONENTS is passed to llvm-buildReid Kleckner
2018-06-11[CMake] Fix dropped dependency in install-llvm-headersJustin Bogner
2018-05-20[cmake] Add a switch to enable/disable bindings.Vassil Vassilev
2018-05-17[CMake] Support runtimes in distributionsChris Bieneman
2018-05-17[CMake] Make optimizing sanitizer builds optionalChris Bieneman
2018-04-24Remove LLVM_INSTALL_CCTOOLS_SYMLINKSNico Weber
2018-04-11[llvm-exegesis] Add a flag to disable libpfm even if present.Clement Courbet
2018-04-02Assume existence of inttypes.h and stdint.h in DataTypes.h.Nico Weber
2018-03-21Ensure that DataTypes.h is installed now that it's moved to llvm-cDavid Blaikie
2018-03-21Reapply Support layering fixes.David Blaikie