index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmake
/
modules
/
LLVMConfig.cmake
Age
Commit message (
Expand
)
Author
2009-11-25
Add the rest of the build system logic for optional target disassemblers
Daniel Dunbar
2009-11-19
Use CMAKE_DL_LIBS instead of raw library name. Fixes bug 5536.
Oscar Fuentes
2009-08-19
Fix cmake build on non-x86 targets. Patch by
Duncan Sands
2009-08-17
CMake: LLVMConfig assigns LLVMX86 to the `native' component
Oscar Fuentes
2009-08-14
CMake: Automatic regeneration of the library dependencies file.
Oscar Fuentes
2009-08-12
CMake: Localized dependency on Perl.
Oscar Fuentes
2009-08-12
CMake: Rely on llvm_config again for obtaining the list of required
Oscar Fuentes
2009-08-12
CMake: Moved hard-coded library dependencies to its own file.
Oscar Fuentes
2009-07-24
Remove the IA-64 backend.
Dan Gohman
2009-07-17
Sketch support for target specific assembly parser.
Daniel Dunbar
2009-07-16
Regerate CMake library dependencies.
Daniel Dunbar
2009-07-16
Kill off cmake magic to force linking.
Daniel Dunbar
2009-07-15
Tweak CMake component lookup, I misunderstood what was happening here.though. :(
Daniel Dunbar
2009-07-15
Teach Makefiles & CMake to link in the <TARGET>Info library when linking the
Daniel Dunbar
2009-06-23
CMake: remove support for llvm-config-generated dependencies in the build
Douglas Gregor
2009-06-04
CMake: Use explicit dependencies for Xcode (as well as MSVC), to make
Douglas Gregor
2009-05-27
CMake: Set LIBS on llvm-config so we can query the system libraries
Oscar Fuentes
2009-03-16
CMake: Build system fixes for XCode. llvm-config still causes us some serious...
Douglas Gregor
2009-01-22
CMake: Tests PERL availability with PERL_EXECUTABLE variable.
Oscar Fuentes
2008-11-16
CMake: MSVC: Pass list of components the right way to msvc_llvm_config
Oscar Fuentes
2008-11-15
CMake: Forces linking of the rest of architecture targets and its
Oscar Fuentes
2008-11-11
CMake: Updated library dependency info used for MSVC++.
Oscar Fuentes
2008-10-31
CMake: Fix some unwanted commentary line wraps on the last change.
Oscar Fuentes
2008-10-31
CMake: Establish dependencies among executables and libraries, using
Oscar Fuentes
2008-09-24
CMake: Removed unnecessary messages from msvc_llvm_config macro.
Oscar Fuentes
2008-09-22
Initial support for the CMake build system.
Oscar Fuentes