Merging r261384:
[oota-llvm.git] / tools / Makefile
2015-12-01 David Blaikiellvm-dwp: Initial layout
2015-11-17 Mike Aizatskyadding sancov to Makefile directory list.
2015-09-22 Davide ItalianoRemove macho-dump. Its functionality is now covered...
2015-08-21 Peter CollingbourneTransformUtils: Introduce module splitter.
2015-06-08 Peter CollingbourneDo not build LLD from tools/Makefile, as LLD no longer...
2015-03-15 David Majnemerllvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdump
2015-02-10 Zachary TurnerRewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.
2014-12-12 Frederic RissInitial dsymutil tool commit.
2014-12-09 Frederic RissRevert "Initial dsymutil tool commit."
2014-12-09 Frederic RissInitial dsymutil tool commit.
2014-10-23 Peter CollingbourneAdd llvm-go tool.
2014-10-14 Eric ChristopherAdd lld to the parallel set of directories since it...
2014-07-30 Duncan P. N. Exon... Rename llvm-uselistorder => verify-uselistorder
2014-07-28 Duncan P. N. Exon... llvm-uselistorder: Get it building in configure+make...
2014-07-24 David Majnemerllvm-vtabledump: A vtable dumper
2014-06-05 Iain Sandoelld (build with configur and make) Enable build
2014-02-17 Duncan P. N. Exon... PGO: llvm-profdata: tool for merging profiles
2013-10-23 Anders WaldenborgAdd llvm-c-test tool for testing llvm-c
2013-10-07 NAKAMURA TakumiRevert r191088, corresponding to r191823 to re-enable...
2013-10-02 Chandler CarruthRemove the very substantial, largely unmaintained legac...
2013-10-02 Chandler CarruthTidy up this line of the Makefile before I start hackin...
2013-09-20 NAKAMURA Takumillvm/tools/Makefile: Suppress building llvm-lto on...
2013-09-19 Peter CollingbourneFix LTO handling of module-level assembly (PR14152).
2013-06-14 Rafael EspindolaRemove the LLVM specific archive index.
2013-04-05 Rafael EspindolaMove yaml2obj to tools too.
2013-04-05 Rafael EspindolaMove obj2yaml to tools to sort out make's dependencies.
2012-11-27 Andrew KaylorMake building of llvm-jitlistener conditional on the...
2012-11-21 Andrew KaylorAdding tests for the Intel JIT event listener's MCJIT...
2012-11-12 Alexander Potapenko[ASan] Add llvm-symbolizer from to tools/
2012-10-31 Jim GrosbachMC: Simple example parser for MC assembly markup.
2012-04-19 Michael J. SpencerRemove llvm-ld and llvm-stub (which is only used by...
2012-03-01 David Meyer[Object]
2012-02-26 Nadav RotemAdd a random .LL file generator to stress-test differen...
2011-12-01 Daniel Dunbarllvm-config: Replace with C++ version (was llvm-config-2).
2011-12-01 Duncan SandsRevert commit 145449 (ddunbar) since it is breaking...
2011-11-29 Daniel Dunbarllvm-config: Replace with C++ version (was llvm-config-2).
2011-11-29 Daniel Dunbaredis: Sink EDMain.cpp into lib/MC/MCDisassembler.
2011-11-10 Daniel DunbarRevert r144300 "llvm-config: Replace with C++ version...
2011-11-10 Daniel Dunbarllvm-config: Replace with C++ version (was llvm-config-2).
2011-11-03 Daniel Dunbarllvm-config: Start stubbing out a C++ version of llvm...
2011-10-16 NAKAMURA Takumiautoconf: Introduce --with-clang-srcdir, to build out...
2011-09-28 Michael J. SpencerAdd llvm-size.
2011-09-28 Devang PatelIntroduce llvm-cov.
2011-09-19 Eric ChristopherRemove llvmc and assorted build machinery for it.
2011-09-13 Benjamin KramerSketch out a DWARF parser.
2011-03-18 Jim GrosbachMachO file loader and execution utility.
2011-02-20 Stephen WilsonThis patch lets LLDB build as an LLVM subproject. ...
2011-02-18 Owen AndersonRevert r125956, which broke the build if you _don't_...
2011-02-18 Stephen WilsonThis patch lets LLDB build as an LLVM subproject. ...
2011-01-20 Michael J. SpencerAdd llvm-objdump
2010-12-16 Daniel Dunbarbuild: Fix ONLY_TOOLS to not build lto etc. unless...
2010-11-29 NAKAMURA Takumitools/Makefile: Don't look into $(TARGET_OS), but ...
2010-11-29 NAKAMURA Takumitools/Makefile: Fix indentation.
2010-11-29 NAKAMURA Takumitools/Makefile: Enable building lto, edis and bugpoint...
2010-11-27 Daniel Dunbarmacho-dump: Stub out C++ macho-dump tool.
2010-10-30 Tobias GrosserAdd polly support to the build system.
2010-08-24 John McCallCheck in a couple of changes that I apparently never...
2010-08-09 Rafael EspindolaDon't try to build a plugin on windows.
2010-08-07 Rafael EspindolaMove the bugpoint test passes to a plugin in preparatio...
2010-07-20 Chris Lattnerfix DISABLE_EDIS
2010-07-20 Chris Lattnerstart straightening out libedis's dependencies and...
2010-07-14 Bob WilsonRemove some broken code to check the DISABLE_EDIS flag...
2010-04-12 Sean CallananBuild system fix to make llvm-mc properly build
2010-04-12 Sean CallananBuild system fixes. llvm-mc depends on
2010-04-12 Sean CallananSecond try at integrating the edis tester. This
2010-04-10 Sean CallananUpdated the edis build mechanism to allow for builds
2010-04-09 Chris Lattnerrevert r100842 which broke several of the build bots.
2010-04-09 Sean CallananAdded a tester for the enhanced disassembler,
2010-03-23 Bill WendlingRemove if DISABLED not if not DISABLED...
2010-03-23 Bill WendlingUse "DISABLE_EDIS" to disable building "edis" explicitl...
2010-03-09 Duncan SandsAttempt to fix random build failures seen when doing...
2010-03-05 Chris Lattnerapparently if gold is around lto needs to be part of...
2010-03-05 Chris LattnerOnly build libedis if ENABLE_SHARED is specified, just...
2010-03-05 Chris Lattnerliblto and gold don't need to be built in serial
2010-02-26 Chris Lattnerdon't build edis if the x86 target isn't enabld.
2010-02-02 Sean Callanan...and fixed the Makefile.
2010-01-29 Sean CallananAdded a bare-bones Makefile to build the enhanced disas...
2009-10-05 Chris Lattnerremove llvm-db: it is completely broken and if anyone...
2009-08-25 Daniel DunbarEXIT STAGE LEFT: gccas, gccld
2009-08-18 Anton KorobeynikovThe attached patches attempt to fix cross builds. For...
2009-07-04 Mikhail GlushenkovLLVMC doesn't need ENABLE_PIC to build now.
2009-06-29 Daniel DunbarDon't build LLVMC when configured with --disable-pic...
2009-06-18 Chris LattnerAdd a skeleton driver for new machine code level fun...
2009-04-25 Chris LattneraDd support for building a subset of the llvm tools...
2009-04-20 Tanya LattnerRemove clang since its conditionally there already.
2009-04-20 Sanjiv GuptaEmit the auto variables of a function into a different...
2009-03-11 Anton KorobeynikovAnother bug :(
2009-03-11 Anton KorobeynikovUnbreak the build. Dunno, why it did not fail on mingw :(
2009-03-11 Anton KorobeynikovDisable plugins / shared stuff generation on windows...
2009-03-03 Nick LewyckyENABLE_PIC is either 0 or 1, but is always defined.
2009-02-26 Nick LewyckyTabs to spaces presto chango! Pointed out by Duncan...
2009-02-26 Nick LewyckyForce 'llvm-config' to go first, optionally followed...
2009-02-11 Duncan SandsRevert r64299: it breaks the build when configured
2009-02-11 Nick LewyckyTry this. Darwin -> LTO, PIC -> LTO + possibly gold...
2009-02-11 Devang Patel62987 disables LTO build on darwin.
2009-02-03 Nick LewyckyAdd LLVM plugin for gold.
2009-01-26 Nick LewyckyBuild libLTO on any platform so long as PIC is enabled.
2009-01-24 Mike StumpPerform optional clang building.
2008-11-25 Mikhail GlushenkovSince the old llvmc was removed, rename llvmc2 to llvmc.
2008-06-30 Devang PatelRename new lto2 tool as lto.
next