aboutsummaryrefslogtreecommitdiff
path: root/llvm/cmake
AgeCommit message (Expand)AuthorFilesLines
2014-07-28Merging r214078:Dan Liew1-1/+3
2014-07-23Merging r213674:Dan Liew3-1/+4
2014-07-23Merging r213664:Dan Liew2-0/+18
2014-07-23Merging r213663:Dan Liew2-3/+17
2014-07-21Export LLVM_ENABLE_ASSERTIONS in LLVMConfig.cmake so clients knowDan Liew3-1/+9
2014-07-15CMake: avoid a reconfigure loop from r213091Alp Toker1-2/+1
2014-07-15CMake: fix cross-compilation with external source directoriesAlp Toker1-1/+11
2014-07-14Revert "Revert "Move clang feature flags settings out of LLVM core and into c...Alp Toker1-16/+0
2014-07-14Revert "Move clang feature flags settings out of LLVM core and into cfe"Alp Toker1-0/+16
2014-07-14Move clang feature flags settings out of LLVM core and into cfeAlp Toker1-16/+0
2014-07-14[CMake][Win32.DLL] Let llvm_add_library(SHARED) link dependent libraries as P...NAKAMURA Takumi1-0/+7
2014-07-14[CMake] LINK_COMPONENTS: Add also corresponding MCTargetDesc and TargetInfo a...NAKAMURA Takumi1-0/+9
2014-07-13[CMake] Enable loadable modules, aka plugins, with BUILD_SHARED_LIBS on cygming.NAKAMURA Takumi1-2/+5
2014-07-13[CMake] Introduce moddir for MODULE -- corresponding to LIBRARY_OUTPUT_DIRECT...NAKAMURA Takumi1-3/+18
2014-07-11[CMake] add_llvm_library: Add "RUNTIME DESTINATION bin" to install(). It affe...NAKAMURA Takumi1-0/+1
2014-07-09Prospective -fsanitize=memory build fix following r212586Alp Toker1-3/+3
2014-07-09CMake: make __DATE__, __TIME__ etc. macro usage an errorAlp Toker1-0/+3
2014-07-09CMake: fix compiler feature detectionAlp Toker1-36/+27
2014-07-04[CMake] Introduce LLVM_ENABLE_PLUGINS as an internal option. BUILD_SHARED_LIB...NAKAMURA Takumi2-8/+17
2014-07-04[CMake] Introduce LLVM_SHLIB_OUTPUT_INTDIR.NAKAMURA Takumi1-1/+1
2014-07-04[CMake] Fix set_output_directory to do nothing if *_OUTPUT_INTDIR was not given.NAKAMURA Takumi1-0/+5
2014-06-27cmake: Don't do anything for LLVM_ENABLE_ASSERTIONS=OFFReid Kleckner1-6/+0
2014-06-06Remove clang-specific libxml2 check from CMakeAlp Toker1-19/+0
2014-06-02GraphWriter: detect graph viewer programs at runtimeAlp Toker1-9/+3
2014-05-24AArch64/ARM64: move ARM64 into AArch64's placeTim Northover1-1/+1
2014-05-21Use llvm-lit if LLVM source tree is unavailable.Greg Fitzgerald1-5/+6
2014-05-19cmake: Remove -D NDEBUG from CFLAGS as well as CXXFLAGSReid Kleckner1-7/+10
2014-05-06Disable -Wcomment when building with GCC.Evgeniy Stepanov1-0/+11
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