summaryrefslogtreecommitdiffstats
path: root/llvm/tools/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [CMake] We need to explicitly add llvm-config before clang so that LLVM_BUILD...Chris Bieneman2015-10-021-2/+3
* [CMake] Add llvm-ar subdirectory explicitly.Chris Bieneman2015-09-141-2/+3
* [CMake] Add lto subdirectory explicitly.Chris Bieneman2015-09-101-0/+4
* [CMake] Projects supported via LLVM_EXTERNAL_*_SOURCE_DIR need to be explicit...Chris Bieneman2015-07-211-0/+7
* [CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-registrati...Chris Bieneman2015-07-201-69/+21
* Revert "[CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-re...Chris Bieneman2015-07-131-21/+69
* [CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-registrati...Chris Bieneman2015-07-131-69/+21
* Revert r241621, "[CMake] Cleanup tools/CMakeLists.txt to take advantage of th...NAKAMURA Takumi2015-07-081-21/+69
* [CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-registrati...Chris Bieneman2015-07-071-69/+21
* [CMake] Treating LLVM_INCLUDE_TOOLS, which is a bool, as a string to change b...Chris Bieneman2015-06-221-8/+5
* llvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdumpDavid Majnemer2015-03-151-1/+1
* Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.Zachary Turner2015-02-101-8/+1
* Really, really, really don't build llvm-pdbdump on MSVC < 2013.Andrew Kaylor2015-02-031-1/+1
* Really really don't build llvm-pdbdump on MSVC < 2013.Zachary Turner2015-01-301-0/+2
* Disable compilation of llvm-pdbdump for versions of MSVC < 2013.Zachary Turner2015-01-291-1/+4
* Add llvm-pdbdump to tools.Zachary Turner2015-01-271-0/+4
* Initial dsymutil tool commit.Frederic Riss2014-12-121-0/+1
* Revert "Initial dsymutil tool commit."Frederic Riss2014-12-091-1/+0
* Initial dsymutil tool commit.Frederic Riss2014-12-091-0/+1
* Be less conservative about when we build the gold plugin.Rafael Espindola2014-12-051-11/+1
* Teach LLVM about llgo subproject.Peter Collingbourne2014-11-271-0/+1
* [CMake] Move llvm-shlib in prior to other tools.NAKAMURA Takumi2014-11-101-6/+6
* Adding llvm-shlib to CMake build system with a few new bells and whistlesChris Bieneman2014-10-231-0/+6
* Add llvm-go tool.Peter Collingbourne2014-10-231-0/+2
* Rename llvm-uselistorder => verify-uselistorderDuncan P. N. Exon Smith2014-07-301-1/+1
* Move -verify-use-list-order into llvm-uselistorderDuncan P. N. Exon Smith2014-07-251-0/+2
* llvm-vtabledump: A vtable dumperDavid Majnemer2014-07-241-0/+1
* Don't force the build of toos/lto as a static lib.Rafael Espindola2014-06-271-1/+1
* static link polly into toolsSebastian Pop2014-03-141-6/+8
* fix polly buildbotSebastian Pop2014-03-101-1/+1
* fix PR13550: add a cmake WITH_POLLY optionSebastian Pop2014-03-101-1/+6
* Remove out-of-date comment in llvm/tools/CMakeLists.txt.NAKAMURA Takumi2014-03-041-4/+0
* PGO: llvm-profdata: tool for merging profilesDuncan P. N. Exon Smith2014-02-171-0/+1
* llvm/tools/llvm-c-test should be built also on msvc.NAKAMURA Takumi2013-10-231-5/+1
* Add llvm-c-test tool for testing llvm-cAnders Waldenborg2013-10-231-0/+6
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-021-1/+0
* Enable building LTO on WIN32.Rafael Espindola2013-10-021-1/+1
* Revert "Enable building LTO on WIN32."Rafael Espindola2013-09-301-1/+1
* Enable building LTO on WIN32.Rafael Espindola2013-09-301-1/+1
* Fix LTO handling of module-level assembly (PR14152).Peter Collingbourne2013-09-191-0/+2
* [CMake] Put back the add_llvm_external_project() calls for specific projects.Argyrios Kyrtzidis2013-08-271-0/+4
* CMake: build llvm-config on Windows.Hans Wennborg2013-08-231-7/+1
* [CMake] Automatically pick up subdirectories in llvm/tools as 'external proje...Argyrios Kyrtzidis2013-08-211-34/+44
* Provide bootstrap support to build only llvm+clang when using cmake.Andy Gibbs2013-06-261-3/+6
* Remove the LLVM specific archive index.Rafael Espindola2013-06-141-1/+0
* Move yaml2obj to tools too.Rafael Espindola2013-04-051-0/+1
* Move obj2yaml to tools to sort out make's dependencies.Rafael Espindola2013-04-051-0/+2
* Build LLVMgold.so on FreeBSD using cmake.Rafael Espindola2013-03-171-1/+2
* Connect LLVM CMake build scripts to LLDB's CMake scripts:Daniel Malea2013-02-281-0/+1
* Adding tests for the Intel JIT event listener's MCJIT support.Andrew Kaylor2012-11-211-0/+3
OpenPOWER on IntegriCloud