Teach lit to filter the host LDFLAGS down from the build system and into
[oota-llvm.git] / cmake / modules / AddLLVM.cmake
2014-10-21 Chandler CarruthTeach lit to filter the host LDFLAGS down from the...
2014-10-20 Rafael EspindolaExplain why we don't always use --gc-sections.
2014-10-20 NAKAMURA TakumiRevert r220174, "Always use -Wl,-gc-sections on our...
2014-10-19 Rafael EspindolaAlways use -Wl,-gc-sections on our build.
2014-10-17 Peter CollingbourneDisable ccache for go tests.
2014-10-16 Peter CollingbourneInitial version of Go bindings.
2014-09-26 Richard SmithAdd LLVM_ENABLE_MODULES flag to CMake to enable buildin...
2014-07-22 Dan LiewAdded LLVM_ENABLE_RTTI and LLVM_ENABLE_EH options that...
2014-07-14 Alp TokerRevert "Revert "Move clang feature flags settings out...
2014-07-14 Alp TokerRevert "Move clang feature flags settings out of LLVM...
2014-07-14 Alp TokerMove clang feature flags settings out of LLVM core...
2014-07-14 NAKAMURA Takumi[CMake][Win32.DLL] Let llvm_add_library(SHARED) link...
2014-07-13 NAKAMURA Takumi[CMake] Introduce moddir for MODULE -- corresponding...
2014-07-11 NAKAMURA Takumi[CMake] add_llvm_library: Add "RUNTIME DESTINATION...
2014-07-04 NAKAMURA Takumi[CMake] Introduce LLVM_ENABLE_PLUGINS as an internal...
2014-07-04 NAKAMURA Takumi[CMake] Introduce LLVM_SHLIB_OUTPUT_INTDIR.
2014-07-04 NAKAMURA Takumi[CMake] Fix set_output_directory to do nothing if ...
2014-05-21 Greg FitzgeraldUse llvm-lit if LLVM source tree is unavailable.
2014-04-10 NAKAMURA TakumiAddLLVM: Mute the prefix "lib" in SHARED on win32.
2014-03-04 NAKAMURA Takumi[CMake] add_llvm_target(): No need to include TABLEGEN_...
2014-02-28 Rafael EspindolaWith rpaths being set correctly, SHLIBPATH_VAR is not...
2014-02-28 NAKAMURA Takumi[CMake] llvm_add_library(SHARED|STATIC): Fix broken...
2014-02-26 NAKAMURA Takumi[CMake] Work around to use target_link_libraries(PUBLIC...
2014-02-26 NAKAMURA Takumi[CMake] Move LLVMBUILD_LIB_DEPS stuff from add_llvm_lib...
2014-02-26 NAKAMURA Takumi[CMake] Use target_link_libraries(INTERFACE|PRIVATE...
2014-02-22 NAKAMURA TakumiPrune debug message in AddLLVM.cmake.
2014-02-21 NAKAMURA Takumi[CMake] llvm_add_library: Add dependencies also to...
2014-02-21 NAKAMURA Takumi[CMake] Introduce "llvm_add_library(SHARED STATIC)...
2014-02-13 NAKAMURA Takumi[CMake] Let llvm_add_library(MODULE) check capability...
2014-02-13 NAKAMURA Takumi[CMake] Move the target property PREFIX from add_llvm_l...
2014-02-13 NAKAMURA Takumi[CMake] llvm_add_library(MODULE) may use CMAKE_MODULE_L...
2014-02-13 NAKAMURA Takumi[CMake] llvm_add_library: Add handling of the parameter...
2014-02-10 NAKAMURA Takumi[CMake] LLVMSupport should be responsible to provide...
2014-02-10 NAKAMURA Takumi[CMake] Introduce llvm_add_library().
2014-02-09 NAKAMURA TakumiExport lib and exe build target names from build tree
2014-02-09 NAKAMURA TakumiExport lib and exe build target names from install...
2014-02-04 NAKAMURA Takumi[CMake] add_llvm_loadable_module: Fixup r200762, I...
2014-02-04 NAKAMURA TakumiRevert r122395, "Fixes file extension for loadable...
2014-01-31 NAKAMURA TakumiAddLLVM.cmake: Untabify.
2014-01-30 NAKAMURA Takumi[CMake] llvm_update_compile_flags: Honor LLVM_COMPILE_F...
2014-01-28 NAKAMURA Takumi[CMake] llvm_update_compile_flags(name) doesn't require...
2014-01-28 NAKAMURA Takumi[CMake] Enhance llvm_update_compile_flags(name sources...
2014-01-28 NAKAMURA Takumi[CMake] Move -ffunction-data-sections stuff to HandleLL...
2014-01-27 NAKAMURA Takumi[CMake] Put *_exports into "Misc" folder.
2014-01-26 NAKAMURA Takumi[CMake] configure_lit_site_cfg: ${SHLIBDIR} should...
2014-01-19 NAKAMURA Takumi[CMake] Introduce new scheme of LLVM_TOOLS_BINARY_DIR...
2014-01-19 NAKAMURA Takumi[CMake] Prune deprecate usage of CMAKE_RUNTIME_OUTPUT_D...
2014-01-16 Quentin Colombet[cmake] Attempt to fix sanitizer buildbot.
2014-01-08 Alp TokerCMake: Provide LLVM_PLUGIN_EXT definition
2014-01-07 NAKAMURA Takumi[CMake] Introduce llvm_update_compile_flags(target_name...
2014-01-05 Nico WeberAdd a FIXME.
2014-01-02 Jordan Rose[CMake] Add missing set_output_directory after Takumi...
2014-01-02 Douglas GregorCMake separate projects: use correct name for LIBRARY_O...
2013-12-30 NAKAMURA Takumi[CMake][VS][XCode] Restruct the output directory layout...
2013-12-30 Yaron Keren Visual C++ does not support -ffunction-sections -fdata...
2013-12-30 Nico WeberPort r198087 and r198089 (strip dead code by default...
2013-12-29 Nico Weber[cmake] In add_llvm_loadable_module, don't clobber...
2013-12-29 NAKAMURA TakumiFix mis-merging in AddLLVM.cmake, take #2. LINK.EXE...
2013-12-29 NAKAMURA TakumiFix mis-merging in AddLLVM.cmake. Sorry.
2013-12-29 NAKAMURA Takumi[CMake] Fix add_llvm_loadble_module.
2013-12-29 NAKAMURA Takumi[CMake] add_llvm_symbol_exports: Use unique name for...
2013-12-29 NAKAMURA Takumi[CMake] add_llvm_symbol_exports: Use ${native_export_fi...
2013-12-29 Nico WeberYet another attempt at getting cmake-clang-i686-mingw32...
2013-12-29 Nico WeberWindows build fixes, hopefully last part.
2013-12-29 Nico WeberAnother windows build fix attempt.
2013-12-29 Nico WeberMore windows build fix attempts.
2013-12-29 Nico WeberThe same we do every commit, Pinky: Try to fix the...
2013-12-29 Nico WeberAnother windows build fix attempt after r198136.
2013-12-29 Nico WeberTry to fix windows build more after r198136.
2013-12-29 Nico WeberUse `${CMAKE_COMMAND}` instead of `cmake`.
2013-12-28 Nico WeberTry to fix windows build after r198136.
2013-12-28 Nico WeberTry to fix linux build after r198136.
2013-12-28 Nico WeberEXPORTED_SYMBOL_FILE support for cmake
2013-12-20 Alp TokerFix documentation typos
2013-12-19 NAKAMURA TakumiRevert r197682, "[CMake] Introduce LIT in add_lit_target."
2013-12-19 NAKAMURA Takumi[CMake] Introduce LIT in add_lit_target.
2013-12-16 NAKAMURA Takumi[CMake] Introduce LLVM_RUNTIME_OUTPUT_INTDIR and LLVM_L...
2013-12-04 NAKAMURA Takumi[CMake] add_lit_target: Let lit.site.cfg free from...
2013-12-02 NAKAMURA Takumi[CMake] add_lit_target: Tests should be excluded from...
2013-08-27 Roman DivackyTranslate ENABLE_CLANG_{ARCMT,REWRITER,STATIC_ANALYZER...
2013-08-24 Hans WennborgCMake: Add LLVM_INSTALL_TOOLCHAIN_ONLY option.
2013-08-21 Argyrios Kyrtzidis[CMake] Automatically pick up subdirectories in llvm...
2013-08-14 NAKAMURA Takumi[CMake] add_llvm_library: Specify explicit suffix ...
2013-08-06 Aaron BallmanReplacing /GR with /GR- instead of applying both option...
2013-04-21 Sylvestre LedruRemove the executable bit on cmake files
2013-02-14 Tim NorthoverUse correct host/target CMake variables to define lit...
2013-01-27 NAKAMURA Takumi[CMake][Lit][unittests] Cleanup in AddLLVM.cmake.
2013-01-27 NAKAMURA Takumi[CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE...
2012-12-24 NAKAMURA Takumi[CMake] AddLLVM.cmake: Tweak the corner case that ...
2012-12-19 Alexey SamsonovCMake: factor out a function that returns the expected...
2012-10-10 NAKAMURA Takumi[CMake] add_lit_testsuite: EXCLUDE_FROM_ALL excludes...
2012-10-05 NAKAMURA Takumi[CMake] Enhance add_llvm_external_project.
2012-08-04 NAKAMURA Takumi[CMake] add_lit_target: Remove comments about add_depen...
2012-07-12 Gabor Greifdetabify
2012-07-02 Chandler CarruthRevert r159588, and apply a more principled fix. Place...
2012-07-02 Chandler CarruthSwitch from using a lit.cfg-generator variable that...
2012-06-30 Chandler CarruthHoist LLVM's lit testsuite infrastructure into module...
2012-06-29 Chandler CarruthAdd a missing common variable to the lit.site.cfg gener...
2012-06-28 Chandler CarruthMove the setup for variables that are expanded in the...
2012-06-21 Chandler CarruthAvoid using the recently added APPEND_STRING feature...
next