summaryrefslogtreecommitdiff
path: root/tools/CMakeLists.txt
Commit message (Expand)AuthorAge
* Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).",Daniel Dunbar2011-11-10
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-11-10
* llvm-config-2: Implement build system support for getting the variables we onlyDaniel Dunbar2011-11-03
* llvm-config: Start stubbing out a C++ version of llvm-config (as llvm-config-2,Daniel Dunbar2011-11-03
* tools/CMakeLists.txt: Fixup r142103. I don't remember why I had missed the line.NAKAMURA Takumi2011-10-16
* CMake: Introduce LLVM_CLANG_SOURCE_DIR, "tools/clang" by default. Clang will ...NAKAMURA Takumi2011-10-16
* Add llvm-size.Michael J. Spencer2011-09-28
* Remove llvmc from CMake as well.Eric Christopher2011-09-20
* Sketch out a DWARF parser.Benjamin Kramer2011-09-13
* CMake: Add a new configuration option LLVM_BUILD_CLANG that'sDouglas Gregor2011-07-14
* Revert an unintended commit. Very sorry for this one.Chandler Carruth2011-04-28
* nuke goldChandler Carruth2011-04-28
* MachO file loader and execution utility.Jim Grosbach2011-03-18
* LTO is not ready for Windows.Oscar Fuentes2011-03-13
* Build LTO as a static library too.Oscar Fuentes2011-03-12
* Add LTO and gold plugin to the CMake build. Linux-only, support forOscar Fuentes2011-03-11
* Add llvm-objdumpMichael J. Spencer2011-01-20
* macho-dump: Stub out C++ macho-dump tool.Daniel Dunbar2010-11-27
* Add polly support to the build system.Tobias Grosser2010-10-30
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* Check in a couple of changes that I apparently never committed:John McCall2010-08-24
* Try to fix cmake build.Rafael Espindola2010-08-08
* Add CMake support for 'edis'.Ted Kremenek2010-04-13
* remove llvm-db: it is completely broken and if anyone wants to do a debugger,Chris Lattner2009-10-05
* EXIT STAGE LEFT: gccas, gccldDaniel Dunbar2009-08-25
* CMake: Discriminate MINGW, MSYS, CYGWIN: does not try to build llvm-config un...Oscar Fuentes2009-08-16
* CMake: propagate to the parent scope LLVM_COMMON_DEPENDS. This isOscar Fuentes2009-08-14
* CMake: build llvm-config before the other tools.Oscar Fuentes2009-08-14
* CMake: Re-enabled build of llvm-config. Removed recursive invocationOscar Fuentes2009-08-12
* CMake: remove support for llvm-config-generated dependencies in the buildDouglas Gregor2009-06-23
* Add a skeleton driver for new machine code level fun. llvm-mc is meantChris Lattner2009-06-18
* CMake: Use explicit dependencies for Xcode (as well as MSVC), to makeDouglas Gregor2009-06-04
* CMake: llvmc2 is now known as llvmc.Oscar Fuentes2008-11-25
* CMake: If we have `clang' under the `tools/' subdirectory, add it toOscar Fuentes2008-10-26
* Initial support for the CMake build system.Oscar Fuentes2008-09-22