summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAge
* Revert "Revert "Devise a package-private means to determine the LLVM version ...Alp Toker2014-06-06
* Revert "Devise a package-private means to determine the LLVM version string"Alp Toker2014-06-06
* Devise a package-private means to determine the LLVM version stringAlp Toker2014-06-06
* Always check for libxml2 in CMakeAlp Toker2014-06-06
* We now require Visual C++ 2012 (MSVC_VERSION = 1700) or later to build LLVM.Yaron Keren2014-03-04
* [CMake] Use target_link_libraries(INTERFACE|PRIVATE) on CMake-2.8.12 to incre...NAKAMURA Takumi2014-02-26
* [CMake] Introduce cmake_policy(CMP0022) for target_link_libraries(INTERFACE|P...NAKAMURA Takumi2014-02-26
* [CMake] clang_tblgen: Use add_public_tablegen_target.NAKAMURA Takumi2014-02-23
* [CMake] Deprecate clang_tablegen(DEPENDS).NAKAMURA Takumi2014-02-23
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-21
* [CMake] add_clang_library(MODULE): Create a phony target when llvm_add_librar...NAKAMURA Takumi2014-02-13
* Fix Clang install rules to not set permissions on include/NAKAMURA Takumi2014-02-10
* [CMake] add_clang_library(): Use llvm_add_library.NAKAMURA Takumi2014-02-10
* [CMake] add_clang_library(): Fix LLVM_PLUGIN_EXT in MODULE. It was broken sin...NAKAMURA Takumi2014-02-04
* [CMake] add_clang_library(): Honor STATIC.NAKAMURA Takumi2014-02-04
* [CMake] Move cmake_minimum_required(2.8.8) at the top.NAKAMURA Takumi2014-02-02
* clang/CMakeLists.txt: Untabify.NAKAMURA Takumi2014-02-02
* [CMake] Apply llvm_update_compile_flags() to add_clang_library().NAKAMURA Takumi2014-01-28
* [CMake] Always set CMAKE_INCLUDE_CURRENT_DIR.NAKAMURA Takumi2014-01-26
* [CMake][Standalone] Introduce check-all.NAKAMURA Takumi2014-01-26
* [CMake] Reindent.NAKAMURA Takumi2014-01-26
* [CMake] Parameterize MODULE and SHARED in add_clang_library().NAKAMURA Takumi2014-01-23
* [CMake] Migrate LLVMParseArguments to CMakeParseArguments.NAKAMURA Takumi2014-01-23
* [CMake] Deprecate CLANG_RUNTIME_OUTPUT_INTDIR and CLANG_LIBRARY_OUTPUT_INTDIR.NAKAMURA Takumi2014-01-19
* [CMake][Standalone] Redefine LLVM_RUNTIME_OUTPUT_INTDIR and LLVM_LIBRARY_OUTP...NAKAMURA Takumi2014-01-19
* LLVM's CMake is now using a feature that wasn't preasant in CMake 2.8.7,Chandler Carruth2014-01-13
* Teach the standalone Clang CMake bits about the flag to force using anChandler Carruth2014-01-13
* [CMake] Move BUG_REPORT_URL from clang to llvm.NAKAMURA Takumi2014-01-13
* Build fix following r198747Alp Toker2014-01-08
* Add tests for clang pluginsAlp Toker2014-01-08
* [CMake] Add missing set_output_directory after Takumi's change in r198205.Jordan Rose2014-01-02
* [CMake][VS][XCode] Restruct the output directory layout more comfortable, ${B...NAKAMURA Takumi2013-12-30
* Port r198088 (set NO_DEAD_STRIP for clang) from make to cmake.Nico Weber2013-12-30
* [cmake] Set in LLVM_EXPORTED_SYMBOL_FILE PrintFunctionNames/CMakeLists.txt.Nico Weber2013-12-29
* Use LLVM_EXPORTED_SYMBOL_FILE in libclang's cmake build.Nico Weber2013-12-29
* [CMake] Tweak r197697 to handle CMake finding the wrong llvm-config/tblgen.Jordan Rose2013-12-19
* [CMake][Standalone] Rewrite standalone build based on llvm-config. CLANG_PATH...NAKAMURA Takumi2013-12-19
* [CMake] check-clang: Include ClangUnitTests if it can be built. Check existen...NAKAMURA Takumi2013-12-19
* [CMake][Standalone] Import LLVM_LIT_TOOLS_DIR.NAKAMURA Takumi2013-12-17
* [CMake][Standalone] Fix llvm-tblgen's directory to use LLVM_TOOLS_BINARY_DIR ...NAKAMURA Takumi2013-12-17
* [CMake][Standalone] Fixup r197395 for standalone build.NAKAMURA Takumi2013-12-17
* In a standalone Clang build, default to building tests, like LLVM doesDmitri Gribenko2013-12-16
* [CMake] Introduce CLANG_RUNTIME_OUTPUT_INTDIR and CLANG_LIBRARY_OUTPUT_INTDIR.NAKAMURA Takumi2013-12-16
* [libclang] Some changes on the linker options for libclang on a CMake build.Argyrios Kyrtzidis2013-11-06
* Revert commits r190613, r190560 and r190557.Rafael Espindola2013-10-01
* [CMake] Put controversial always-recheck-revision-number behind an option.Jordan Rose2013-09-12
* [doxygen] Added code for generating doxygen documentation for clang for cmake.Michael Gottesman2013-08-28
* Use set to create CLANG_ORDER_FILE instead of option which implies a bool value.Michael Gottesman2013-08-27
* CMake: support the LLVM_INSTALL_TOOLCHAIN_ONLY flagHans Wennborg2013-08-24
* Rename CMake variable; this fell out of r189127 somehow.Hans Wennborg2013-08-23