summaryrefslogtreecommitdiff
path: root/tools/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2011-07-14CMake: Add a new configuration option LLVM_BUILD_CLANG that'sDouglas Gregor1-1/+4
2011-04-28Revert an unintended commit. Very sorry for this one.Chandler Carruth1-0/+7
2011-04-28nuke goldChandler Carruth1-7/+0
2011-03-18MachO file loader and execution utility.Jim Grosbach1-0/+1
2011-03-13LTO is not ready for Windows.Oscar Fuentes1-1/+4
2011-03-12Build LTO as a static library too.Oscar Fuentes1-1/+1
2011-03-11Add LTO and gold plugin to the CMake build. Linux-only, support forOscar Fuentes1-0/+8
2011-01-20Add llvm-objdumpMichael J. Spencer1-3/+4
2010-11-27macho-dump: Stub out C++ macho-dump tool.Daniel Dunbar1-0/+1
2010-10-30Add polly support to the build system.Tobias Grosser1-0/+8
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer1-1/+12
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer1-12/+1
2010-08-24Check in a couple of changes that I apparently never committed:John McCall1-0/+1
2010-08-08Try to fix cmake build.Rafael Espindola1-0/+1
2010-04-13Add CMake support for 'edis'.Ted Kremenek1-0/+1
2009-10-05remove llvm-db: it is completely broken and if anyone wants to do a debugger,Chris Lattner1-1/+0
2009-08-25EXIT STAGE LEFT: gccas, gccldDaniel Dunbar1-3/+0
2009-08-16CMake: Discriminate MINGW, MSYS, CYGWIN: does not try to build llvm-config un...Oscar Fuentes1-1/+1
2009-08-14CMake: propagate to the parent scope LLVM_COMMON_DEPENDS. This isOscar Fuentes1-0/+2
2009-08-14CMake: build llvm-config before the other tools.Oscar Fuentes1-1/+6
2009-08-12CMake: Re-enabled build of llvm-config. Removed recursive invocationOscar Fuentes1-3/+1
2009-06-23CMake: remove support for llvm-config-generated dependencies in the buildDouglas Gregor1-1/+3
2009-06-18Add a skeleton driver for new machine code level fun. llvm-mc is meantChris Lattner1-0/+1
2009-06-04CMake: Use explicit dependencies for Xcode (as well as MSVC), to makeDouglas Gregor1-3/+3
2008-11-25CMake: llvmc2 is now known as llvmc.Oscar Fuentes1-1/+1
2008-10-26CMake: If we have `clang' under the `tools/' subdirectory, add it toOscar Fuentes1-0/+4
2008-09-22Initial support for the CMake build system.Oscar Fuentes1-0/+32