summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAge
* [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
* [CMake] Re-apply r200765, "Get rid of llvm_config() to expand dependencies."NAKAMURA Takumi2014-02-10
* Remove shell comment in the middle of a single-line command.Bob Wilson2014-02-09
* Whitespace.NAKAMURA Takumi2014-02-09
* Provide CMake package modules in install treeNAKAMURA Takumi2014-02-09
* Load exported lib and exe targets from LLVMConfigNAKAMURA Takumi2014-02-09
* Export lib and exe build target names from build treeNAKAMURA Takumi2014-02-09
* Export lib and exe build target names from install treeNAKAMURA Takumi2014-02-09
* Provide LLVMConfig in both build and install treeNAKAMURA Takumi2014-02-09
* Teach LLVMConfig to avoid modifying CMAKE_MODULE_PATHNAKAMURA Takumi2014-02-09
* De-duplicate references to share/llvm/cmake pathNAKAMURA Takumi2014-02-09
* Fix configure to find arc4random via header files.Todd Fiala2014-02-05
* [CMake] Deliberately get all LLVM library dependencies for standalone builds.Jordan Rose2014-02-05
* [CMake] Move -stdlib=libc++ handling into its own file.Jordan Rose2014-02-05
* [CMake] Get rid of llvm_config() to expand dependencies.NAKAMURA Takumi2014-02-04
* [CMake] LLVM-Config.cmake: Split explicit_map_components_to_libraries and int...NAKAMURA Takumi2014-02-04
* [CMake] add_llvm_loadable_module: Fixup r200762, I mis-eliminated wrong line. :(NAKAMURA Takumi2014-02-04
* Revert r122395, "Fixes file extension for loadable modules on OS X."NAKAMURA Takumi2014-02-04
* [CMake] Revert r200695 and fix the problem with missing -fno-function-section...Alexey Samsonov2014-02-04
* [CMake] Add -stdlib=libc++ to host Clang build flags before performing any he...Alexey Samsonov2014-02-04
* Revert r200150, "[CMake] tablegen(): Use -I <dir> according to the list by in...NAKAMURA Takumi2014-02-04
* Don't use -ffunction-sections if -fno-function-sections is not supported in t...Evgeniy Stepanov2014-02-03
* [CMake] Untabify.NAKAMURA Takumi2014-02-02
* Introduce line editor library.Peter Collingbourne2014-01-31
* AddLLVM.cmake: Untabify.NAKAMURA Takumi2014-01-31
* HandleLLVMOptions.cmake: Typo, s/proerty/property/NAKAMURA Takumi2014-01-31
* [CMake] llvm_update_compile_flags: Honor LLVM_COMPILE_FLAGS.NAKAMURA Takumi2014-01-30
* HandleLLVMOptions.cmake: Typo in comment.NAKAMURA Takumi2014-01-30
* Remove -arm-enable-ehabi from Android build rules. It's enabled by default.Evgeniy Stepanov2014-01-29
* [CMake] llvm_update_compile_flags(name) doesn't require source files. TARGET ...NAKAMURA Takumi2014-01-28
* [CMake] Prune CMAKE_CXX_FLAGS stuff in llvm_process_sources.NAKAMURA Takumi2014-01-28
* [CMake] Enhance llvm_update_compile_flags(name sources) to handle LLVM_REQUIR...NAKAMURA Takumi2014-01-28