summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* [CMake] llvm_add_library(SHARED|STATIC): Fix broken OUTPUT_NAME for *_static.NAKAMURA Takumi2014-02-281-1/+1
* [CMake] Work around to use target_link_libraries(PUBLIC) in BUILD_SHARED_LIBS...NAKAMURA Takumi2014-02-261-0/+7
* [CMake] Move LLVMBUILD_LIB_DEPS stuff from add_llvm_library (and LLVm-Config)...NAKAMURA Takumi2014-02-261-13/+30
* [CMake] Use target_link_libraries(INTERFACE|PRIVATE) on CMake-2.8.12 to incre...NAKAMURA Takumi2014-02-262-3/+16
* TableGen.cmake: Functionalize and reformat.NAKAMURA Takumi2014-02-231-16/+17
* Simplify linking to system librariesNAKAMURA Takumi2014-02-233-47/+7
* Prune debug message in AddLLVM.cmake.NAKAMURA Takumi2014-02-221-1/+0
* [CMake] llvm_add_library: Add dependencies also to objlibs as workaround of C...NAKAMURA Takumi2014-02-211-0/+13
* [CMake] Introduce "llvm_add_library(SHARED STATIC)" to build both shared lib ...NAKAMURA Takumi2014-02-211-2/+36
* Teach LLVM-Config to use logical target names (2/2)NAKAMURA Takumi2014-02-214-8/+11
* Teach LLVM-Config to use logical target names (1/2)NAKAMURA Takumi2014-02-211-15/+7
* [CMake] Move intrinsics_gen to lib/Target out of add_public_tablegen_target.NAKAMURA Takumi2014-02-201-1/+1
* Unconditionally include msan_interface.h when building with MSan.Evgeniy Stepanov2014-02-201-1/+0
* Build PIE binaries when cross-compiling to Android.Evgeniy Stepanov2014-02-191-1/+2
* LLVMExports.cmake: Add System libs $(LIBS) to LLVMSupport, corresponding to r...NAKAMURA Takumi2014-02-161-0/+2
* LLVMExports.cmake: Exclude gtest since they are not installed.NAKAMURA Takumi2014-02-161-1/+1
* [CMake] Let llvm_add_library(MODULE) check capability of loadable module.NAKAMURA Takumi2014-02-131-6/+10
* [CMake] Move the target property PREFIX from add_llvm_loadable_module() to ll...NAKAMURA Takumi2014-02-131-2/+4
* [CMake] llvm_add_library(MODULE) may use CMAKE_MODULE_LINKER_FLAGS instead of...NAKAMURA Takumi2014-02-132-6/+5
* [CMake] LLVM_PLUGIN_EXT: Use CMAKE_SHARED_LIBRARY_SUFFIX rather than CMAKE_SH...NAKAMURA Takumi2014-02-131-1/+3
* [CMake] llvm_add_library: Add handling of the parameter ADDITIONAL_HEADERS to...NAKAMURA Takumi2014-02-131-3/+7
* Teach tablegen() macro to check needed variablesNAKAMURA Takumi2014-02-121-0/+11
* cmake: Do not export targets when installing toolchain onlyReid Kleckner2014-02-101-2/+2
* [CMake] LLVMSupport should be responsible to provide system_libs.NAKAMURA Takumi2014-02-102-10/+0
* [CMake] Introduce llvm_add_library().NAKAMURA Takumi2014-02-101-25/+75
* [CMake] LLVMProcessSources.cmake: Prune add_file_dependencies to ${TABLEGEN_O...NAKAMURA Takumi2014-02-101-8/+0
* [CMake] Re-apply r200765, "Get rid of llvm_config() to expand dependencies."NAKAMURA Takumi2014-02-101-7/+1
* Remove shell comment in the middle of a single-line command.Bob Wilson2014-02-091-2/+0
* Whitespace.NAKAMURA Takumi2014-02-091-4/+4
* Provide CMake package modules in install treeNAKAMURA Takumi2014-02-092-0/+118
* Load exported lib and exe targets from LLVMConfigNAKAMURA Takumi2014-02-092-0/+6
* Export lib and exe build target names from build treeNAKAMURA Takumi2014-02-093-0/+10
* Export lib and exe build target names from install treeNAKAMURA Takumi2014-02-093-2/+10
* Provide LLVMConfig in both build and install treeNAKAMURA Takumi2014-02-092-8/+45
* Teach LLVMConfig to avoid modifying CMAKE_MODULE_PATHNAKAMURA Takumi2014-02-092-13/+13
* De-duplicate references to share/llvm/cmake pathNAKAMURA Takumi2014-02-091-3/+4
* Fix configure to find arc4random via header files.Todd Fiala2014-02-051-1/+1
* [CMake] Deliberately get all LLVM library dependencies for standalone builds.Jordan Rose2014-02-051-1/+7
* [CMake] Move -stdlib=libc++ handling into its own file.Jordan Rose2014-02-053-19/+38
* [CMake] Get rid of llvm_config() to expand dependencies.NAKAMURA Takumi2014-02-041-1/+1
* [CMake] LLVM-Config.cmake: Split explicit_map_components_to_libraries and int...NAKAMURA Takumi2014-02-041-3/+16
* [CMake] add_llvm_loadable_module: Fixup r200762, I mis-eliminated wrong line. :(NAKAMURA Takumi2014-02-041-0/+1
* Revert r122395, "Fixes file extension for loadable modules on OS X."NAKAMURA Takumi2014-02-041-8/+1
* [CMake] Revert r200695 and fix the problem with missing -fno-function-section...Alexey Samsonov2014-02-041-10/+12
* [CMake] Add -stdlib=libc++ to host Clang build flags before performing any he...Alexey Samsonov2014-02-042-17/+19
* Revert r200150, "[CMake] tablegen(): Use -I <dir> according to the list by in...NAKAMURA Takumi2014-02-041-17/+5
* Don't use -ffunction-sections if -fno-function-sections is not supported in t...Evgeniy Stepanov2014-02-031-1/+11
* [CMake] Untabify.NAKAMURA Takumi2014-02-022-20/+20
* Introduce line editor library.Peter Collingbourne2014-01-311-0/+1
* AddLLVM.cmake: Untabify.NAKAMURA Takumi2014-01-311-2/+2