aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
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
2013-12-30[CMake][VS][XCode] Restruct the output directory layout more comfortable, ${B...NAKAMURA Takumi
2013-12-30Port r198088 (set NO_DEAD_STRIP for clang) from make to cmake.Nico Weber
2013-12-29[cmake] Set in LLVM_EXPORTED_SYMBOL_FILE PrintFunctionNames/CMakeLists.txt.Nico Weber
2013-12-29Use LLVM_EXPORTED_SYMBOL_FILE in libclang's cmake build.Nico Weber
2013-12-19[CMake] Tweak r197697 to handle CMake finding the wrong llvm-config/tblgen.Jordan Rose
2013-12-19[CMake][Standalone] Rewrite standalone build based on llvm-config. CLANG_PATH...NAKAMURA Takumi
2013-12-19[CMake] check-clang: Include ClangUnitTests if it can be built. Check existen...NAKAMURA Takumi
2013-12-17[CMake][Standalone] Import LLVM_LIT_TOOLS_DIR.NAKAMURA Takumi
2013-12-17[CMake][Standalone] Fix llvm-tblgen's directory to use LLVM_TOOLS_BINARY_DIR ...NAKAMURA Takumi
2013-12-17[CMake][Standalone] Fixup r197395 for standalone build.NAKAMURA Takumi
2013-12-16In a standalone Clang build, default to building tests, like LLVM doesDmitri Gribenko
2013-12-16[CMake] Introduce CLANG_RUNTIME_OUTPUT_INTDIR and CLANG_LIBRARY_OUTPUT_INTDIR.NAKAMURA Takumi
2013-11-06[libclang] Some changes on the linker options for libclang on a CMake build.Argyrios Kyrtzidis
2013-10-01Revert commits r190613, r190560 and r190557.Rafael Espindola
2013-09-12[CMake] Put controversial always-recheck-revision-number behind an option.Jordan Rose
2013-08-28[doxygen] Added code for generating doxygen documentation for clang for cmake.Michael Gottesman
2013-08-27Use set to create CLANG_ORDER_FILE instead of option which implies a bool value.Michael Gottesman
2013-08-24CMake: support the LLVM_INSTALL_TOOLCHAIN_ONLY flagHans Wennborg
2013-08-23Rename CMake variable; this fell out of r189127 somehow.Hans Wennborg
2013-08-23CMake: Don't look for llvm-tblgen when building outside LLVM treeHans Wennborg
2013-08-22Fix dependencies now that the ARC migrator depends on the static analyzer.Jordan Rose
2013-08-20[autotools->cmake] Added support for building clang with an order file.Michael Gottesman
2013-08-20[autotools->cmake] Move add_subdirectory(test) inside CLANG_INCLUDE_TESTS to ...Michael Gottesman