summaryrefslogtreecommitdiff
path: root/tools/CMakeLists.txt
AgeCommit message (Expand)Author
2016-06-02Fixup r271533, or check-clang didn't find llvm-lto as the target.NAKAMURA Takumi
2016-06-01Add new LLVM_EXTERNAL_PROJECTS option to cmakeTamas Berghammer
2016-04-29Remove leftoverTobias Grosser
2016-04-29cmake: Set LINK_POLLY_INTO_TOOLS to ON (v2)Tobias Grosser
2016-02-26[CMake] Add the gold plugin before clangChris Bieneman
2016-02-12[CMake] don't build libLTO when LLVM_ENABLE_PIC is OFFHans Wennborg
2015-12-16[CMake] Adding llvm-profdata to the list of tools clang needs.Chris Bieneman
2015-11-10[CMake] Autoconf builds libLTO with -fPIC, CMake should be able to as well.Chris Bieneman
2015-10-02[CMake] We need to explicitly add llvm-config before clang so that LLVM_BUILD...Chris Bieneman
2015-09-14[CMake] Add llvm-ar subdirectory explicitly.Chris Bieneman
2015-09-10[CMake] Add lto subdirectory explicitly.Chris Bieneman
2015-07-21[CMake] Projects supported via LLVM_EXTERNAL_*_SOURCE_DIR need to be explicit...Chris Bieneman
2015-07-20[CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-registrati...Chris Bieneman
2015-07-13Revert "[CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-re...Chris Bieneman
2015-07-13[CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-registrati...Chris Bieneman
2015-07-08Revert r241621, "[CMake] Cleanup tools/CMakeLists.txt to take advantage of th...NAKAMURA Takumi
2015-07-07[CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-registrati...Chris Bieneman
2015-06-22[CMake] Treating LLVM_INCLUDE_TOOLS, which is a bool, as a string to change b...Chris Bieneman
2015-03-15llvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdumpDavid Majnemer
2015-02-10Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.Zachary Turner
2015-02-03Really, really, really don't build llvm-pdbdump on MSVC < 2013.Andrew Kaylor
2015-01-30Really really don't build llvm-pdbdump on MSVC < 2013.Zachary Turner
2015-01-29Disable compilation of llvm-pdbdump for versions of MSVC < 2013.Zachary Turner
2015-01-27Add llvm-pdbdump to tools.Zachary Turner
2014-12-12Initial dsymutil tool commit.Frederic Riss
2014-12-09Revert "Initial dsymutil tool commit."Frederic Riss
2014-12-09Initial dsymutil tool commit.Frederic Riss
2014-12-05Be less conservative about when we build the gold plugin.Rafael Espindola
2014-11-27Teach LLVM about llgo subproject.Peter Collingbourne
2014-11-10[CMake] Move llvm-shlib in prior to other tools.NAKAMURA Takumi
2014-10-23Adding llvm-shlib to CMake build system with a few new bells and whistlesChris Bieneman
2014-10-23Add llvm-go tool.Peter Collingbourne
2014-07-30Rename llvm-uselistorder => verify-uselistorderDuncan P. N. Exon Smith
2014-07-25Move -verify-use-list-order into llvm-uselistorderDuncan P. N. Exon Smith
2014-07-24llvm-vtabledump: A vtable dumperDavid Majnemer
2014-06-27Don't force the build of toos/lto as a static lib.Rafael Espindola
2014-03-14static link polly into toolsSebastian Pop
2014-03-10fix polly buildbotSebastian Pop
2014-03-10fix PR13550: add a cmake WITH_POLLY optionSebastian Pop
2014-03-04Remove out-of-date comment in llvm/tools/CMakeLists.txt.NAKAMURA Takumi
2014-02-17PGO: llvm-profdata: tool for merging profilesDuncan P. N. Exon Smith
2013-10-23llvm/tools/llvm-c-test should be built also on msvc.NAKAMURA Takumi
2013-10-23Add llvm-c-test tool for testing llvm-cAnders Waldenborg
2013-10-02Remove the very substantial, largely unmaintained legacy PGOChandler Carruth
2013-10-02Enable building LTO on WIN32.Rafael Espindola
2013-09-30Revert "Enable building LTO on WIN32."Rafael Espindola
2013-09-30Enable building LTO on WIN32.Rafael Espindola
2013-09-19Fix LTO handling of module-level assembly (PR14152).Peter Collingbourne
2013-08-27[CMake] Put back the add_llvm_external_project() calls for specific projects.Argyrios Kyrtzidis
2013-08-23CMake: build llvm-config on Windows.Hans Wennborg