aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2015-06-12Use Clang version numbers for the Windows VERSIONINFO resource.Greg Bedwell
2015-05-29clang/CMakeLists.txt: s/LLVM_INSTALL_PACKAGE_DIR/CLANG_INSTALL_PACKAGE_DIR/ f...NAKAMURA Takumi
2015-05-29[CMake] Bug 19462 - Use the INSTALL(EXPORT ...) to export CMake definitionsChris Bieneman
2015-05-28[omp] Re-work Clang's handling of -fopenmp and undo r237769.Chandler Carruth
2015-05-20[OpenMP] Make default OpenMP library (the one selected with just -fopenmp)Richard Smith
2015-03-23[cmake] Clang's install should install clang/Config/config.hChris Bieneman
2015-01-05clang/CMakeLists.txt: Introduce LLVM_SHLIB_OUTPUT_INTDIR also here, or plugin...NAKAMURA Takumi
2014-12-29[multilib] Teach Clang's code about multilib by threadingChandler Carruth
2014-12-29[cmake] Teach the Clang CMake build to use LLVM_LIBDIR_SUFFIX for itsChandler Carruth
2014-12-04CMake: try to actually fix the regexes for setting HOST_LINK_VERSION this tim...Hans Wennborg
2014-12-02CMake: make the regexes used for setting HOST_LINK_VERSION more forgiving (PR...Hans Wennborg
2014-11-13Remove -Wcast-qual as it's inherited from llvm since r221913.Roman Divacky
2014-11-13CMake: Set HOST_LINK_VERSION on Darwin (PR21268)Hans Wennborg
2014-11-05cmake: Only export targets in the standalone buildReid Kleckner
2014-11-05Make it easier to build against a pre-built Clang package with CMakeReid Kleckner
2014-07-16Make clang's rewrite engine a core featureAlp Toker
2014-07-14Revert "Revert "Move clang feature flags settings out of LLVM core and into c...Alp Toker
2014-07-14Revert "Move clang feature flags settings out of LLVM core and into cfe"Alp Toker
2014-07-14Move clang feature flags settings out of LLVM core and into cfeAlp Toker
2014-06-06Revert "Revert "Devise a package-private means to determine the LLVM version ...Alp Toker
2014-06-06Revert "Devise a package-private means to determine the LLVM version string"Alp Toker
2014-06-06Devise a package-private means to determine the LLVM version stringAlp Toker
2014-06-06Always check for libxml2 in CMakeAlp Toker
2014-03-04We now require Visual C++ 2012 (MSVC_VERSION = 1700) or later to build LLVM.Yaron Keren
2014-02-26[CMake] Use target_link_libraries(INTERFACE|PRIVATE) on CMake-2.8.12 to incre...NAKAMURA Takumi
2014-02-26[CMake] Introduce cmake_policy(CMP0022) for target_link_libraries(INTERFACE|P...NAKAMURA Takumi
2014-02-23[CMake] clang_tblgen: Use add_public_tablegen_target.NAKAMURA Takumi
2014-02-23[CMake] Deprecate clang_tablegen(DEPENDS).NAKAMURA Takumi
2014-02-21[CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi
2014-02-13[CMake] add_clang_library(MODULE): Create a phony target when llvm_add_librar...NAKAMURA Takumi
2014-02-10Fix Clang install rules to not set permissions on include/NAKAMURA Takumi
2014-02-10[CMake] add_clang_library(): Use llvm_add_library.NAKAMURA Takumi
2014-02-04[CMake] add_clang_library(): Fix LLVM_PLUGIN_EXT in MODULE. It was broken sin...NAKAMURA Takumi
2014-02-04[CMake] add_clang_library(): Honor STATIC.NAKAMURA Takumi
2014-02-02[CMake] Move cmake_minimum_required(2.8.8) at the top.NAKAMURA Takumi
2014-02-02clang/CMakeLists.txt: Untabify.NAKAMURA Takumi
2014-01-28[CMake] Apply llvm_update_compile_flags() to add_clang_library().NAKAMURA Takumi
2014-01-26[CMake] Always set CMAKE_INCLUDE_CURRENT_DIR.NAKAMURA Takumi
2014-01-26[CMake][Standalone] Introduce check-all.NAKAMURA Takumi
2014-01-26[CMake] Reindent.NAKAMURA Takumi
2014-01-23[CMake] Parameterize MODULE and SHARED in add_clang_library().NAKAMURA Takumi
2014-01-23[CMake] Migrate LLVMParseArguments to CMakeParseArguments.NAKAMURA Takumi
2014-01-19[CMake] Deprecate CLANG_RUNTIME_OUTPUT_INTDIR and CLANG_LIBRARY_OUTPUT_INTDIR.NAKAMURA Takumi
2014-01-19[CMake][Standalone] Redefine LLVM_RUNTIME_OUTPUT_INTDIR and LLVM_LIBRARY_OUTP...NAKAMURA Takumi
2014-01-13LLVM's CMake is now using a feature that wasn't preasant in CMake 2.8.7,Chandler Carruth
2014-01-13Teach the standalone Clang CMake bits about the flag to force using anChandler Carruth
2014-01-13[CMake] Move BUG_REPORT_URL from clang to llvm.NAKAMURA Takumi
2014-01-08Build fix following r198747Alp Toker
2014-01-08Add tests for clang pluginsAlp Toker
2014-01-02[CMake] Add missing set_output_directory after Takumi's change in r198205.Jordan Rose