summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAge
* Remove clang-specific libxml2 check from CMakeAlp Toker2014-06-06
* GraphWriter: detect graph viewer programs at runtimeAlp Toker2014-06-02
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-24
* Use llvm-lit if LLVM source tree is unavailable.Greg Fitzgerald2014-05-21
* cmake: Remove -D NDEBUG from CFLAGS as well as CXXFLAGSReid Kleckner2014-05-19
* Disable -Wcomment when building with GCC.Evgeniy Stepanov2014-05-06
* Teach add_sphinx_target() to respect the LLVM_INSTALL_TOOLCHAIN_ONLY CMakeDan Liew2014-04-28
* If building with LLVM_ENABLE_DOXYGEN and using CMake thenDan Liew2014-04-28
* Added Sphinx documentation generation to CMake build system.Reid Kleckner2014-04-18
* Teach LLVMConfigVersion.cmake to behave as find_package() expects.Eric Christopher2014-04-16
* Add support for a patch version to the cmake system.Eric Christopher2014-04-16
* AddLLVM: Mute the prefix "lib" in SHARED on win32.NAKAMURA Takumi2014-04-10
* Add support for building LLVM on FreeBSD 9.2Viktor Kutuzov2014-04-09
* ARM64: initial backend importTim Northover2014-03-29
* Win installer: provide a pretty iconHans Wennborg2014-03-27
* Remove cmake module support for Visual C++ 2010 (MSVC10)Yaron Keren2014-03-25
* Disable Visual C++ warning 4722 about aborting a destructor,Yaron Keren2014-03-25
* [CMake][cygming] Disable --out-implib from executables.NAKAMURA Takumi2014-03-16
* [CMake] Put -Werror to CMAKE_CXX_FLAGS instead of using add_llvm_definitions()Alexey Samsonov2014-03-13
* [CMake] Enable a bunch of Xcode build settings that correspond to warnings th...Ted Kremenek2014-03-13
* Use -std=gnu++11 on cygwin and mingw.Rafael Espindola2014-03-12
* [CMake] add_llvm_target(): No need to include TABLEGEN_OUTPUT in source list.NAKAMURA Takumi2014-03-04
* [C++11] Switch the CMake option from LLVM_ENABLE_CXX11 (default on) toChandler Carruth2014-03-01
* With rpaths being set correctly, SHLIBPATH_VAR is not needed anymore.Rafael Espindola2014-02-28
* [CMake] llvm_add_library(SHARED|STATIC): Fix broken OUTPUT_NAME for *_static.NAKAMURA Takumi2014-02-28
* [CMake] Work around to use target_link_libraries(PUBLIC) in BUILD_SHARED_LIBS...NAKAMURA Takumi2014-02-26
* [CMake] Move LLVMBUILD_LIB_DEPS stuff from add_llvm_library (and LLVm-Config)...NAKAMURA Takumi2014-02-26
* [CMake] Use target_link_libraries(INTERFACE|PRIVATE) on CMake-2.8.12 to incre...NAKAMURA Takumi2014-02-26
* TableGen.cmake: Functionalize and reformat.NAKAMURA Takumi2014-02-23
* Simplify linking to system librariesNAKAMURA Takumi2014-02-23
* Prune debug message in AddLLVM.cmake.NAKAMURA Takumi2014-02-22
* [CMake] llvm_add_library: Add dependencies also to objlibs as workaround of C...NAKAMURA Takumi2014-02-21
* [CMake] Introduce "llvm_add_library(SHARED STATIC)" to build both shared lib ...NAKAMURA Takumi2014-02-21
* Teach LLVM-Config to use logical target names (2/2)NAKAMURA Takumi2014-02-21
* Teach LLVM-Config to use logical target names (1/2)NAKAMURA Takumi2014-02-21
* [CMake] Move intrinsics_gen to lib/Target out of add_public_tablegen_target.NAKAMURA Takumi2014-02-20
* Unconditionally include msan_interface.h when building with MSan.Evgeniy Stepanov2014-02-20
* Build PIE binaries when cross-compiling to Android.Evgeniy Stepanov2014-02-19
* LLVMExports.cmake: Add System libs $(LIBS) to LLVMSupport, corresponding to r...NAKAMURA Takumi2014-02-16
* LLVMExports.cmake: Exclude gtest since they are not installed.NAKAMURA Takumi2014-02-16
* [CMake] Let llvm_add_library(MODULE) check capability of loadable module.NAKAMURA Takumi2014-02-13
* [CMake] Move the target property PREFIX from add_llvm_loadable_module() to ll...NAKAMURA Takumi2014-02-13
* [CMake] llvm_add_library(MODULE) may use CMAKE_MODULE_LINKER_FLAGS instead of...NAKAMURA Takumi2014-02-13
* [CMake] LLVM_PLUGIN_EXT: Use CMAKE_SHARED_LIBRARY_SUFFIX rather than CMAKE_SH...NAKAMURA Takumi2014-02-13
* [CMake] llvm_add_library: Add handling of the parameter ADDITIONAL_HEADERS to...NAKAMURA Takumi2014-02-13
* Teach tablegen() macro to check needed variablesNAKAMURA Takumi2014-02-12
* cmake: Do not export targets when installing toolchain onlyReid Kleckner2014-02-10
* [CMake] LLVMSupport should be responsible to provide system_libs.NAKAMURA Takumi2014-02-10
* [CMake] Introduce llvm_add_library().NAKAMURA Takumi2014-02-10
* [CMake] LLVMProcessSources.cmake: Prune add_file_dependencies to ${TABLEGEN_O...NAKAMURA Takumi2014-02-10