Add X86 MMX type to bitcode and Type.
[oota-llvm.git] / cmake / modules / LLVMConfig.cmake
2010-08-15 Oscar FuentesUpdated the GenLibDeps -> LLVMLibDeps.cmake transformat...
2010-08-11 Oscar FuentesCMake: corrections on LLVM.cmake external services.
2010-08-09 Oscar FuentesCMake: llvm_map_components_to_libraries now returns...
2010-08-09 Oscar FuentesCMake: system for providing llvm-config-like features...
2010-08-02 Oscar FuentesImprove discrimination of unknown libraries from ignore...
2010-08-02 Oscar Fuentesexplicit_map_components_to_libraries now does not compl...
2009-11-25 Daniel DunbarAdd the rest of the build system logic for optional...
2009-11-19 Oscar FuentesUse CMAKE_DL_LIBS instead of raw library name. Fixes...
2009-08-19 Duncan SandsFix cmake build on non-x86 targets. Patch by
2009-08-17 Oscar FuentesCMake: LLVMConfig assigns LLVMX86 to the `native' component
2009-08-14 Oscar FuentesCMake: Automatic regeneration of the library dependenci...
2009-08-12 Oscar FuentesCMake: Localized dependency on Perl.
2009-08-12 Oscar FuentesCMake: Rely on llvm_config again for obtaining the...
2009-08-12 Oscar FuentesCMake: Moved hard-coded library dependencies to its...
2009-07-24 Dan GohmanRemove the IA-64 backend.
2009-07-17 Daniel DunbarSketch support for target specific assembly parser.
2009-07-16 Daniel DunbarRegerate CMake library dependencies.
2009-07-16 Daniel DunbarKill off cmake magic to force linking.
2009-07-15 Daniel DunbarTweak CMake component lookup, I misunderstood what...
2009-07-15 Daniel DunbarTeach Makefiles & CMake to link in the <TARGET>Info...
2009-06-23 Douglas GregorCMake: remove support for llvm-config-generated depende...
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-03-16 Douglas GregorCMake: Build system fixes for XCode. llvm-config still...
2009-01-22 Oscar FuentesCMake: Tests PERL availability with PERL_EXECUTABLE...
2008-11-16 Oscar FuentesCMake: MSVC: Pass list of components the right way...
2008-11-15 Oscar FuentesCMake: Forces linking of the rest of architecture targe...
2008-11-11 Oscar FuentesCMake: Updated library dependency info used for MSVC++.
2008-10-31 Oscar FuentesCMake: Fix some unwanted commentary line wraps on the...
2008-10-31 Oscar FuentesCMake: Establish dependencies among executables and...
2008-09-24 Oscar FuentesCMake: Removed unnecessary messages from msvc_llvm_conf...
2008-09-22 Oscar FuentesInitial support for the CMake build system.