summaryrefslogtreecommitdiff
path: root/tools/Makefile
AgeCommit message (Expand)AuthorFilesLines
2015-12-01llvm-dwp: Initial layoutDavid Blaikie1-1/+1
2015-11-17adding sancov to Makefile directory list.Mike Aizatsky1-1/+1
2015-09-22Remove macho-dump. Its functionality is now covered by llvm-readobj.Davide Italiano1-1/+1
2015-08-21TransformUtils: Introduce module splitter.Peter Collingbourne1-1/+2
2015-06-08Do not build LLD from tools/Makefile, as LLD no longer has a Makefile build.Peter Collingbourne1-2/+1
2015-03-15llvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdumpDavid Majnemer1-1/+1
2015-02-10Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.Zachary Turner1-1/+1
2014-12-12Initial dsymutil tool commit.Frederic Riss1-1/+1
2014-12-09Revert "Initial dsymutil tool commit."Frederic Riss1-1/+1
2014-12-09Initial dsymutil tool commit.Frederic Riss1-1/+1
2014-10-23Add llvm-go tool.Peter Collingbourne1-0/+4
2014-10-14Add lld to the parallel set of directories since it doesn't dependEric Christopher1-1/+2
2014-07-30Rename llvm-uselistorder => verify-uselistorderDuncan P. N. Exon Smith1-1/+1
2014-07-28llvm-uselistorder: Get it building in configure+make after r214125Duncan P. N. Exon Smith1-1/+1
2014-07-24llvm-vtabledump: A vtable dumperDavid Majnemer1-1/+2
2014-06-05lld (build with configur and make) Enable buildIain Sandoe1-3/+3
2014-02-17PGO: llvm-profdata: tool for merging profilesDuncan P. N. Exon Smith1-1/+1
2013-10-23Add llvm-c-test tool for testing llvm-cAnders Waldenborg1-1/+1
2013-10-07Revert r191088, corresponding to r191823 to re-enable llvm-lto on cygming.NAKAMURA Takumi1-2/+0
2013-10-02Remove the very substantial, largely unmaintained legacy PGOChandler Carruth1-1/+1
2013-10-02Tidy up this line of the Makefile before I start hacking on it.Chandler Carruth1-9/+5
2013-09-20llvm/tools/Makefile: Suppress building llvm-lto on cygming, for now, probably...NAKAMURA Takumi1-0/+2
2013-09-19Fix LTO handling of module-level assembly (PR14152).Peter Collingbourne1-4/+3
2013-06-14Remove the LLVM specific archive index.Rafael Espindola1-1/+1
2013-04-05Move yaml2obj to tools too.Rafael Espindola1-1/+1
2013-04-05Move obj2yaml to tools to sort out make's dependencies.Rafael Espindola1-1/+1
2012-11-27Make building of llvm-jitlistener conditional on the USE_INTEL_JITEVENTS sett...Andrew Kaylor1-1/+6
2012-11-21Adding tests for the Intel JIT event listener's MCJIT support.Andrew Kaylor1-1/+1
2012-11-12[ASan] Add llvm-symbolizer from to tools/Alexander Potapenko1-1/+2
2012-10-31MC: Simple example parser for MC assembly markup.Jim Grosbach1-1/+1
2012-04-19Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer1-2/+2
2012-03-01[Object]David Meyer1-1/+1
2012-02-26Add a random .LL file generator to stress-test different llvm components.Nadav Rotem1-1/+1
2011-12-01llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar1-1/+1
2011-12-01Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots.Duncan Sands1-1/+1
2011-11-29llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar1-1/+1
2011-11-29edis: Sink EDMain.cpp into lib/MC/MCDisassembler.Daniel Dunbar1-8/+0
2011-11-10Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).",Daniel Dunbar1-1/+1
2011-11-10llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar1-1/+1
2011-11-03llvm-config: Start stubbing out a C++ version of llvm-config (as llvm-config-2,Daniel Dunbar1-1/+1
2011-10-16autoconf: Introduce --with-clang-srcdir, to build out-of-tree clang as tools/...NAKAMURA Takumi1-4/+8
2011-09-28Add llvm-size.Michael J. Spencer1-1/+2
2011-09-28Introduce llvm-cov.Devang Patel1-1/+1
2011-09-19Remove llvmc and assorted build machinery for it.Eric Christopher1-1/+1
2011-09-13Sketch out a DWARF parser.Benjamin Kramer1-1/+1
2011-03-18MachO file loader and execution utility.Jim Grosbach1-3/+4
2011-02-20This patch lets LLDB build as an LLVM subproject. LLDB is not built inStephen Wilson1-1/+6
2011-02-18Revert r125956, which broke the build if you _don't_ have lldb checked out.Owen Anderson1-6/+1
2011-02-18This patch lets LLDB build as an LLVM subproject. LLDB is not built inStephen Wilson1-1/+6
2011-01-20Add llvm-objdumpMichael J. Spencer1-1/+1