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
/
tools
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2010-09-13
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
Michael J. Spencer
2010-09-10
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
Michael J. Spencer
2010-08-24
Check in a couple of changes that I apparently never committed:
John McCall
2010-08-08
Try to fix cmake build.
Rafael Espindola
2010-04-13
Add CMake support for 'edis'.
Ted Kremenek
2009-10-05
remove llvm-db: it is completely broken and if anyone wants to do a debugger,
Chris Lattner
2009-08-25
EXIT STAGE LEFT: gccas, gccld
Daniel Dunbar
2009-08-16
CMake: Discriminate MINGW, MSYS, CYGWIN: does not try to build llvm-config un...
Oscar Fuentes
2009-08-14
CMake: propagate to the parent scope LLVM_COMMON_DEPENDS. This is
Oscar Fuentes
2009-08-14
CMake: build llvm-config before the other tools.
Oscar Fuentes
2009-08-12
CMake: Re-enabled build of llvm-config. Removed recursive invocation
Oscar Fuentes
2009-06-23
CMake: remove support for llvm-config-generated dependencies in the build
Douglas Gregor
2009-06-18
Add a skeleton driver for new machine code level fun. llvm-mc is meant
Chris Lattner
2009-06-04
CMake: Use explicit dependencies for Xcode (as well as MSVC), to make
Douglas Gregor
2008-11-25
CMake: llvmc2 is now known as llvmc.
Oscar Fuentes
2008-10-26
CMake: If we have `clang' under the `tools/' subdirectory, add it to
Oscar Fuentes
2008-09-22
Initial support for the CMake build system.
Oscar Fuentes