summaryrefslogtreecommitdiff
path: root/cmake/modules/AddLLVM.cmake
Commit message (Expand)AuthorAge
* Use llvm-lit if LLVM source tree is unavailable.Greg Fitzgerald2014-05-21
* AddLLVM: Mute the prefix "lib" in SHARED on win32.NAKAMURA Takumi2014-04-10
* [CMake] add_llvm_target(): No need to include TABLEGEN_OUTPUT in source list.NAKAMURA Takumi2014-03-04
* 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
* 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
* [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_add_library: Add handling of the parameter ADDITIONAL_HEADERS to...NAKAMURA Takumi2014-02-13
* [CMake] LLVMSupport should be responsible to provide system_libs.NAKAMURA Takumi2014-02-10
* [CMake] Introduce llvm_add_library().NAKAMURA Takumi2014-02-10
* 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
* [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
* AddLLVM.cmake: Untabify.NAKAMURA Takumi2014-01-31
* [CMake] llvm_update_compile_flags: Honor LLVM_COMPILE_FLAGS.NAKAMURA Takumi2014-01-30
* [CMake] llvm_update_compile_flags(name) doesn't require source files. TARGET ...NAKAMURA Takumi2014-01-28
* [CMake] Enhance llvm_update_compile_flags(name sources) to handle LLVM_REQUIR...NAKAMURA Takumi2014-01-28
* [CMake] Move -ffunction-data-sections stuff to HandleLLVMOptions.NAKAMURA Takumi2014-01-28
* [CMake] Put *_exports into "Misc" folder.NAKAMURA Takumi2014-01-27
* [CMake] configure_lit_site_cfg: ${SHLIBDIR} should point the build tree.NAKAMURA Takumi2014-01-26
* [CMake] Introduce new scheme of LLVM_TOOLS_BINARY_DIR and LLVM_LIBRARY_DIRNAKAMURA Takumi2014-01-19
* [CMake] Prune deprecate usage of CMAKE_RUNTIME_OUTPUT_DIRECTORY.NAKAMURA Takumi2014-01-19
* [cmake] Attempt to fix sanitizer buildbot.Quentin Colombet2014-01-16
* CMake: Provide LLVM_PLUGIN_EXT definitionAlp Toker2014-01-08
* [CMake] Introduce llvm_update_compile_flags(target_name) to update compile fl...NAKAMURA Takumi2014-01-07
* Add a FIXME.Nico Weber2014-01-05
* [CMake] Add missing set_output_directory after Takumi's change in r198205.Jordan Rose2014-01-02
* CMake separate projects: use correct name for LIBRARY_OUTPUT_DIRECTORY_${suff...Douglas Gregor2014-01-02
* [CMake][VS][XCode] Restruct the output directory layout more comfortable, ${B...NAKAMURA Takumi2013-12-30
* Visual C++ does not support -ffunction-sections -fdata-sections.Yaron Keren2013-12-30
* Port r198087 and r198089 (strip dead code by default) from make to cmake.Nico Weber2013-12-30
* [cmake] In add_llvm_loadable_module, don't clobber existing LINK_FLAGS on OS X.Nico Weber2013-12-29
* Fix mis-merging in AddLLVM.cmake, take #2. LINK.EXE's options had been broken...NAKAMURA Takumi2013-12-29
* Fix mis-merging in AddLLVM.cmake. Sorry.NAKAMURA Takumi2013-12-29
* [CMake] Fix add_llvm_loadble_module.NAKAMURA Takumi2013-12-29
* [CMake] add_llvm_symbol_exports: Use unique name for each target.NAKAMURA Takumi2013-12-29
* [CMake] add_llvm_symbol_exports: Use ${native_export_file} instead of equival...NAKAMURA Takumi2013-12-29
* Yet another attempt at getting cmake-clang-i686-mingw32 green.Nico Weber2013-12-29
* Windows build fixes, hopefully last part.Nico Weber2013-12-29
* Another windows build fix attempt.Nico Weber2013-12-29
* More windows build fix attempts.Nico Weber2013-12-29
* The same we do every commit, Pinky: Try to fix the windows build (after r1981...Nico Weber2013-12-29