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
Age
Commit message (
Expand
)
Author
2009-01-22
CMake: Tests PERL availability with PERL_EXECUTABLE variable.
Oscar Fuentes
2009-01-07
CMake: replace `rm' with portable invocations of cmake.
Oscar Fuentes
2008-11-30
Fix a link issue I ran into trying compiling LLVM on MinGW with CMake.
Eli Friedman
2008-11-21
CMake: Do not rebuild the world when tblgen changes but the .inc files
Oscar Fuentes
2008-11-20
CMake: when building shared libraries, use -fPIC for compiling
Oscar Fuentes
2008-11-18
CMake: Option for enabling/disabling threads.
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-15
CMake: Adds header and TableGen files to Visual Studio solution. A new
Oscar Fuentes
2008-11-14
CMake: Use LLVM_MAIN_SRC_DIR instead of CMAKE_SOURCE_DIR, for
Oscar Fuentes
2008-11-14
CMake: Fixed dependencies of .cpp source files on .td and tablegenned
Oscar Fuentes
2008-11-11
CMake: Updated library dependency info used for MSVC++.
Oscar Fuentes
2008-11-11
CMake: Removed unnecessary library path setting that was breaking the
Oscar Fuentes
2008-11-10
CMake: Fixed cross-compiling.
Oscar Fuentes
2008-11-10
CMake: Builds a native tblgen when cross-compiling and the user didn't
Oscar Fuentes
2008-11-10
CMake: Non-working code for auto-building the native tblgen util when
Oscar Fuentes
2008-11-09
CMake: Support for cross-compiling. For now, requires a previously
Oscar Fuentes
2008-11-04
CMake: Support for building 32 bit mode libs and binaries on
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-10-29
CMake: Removed some cruft.
Oscar Fuentes
2008-10-26
CMake: Support for LLVM_USED_LIBS variable, which is the cmake
Oscar Fuentes
2008-10-26
CMake: GetTargetTriple: new module for determining the target
Oscar Fuentes
2008-10-25
CMake: MSVC++ no longer uses a special configuration method.
Oscar Fuentes
2008-10-24
Modify the cmake build system so that if it doesn't find bison, it will use t...
Cedric Venet
2008-10-22
CMake: `make install' for libraries, executables and header files.
Oscar Fuentes
2008-09-26
CMake: Builds all targets.
Oscar Fuentes
2008-09-24
CMake: Removed unnecessary messages from msvc_llvm_config macro.
Oscar Fuentes
2008-09-22
CMake build system: support for parallel builds.
Oscar Fuentes
2008-09-22
add_partially_linked_object: Replaced nonexistent MESSAGE option in
Oscar Fuentes
2008-09-22
Initial support for the CMake build system.
Oscar Fuentes