aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2013-10-23llvm/tools/llvm-c-test should be built also on msvc.NAKAMURA Takumi1-5/+1
2013-10-23Add llvm-c-test tool for testing llvm-cAnders Waldenborg1-0/+6
2013-10-02Remove the very substantial, largely unmaintained legacy PGOChandler Carruth1-1/+0
2013-10-02Enable building LTO on WIN32.Rafael Espindola1-1/+1
2013-09-30Revert "Enable building LTO on WIN32."Rafael Espindola1-1/+1
2013-09-30Enable building LTO on WIN32.Rafael Espindola1-1/+1
2013-09-19Fix LTO handling of module-level assembly (PR14152).Peter Collingbourne1-0/+2
2013-08-27[CMake] Put back the add_llvm_external_project() calls for specific projects.Argyrios Kyrtzidis1-0/+4
2013-08-23CMake: build llvm-config on Windows.Hans Wennborg1-7/+1
2013-08-21[CMake] Automatically pick up subdirectories in llvm/tools as 'external proje...Argyrios Kyrtzidis1-34/+44
2013-06-26Provide bootstrap support to build only llvm+clang when using cmake.Andy Gibbs1-3/+6
2013-06-14Remove the LLVM specific archive index.Rafael Espindola1-1/+0
2013-04-05Move yaml2obj to tools too.Rafael Espindola1-0/+1
2013-04-05Move obj2yaml to tools to sort out make's dependencies.Rafael Espindola1-0/+2
2013-03-17Build LLVMgold.so on FreeBSD using cmake.Rafael Espindola1-1/+2
2013-02-28Connect LLVM CMake build scripts to LLDB's CMake scripts:Daniel Malea1-0/+1
2012-11-21Adding tests for the Intel JIT event listener's MCJIT support.Andrew Kaylor1-0/+3
2012-11-12[ASan] Add llvm-symbolizer from to tools/Alexander Potapenko1-0/+2
2012-10-31MC: Simple example parser for MC assembly markup.Jim Grosbach1-0/+1
2012-04-26[CMake] Restructure how Clang, Polly and other external projects get included.Michael J. Spencer1-17/+3
2012-04-19Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer1-2/+0
2012-03-01[Object]David Meyer1-0/+1
2012-02-26Add a random .LL file generator to stress-test different llvm components.Nadav Rotem1-0/+1
2011-12-07Have cmake build llvm-cov. Patch by arrowdodger.Duncan Sands1-0/+1
2011-12-01llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar1-9/+2
2011-12-01Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots.Duncan Sands1-2/+9
2011-11-29llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar1-9/+2
2011-11-29edis: Sink EDMain.cpp into lib/MC/MCDisassembler.Daniel Dunbar1-1/+0
2011-11-10Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).",Daniel Dunbar1-2/+9
2011-11-10llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar1-9/+2
2011-11-03llvm-config-2: Implement build system support for getting the variables we onlyDaniel Dunbar1-1/+4
2011-11-03llvm-config: Start stubbing out a C++ version of llvm-config (as llvm-config-2,Daniel Dunbar1-0/+1
2011-10-16tools/CMakeLists.txt: Fixup r142103. I don't remember why I had missed the line.NAKAMURA Takumi1-1/+1
2011-10-16CMake: Introduce LLVM_CLANG_SOURCE_DIR, "tools/clang" by default. Clang will ...NAKAMURA Takumi1-2/+5
2011-09-28Add llvm-size.Michael J. Spencer1-0/+1
2011-09-20Remove llvmc from CMake as well.Eric Christopher1-1/+0
2011-09-13Sketch out a DWARF parser.Benjamin Kramer1-0/+1
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