[CMake] Work around to use target_link_libraries(PUBLIC) in BUILD_SHARED_LIBS mode.
[oota-llvm.git] / cmake / modules / AddLLVM.cmake
2010-12-22 Oscar FuentesFixes file extension for loadable modules on OS X.
2010-12-10 NAKAMURA TakumiAdd dependency to "make check".
2010-10-22 Oscar FuentesLoadable modules are not supported on Cygwin. PR 6655.
2010-10-14 Oscar FuentesWhen building shared libraries, link to required system...
2010-09-25 Oscar FuentesReverting "CMake: Don't include tools, unittets, or...
2010-09-24 Michael J. SpencerCMake: Don't include tools, unittets, or examples as...
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-11 Michael J. SpencerCMake: Fix mingw32 build.
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2009-11-23 Oscar FuentesCMake: Do not try to install a target before it is...
2009-11-23 Oscar FuentesCMake: generate targets for tools and examples even...
2009-11-10 Douglas GregorCMake: Add Darwin-specific linker flags for building...
2009-11-10 Oscar FuentesCMake: Support for building llvm loadable modules.
2009-08-16 Benjamin KramerFix the MSVC build again.
2009-08-16 Oscar FuentesCMake: Hopefully this will fix the build on VS. I can...
2009-08-16 Oscar FuentesCMake: Revert r79144. It reverted a change necessary...
2009-08-15 Benjamin KramerRevert 78996. It was breaking MSVC builds.
2009-08-14 Oscar FuentesCMake: Builds main LLVM Target library before its subli...
2009-08-14 Oscar FuentesCMake: Use LLVM_COMMON_DEPENDS on add_llvm_executable.
2009-08-12 Oscar FuentesCMake: Rely on llvm_config again for obtaining the...
2009-06-23 Douglas GregorReinstate target dependencies on Table_gen targets...
2009-06-23 Douglas GregorCMake: remove support for llvm-config-generated depende...
2009-06-23 Douglas GregorEliminate some unused code in CMa'e add_llvm_target...
2009-06-23 Douglas GregorEliminate object-relinking support from CMake. Fixes...
2009-06-12 Oscar FuentesCMake: New variable LLVM_LIBDIR_SUFFIX.
2009-06-04 Douglas GregorCMake: Use explicit dependencies for Xcode (as well...
2009-05-27 Oscar FuentesCMake: Set LIBS on llvm-config so we can query the...
2009-05-23 Oscar FuentesCMake: Use libdl only when available. Fixes build on...
2009-05-06 Oscar FuentesCMake: Use pthread library when requested and available.
2008-11-30 Eli FriedmanFix a link issue I ran into trying compiling LLVM on...
2008-11-15 Oscar FuentesCMake: Adds header and TableGen files to Visual Studio...
2008-11-14 Oscar FuentesCMake: Fixed dependencies of .cpp source files on ...
2008-11-11 Oscar FuentesCMake: Removed unnecessary library path setting that...
2008-10-26 Oscar FuentesCMake: Support for LLVM_USED_LIBS variable, which is...
2008-10-22 Oscar FuentesCMake: `make install' for libraries, executables and...
2008-09-26 Oscar FuentesCMake: Builds all targets.
2008-09-22 Oscar FuentesCMake build system: support for parallel builds.
2008-09-22 Oscar FuentesInitial support for the CMake build system.