aboutsummaryrefslogtreecommitdiffstats
path: root/tools/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Restructure how Clang, Polly and other external projects get included.Michael J. Spencer2012-04-261-17/+3
* Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer2012-04-191-2/+0
* [Object]David Meyer2012-03-011-0/+1
* Add a random .LL file generator to stress-test different llvm components.Nadav Rotem2012-02-261-0/+1
* Have cmake build llvm-cov. Patch by arrowdodger.Duncan Sands2011-12-071-0/+1
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-12-011-9/+2
* Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots.Duncan Sands2011-12-011-2/+9
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-11-291-9/+2
* edis: Sink EDMain.cpp into lib/MC/MCDisassembler.Daniel Dunbar2011-11-291-1/+0
* Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).",Daniel Dunbar2011-11-101-2/+9
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-11-101-9/+2
* llvm-config-2: Implement build system support for getting the variables we onlyDaniel Dunbar2011-11-031-1/+4
* llvm-config: Start stubbing out a C++ version of llvm-config (as llvm-config-2,Daniel Dunbar2011-11-031-0/+1
* tools/CMakeLists.txt: Fixup r142103. I don't remember why I had missed the line.NAKAMURA Takumi2011-10-161-1/+1
* CMake: Introduce LLVM_CLANG_SOURCE_DIR, "tools/clang" by default. Clang will ...NAKAMURA Takumi2011-10-161-2/+5
* Add llvm-size.Michael J. Spencer2011-09-281-0/+1
* Remove llvmc from CMake as well.Eric Christopher2011-09-201-1/+0
* Sketch out a DWARF parser.Benjamin Kramer2011-09-131-0/+1
* CMake: Add a new configuration option LLVM_BUILD_CLANG that'sDouglas Gregor2011-07-141-1/+4
* Revert an unintended commit. Very sorry for this one.Chandler Carruth2011-04-281-0/+7
* nuke goldChandler Carruth2011-04-281-7/+0
* MachO file loader and execution utility.Jim Grosbach2011-03-181-0/+1
* LTO is not ready for Windows.Oscar Fuentes2011-03-131-1/+4
* Build LTO as a static library too.Oscar Fuentes2011-03-121-1/+1
* Add LTO and gold plugin to the CMake build. Linux-only, support forOscar Fuentes2011-03-111-0/+8
* Add llvm-objdumpMichael J. Spencer2011-01-201-3/+4
* macho-dump: Stub out C++ macho-dump tool.Daniel Dunbar2010-11-271-0/+1
* Add polly support to the build system.Tobias Grosser2010-10-301-0/+8
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-1/+12
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-12/+1
* Check in a couple of changes that I apparently never committed:John McCall2010-08-241-0/+1
* Try to fix cmake build.Rafael Espindola2010-08-081-0/+1
* Add CMake support for 'edis'.Ted Kremenek2010-04-131-0/+1
* remove llvm-db: it is completely broken and if anyone wants to do a debugger,Chris Lattner2009-10-051-1/+0
* EXIT STAGE LEFT: gccas, gccldDaniel Dunbar2009-08-251-3/+0
* CMake: Discriminate MINGW, MSYS, CYGWIN: does not try to build llvm-config un...Oscar Fuentes2009-08-161-1/+1
* CMake: propagate to the parent scope LLVM_COMMON_DEPENDS. This isOscar Fuentes2009-08-141-0/+2
* CMake: build llvm-config before the other tools.Oscar Fuentes2009-08-141-1/+6
* CMake: Re-enabled build of llvm-config. Removed recursive invocationOscar Fuentes2009-08-121-3/+1
* CMake: remove support for llvm-config-generated dependencies in the buildDouglas Gregor2009-06-231-1/+3
* Add a skeleton driver for new machine code level fun. llvm-mc is meantChris Lattner2009-06-181-0/+1
* CMake: Use explicit dependencies for Xcode (as well as MSVC), to makeDouglas Gregor2009-06-041-3/+3
* CMake: llvmc2 is now known as llvmc.Oscar Fuentes2008-11-251-1/+1
* CMake: If we have `clang' under the `tools/' subdirectory, add it toOscar Fuentes2008-10-261-0/+4
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+32