summaryrefslogtreecommitdiffstats
path: root/llvm/tools/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Remove autoconf supportChris Bieneman2016-01-261-81/+0
* Introduce sanstats tool and llvm::CreateSanitizerStatReport function.Peter Collingbourne2016-01-161-1/+1
* llvm-dwp: Initial layoutDavid Blaikie2015-12-011-1/+1
* adding sancov to Makefile directory list.Mike Aizatsky2015-11-171-1/+1
* Remove macho-dump. Its functionality is now covered by llvm-readobj.Davide Italiano2015-09-221-1/+1
* TransformUtils: Introduce module splitter.Peter Collingbourne2015-08-211-1/+2
* Do not build LLD from tools/Makefile, as LLD no longer has a Makefile build.Peter Collingbourne2015-06-081-2/+1
* llvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdumpDavid Majnemer2015-03-151-1/+1
* Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.Zachary Turner2015-02-101-1/+1
* Initial dsymutil tool commit.Frederic Riss2014-12-121-1/+1
* Revert "Initial dsymutil tool commit."Frederic Riss2014-12-091-1/+1
* Initial dsymutil tool commit.Frederic Riss2014-12-091-1/+1
* Add llvm-go tool.Peter Collingbourne2014-10-231-0/+4
* Add lld to the parallel set of directories since it doesn't dependEric Christopher2014-10-141-1/+2
* Rename llvm-uselistorder => verify-uselistorderDuncan P. N. Exon Smith2014-07-301-1/+1
* llvm-uselistorder: Get it building in configure+make after r214125Duncan P. N. Exon Smith2014-07-281-1/+1
* llvm-vtabledump: A vtable dumperDavid Majnemer2014-07-241-1/+2
* lld (build with configur and make) Enable buildIain Sandoe2014-06-051-3/+3
* PGO: llvm-profdata: tool for merging profilesDuncan P. N. Exon Smith2014-02-171-1/+1
* Add llvm-c-test tool for testing llvm-cAnders Waldenborg2013-10-231-1/+1
* Revert r191088, corresponding to r191823 to re-enable llvm-lto on cygming.NAKAMURA Takumi2013-10-071-2/+0
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-021-1/+1
* Tidy up this line of the Makefile before I start hacking on it.Chandler Carruth2013-10-021-9/+5
* llvm/tools/Makefile: Suppress building llvm-lto on cygming, for now, probably...NAKAMURA Takumi2013-09-201-0/+2
* Fix LTO handling of module-level assembly (PR14152).Peter Collingbourne2013-09-191-4/+3
* Remove the LLVM specific archive index.Rafael Espindola2013-06-141-1/+1
* Move yaml2obj to tools too.Rafael Espindola2013-04-051-1/+1
* Move obj2yaml to tools to sort out make's dependencies.Rafael Espindola2013-04-051-1/+1
* Make building of llvm-jitlistener conditional on the USE_INTEL_JITEVENTS sett...Andrew Kaylor2012-11-271-1/+6
* Adding tests for the Intel JIT event listener's MCJIT support.Andrew Kaylor2012-11-211-1/+1
* [ASan] Add llvm-symbolizer from to tools/Alexander Potapenko2012-11-121-1/+2
* MC: Simple example parser for MC assembly markup.Jim Grosbach2012-10-311-1/+1
* Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer2012-04-191-2/+2
* [Object]David Meyer2012-03-011-1/+1
* Add a random .LL file generator to stress-test different llvm components.Nadav Rotem2012-02-261-1/+1
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-12-011-1/+1
* Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots.Duncan Sands2011-12-011-1/+1
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-11-291-1/+1
* edis: Sink EDMain.cpp into lib/MC/MCDisassembler.Daniel Dunbar2011-11-291-8/+0
* Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).",Daniel Dunbar2011-11-101-1/+1
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-11-101-1/+1
* llvm-config: Start stubbing out a C++ version of llvm-config (as llvm-config-2,Daniel Dunbar2011-11-031-1/+1
* autoconf: Introduce --with-clang-srcdir, to build out-of-tree clang as tools/...NAKAMURA Takumi2011-10-161-4/+8
* Add llvm-size.Michael J. Spencer2011-09-281-1/+2
* Introduce llvm-cov.Devang Patel2011-09-281-1/+1
* Remove llvmc and assorted build machinery for it.Eric Christopher2011-09-191-1/+1
* Sketch out a DWARF parser.Benjamin Kramer2011-09-131-1/+1
* MachO file loader and execution utility.Jim Grosbach2011-03-181-3/+4
* This patch lets LLDB build as an LLVM subproject. LLDB is not built inStephen Wilson2011-02-201-1/+6
* Revert r125956, which broke the build if you _don't_ have lldb checked out.Owen Anderson2011-02-181-6/+1
OpenPOWER on IntegriCloud