aboutsummaryrefslogtreecommitdiff
path: root/tools/CMakeLists.txt
AgeCommit message (Expand)Author
2013-02-28Connect LLVM CMake build scripts to LLDB's CMake scripts:Daniel Malea
2012-11-21Adding tests for the Intel JIT event listener's MCJIT support.Andrew Kaylor
2012-11-12[ASan] Add llvm-symbolizer from to tools/Alexander Potapenko
2012-10-31MC: Simple example parser for MC assembly markup.Jim Grosbach
2012-04-26[CMake] Restructure how Clang, Polly and other external projects get included.Michael J. Spencer
2012-04-19Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer
2012-03-01[Object]David Meyer
2012-02-26Add a random .LL file generator to stress-test different llvm components.Nadav Rotem
2011-12-07Have cmake build llvm-cov. Patch by arrowdodger.Duncan Sands
2011-12-01llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar
2011-12-01Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots.Duncan Sands
2011-11-29llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar
2011-11-29edis: Sink EDMain.cpp into lib/MC/MCDisassembler.Daniel Dunbar
2011-11-10Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).",Daniel Dunbar
2011-11-10llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar
2011-11-03llvm-config-2: Implement build system support for getting the variables we onlyDaniel Dunbar
2011-11-03llvm-config: Start stubbing out a C++ version of llvm-config (as llvm-config-2,Daniel Dunbar
2011-10-16tools/CMakeLists.txt: Fixup r142103. I don't remember why I had missed the line.NAKAMURA Takumi
2011-10-16CMake: Introduce LLVM_CLANG_SOURCE_DIR, "tools/clang" by default. Clang will ...NAKAMURA Takumi
2011-09-28Add llvm-size.Michael J. Spencer
2011-09-20Remove llvmc from CMake as well.Eric Christopher
2011-09-13Sketch out a DWARF parser.Benjamin Kramer
2011-07-14CMake: Add a new configuration option LLVM_BUILD_CLANG that'sDouglas Gregor
2011-04-28Revert an unintended commit. Very sorry for this one.Chandler Carruth
2011-04-28nuke goldChandler Carruth
2011-03-18MachO file loader and execution utility.Jim Grosbach
2011-03-13LTO is not ready for Windows.Oscar Fuentes
2011-03-12Build LTO as a static library too.Oscar Fuentes
2011-03-11Add LTO and gold plugin to the CMake build. Linux-only, support forOscar Fuentes
2011-01-20Add llvm-objdumpMichael J. Spencer
2010-11-27macho-dump: Stub out C++ macho-dump tool.Daniel Dunbar
2010-10-30Add polly support to the build system.Tobias Grosser
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer
2010-08-24Check in a couple of changes that I apparently never committed:John McCall
2010-08-08Try to fix cmake build.Rafael Espindola
2010-04-13Add CMake support for 'edis'.Ted Kremenek
2009-10-05remove llvm-db: it is completely broken and if anyone wants to do a debugger,Chris Lattner
2009-08-25EXIT STAGE LEFT: gccas, gccldDaniel Dunbar
2009-08-16CMake: Discriminate MINGW, MSYS, CYGWIN: does not try to build llvm-config un...Oscar Fuentes
2009-08-14CMake: propagate to the parent scope LLVM_COMMON_DEPENDS. This isOscar Fuentes
2009-08-14CMake: build llvm-config before the other tools.Oscar Fuentes
2009-08-12CMake: Re-enabled build of llvm-config. Removed recursive invocationOscar Fuentes
2009-06-23CMake: remove support for llvm-config-generated dependencies in the buildDouglas Gregor
2009-06-18Add a skeleton driver for new machine code level fun. llvm-mc is meantChris Lattner
2009-06-04CMake: Use explicit dependencies for Xcode (as well as MSVC), to makeDouglas Gregor
2008-11-25CMake: llvmc2 is now known as llvmc.Oscar Fuentes
2008-10-26CMake: If we have `clang' under the `tools/' subdirectory, add it toOscar Fuentes
2008-09-22Initial support for the CMake build system.Oscar Fuentes