summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
2014-04-28Teach add_sphinx_target() to respect the LLVM_INSTALL_TOOLCHAIN_ONLY CMakeDan Liew1-9/+11
2014-04-28If building with LLVM_ENABLE_DOXYGEN and using CMake thenDan Liew1-1/+1
2014-04-18Added Sphinx documentation generation to CMake build system.Reid Kleckner3-0/+89
2014-04-16Teach LLVMConfigVersion.cmake to behave as find_package() expects.Eric Christopher2-1/+16
2014-04-16Add support for a patch version to the cmake system.Eric Christopher2-0/+2
2014-04-10AddLLVM: Mute the prefix "lib" in SHARED on win32.NAKAMURA Takumi1-0/+5
2014-04-09Add support for building LLVM on FreeBSD 9.2Viktor Kutuzov1-0/+5
2014-03-29ARM64: initial backend importTim Northover1-0/+2
2014-03-27Win installer: provide a pretty iconHans Wennborg1-0/+0
2014-03-25Remove cmake module support for Visual C++ 2010 (MSVC10)Yaron Keren1-15/+3
2014-03-25Disable Visual C++ warning 4722 about aborting a destructor,Yaron Keren1-1/+2
2014-03-16[CMake][cygming] Disable --out-implib from executables.NAKAMURA Takumi1-0/+9
2014-03-13[CMake] Put -Werror to CMAKE_CXX_FLAGS instead of using add_llvm_definitions()Alexey Samsonov1-3/+1
2014-03-13[CMake] Enable a bunch of Xcode build settings that correspond to warnings th...Ted Kremenek1-0/+23
2014-03-12Use -std=gnu++11 on cygwin and mingw.Rafael Espindola1-1/+7
2014-03-04[CMake] add_llvm_target(): No need to include TABLEGEN_OUTPUT in source list.NAKAMURA Takumi1-1/+1
2014-03-01[C++11] Switch the CMake option from LLVM_ENABLE_CXX11 (default on) toChandler Carruth1-3/+10
2014-02-28With rpaths being set correctly, SHLIBPATH_VAR is not needed anymore.Rafael Espindola1-10/+0
2014-02-28[CMake] llvm_add_library(SHARED|STATIC): Fix broken OUTPUT_NAME for *_static.NAKAMURA Takumi1-1/+1
2014-02-26[CMake] Work around to use target_link_libraries(PUBLIC) in BUILD_SHARED_LIBS...NAKAMURA Takumi1-0/+7
2014-02-26[CMake] Move LLVMBUILD_LIB_DEPS stuff from add_llvm_library (and LLVm-Config)...NAKAMURA Takumi1-13/+30
2014-02-26[CMake] Use target_link_libraries(INTERFACE|PRIVATE) on CMake-2.8.12 to incre...NAKAMURA Takumi2-3/+16
2014-02-23TableGen.cmake: Functionalize and reformat.NAKAMURA Takumi1-16/+17
2014-02-23Simplify linking to system librariesNAKAMURA Takumi3-47/+7
2014-02-22Prune debug message in AddLLVM.cmake.NAKAMURA Takumi1-1/+0
2014-02-21[CMake] llvm_add_library: Add dependencies also to objlibs as workaround of C...NAKAMURA Takumi1-0/+13
2014-02-21[CMake] Introduce "llvm_add_library(SHARED STATIC)" to build both shared lib ...NAKAMURA Takumi1-2/+36
2014-02-21Teach LLVM-Config to use logical target names (2/2)NAKAMURA Takumi4-8/+11
2014-02-21Teach LLVM-Config to use logical target names (1/2)NAKAMURA Takumi1-15/+7
2014-02-20[CMake] Move intrinsics_gen to lib/Target out of add_public_tablegen_target.NAKAMURA Takumi1-1/+1
2014-02-20Unconditionally include msan_interface.h when building with MSan.Evgeniy Stepanov1-1/+0
2014-02-19Build PIE binaries when cross-compiling to Android.Evgeniy Stepanov1-1/+2
2014-02-16LLVMExports.cmake: Add System libs $(LIBS) to LLVMSupport, corresponding to r...NAKAMURA Takumi1-0/+2
2014-02-16LLVMExports.cmake: Exclude gtest since they are not installed.NAKAMURA Takumi1-1/+1
2014-02-13[CMake] Let llvm_add_library(MODULE) check capability of loadable module.NAKAMURA Takumi1-6/+10
2014-02-13[CMake] Move the target property PREFIX from add_llvm_loadable_module() to ll...NAKAMURA Takumi1-2/+4
2014-02-13[CMake] llvm_add_library(MODULE) may use CMAKE_MODULE_LINKER_FLAGS instead of...NAKAMURA Takumi2-6/+5
2014-02-13[CMake] LLVM_PLUGIN_EXT: Use CMAKE_SHARED_LIBRARY_SUFFIX rather than CMAKE_SH...NAKAMURA Takumi1-1/+3
2014-02-13[CMake] llvm_add_library: Add handling of the parameter ADDITIONAL_HEADERS to...NAKAMURA Takumi1-3/+7
2014-02-12Teach tablegen() macro to check needed variablesNAKAMURA Takumi1-0/+11
2014-02-10cmake: Do not export targets when installing toolchain onlyReid Kleckner1-2/+2
2014-02-10[CMake] LLVMSupport should be responsible to provide system_libs.NAKAMURA Takumi2-10/+0
2014-02-10[CMake] Introduce llvm_add_library().NAKAMURA Takumi1-25/+75
2014-02-10[CMake] LLVMProcessSources.cmake: Prune add_file_dependencies to ${TABLEGEN_O...NAKAMURA Takumi1-8/+0
2014-02-10[CMake] Re-apply r200765, "Get rid of llvm_config() to expand dependencies."NAKAMURA Takumi1-7/+1
2014-02-09Remove shell comment in the middle of a single-line command.Bob Wilson1-2/+0
2014-02-09Whitespace.NAKAMURA Takumi1-4/+4
2014-02-09Provide CMake package modules in install treeNAKAMURA Takumi2-0/+118
2014-02-09Load exported lib and exe targets from LLVMConfigNAKAMURA Takumi2-0/+6
2014-02-09Export lib and exe build target names from build treeNAKAMURA Takumi3-0/+10