summaryrefslogtreecommitdiff
path: root/tools/Makefile
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-16build: Fix ONLY_TOOLS to not build lto etc. unless specified.Daniel Dunbar1-0/+2
2010-11-29tools/Makefile: Don't look into $(TARGET_OS), but $(HOST_OS), to inspect avai...NAKAMURA Takumi1-1/+1
2010-11-29tools/Makefile: Fix indentation.NAKAMURA Takumi1-12/+12
2010-11-29tools/Makefile: Enable building lto, edis and bugpoint-passes on Cygming.NAKAMURA Takumi1-3/+8
2010-11-27macho-dump: Stub out C++ macho-dump tool.Daniel Dunbar1-1/+1
2010-10-30Add polly support to the build system.Tobias Grosser1-0/+4
2010-08-24Check in a couple of changes that I apparently never committed:John McCall1-1/+1
2010-08-09Don't try to build a plugin on windows.Rafael Espindola1-1/+3
2010-08-07Move the bugpoint test passes to a plugin in preparation for having bugpointRafael Espindola1-1/+1
2010-07-20fix DISABLE_EDISChris Lattner1-2/+2
2010-07-20start straightening out libedis's dependencies and make it fitChris Lattner1-6/+12
2010-07-14Remove some broken code to check the DISABLE_EDIS flag (edis is now in theBob Wilson1-5/+0
2010-04-12Build system fix to make llvm-mc properly buildSean Callanan1-2/+2
2010-04-12Build system fixes. llvm-mc depends onSean Callanan1-10/+4
2010-04-12Second try at integrating the edis tester. ThisSean Callanan1-0/+2
2010-04-10Updated the edis build mechanism to allow for buildsSean Callanan1-1/+1
2010-04-09revert r100842 which broke several of the build bots.Chris Lattner1-1/+1
2010-04-09Added a tester for the enhanced disassembler,Sean Callanan1-1/+1
2010-03-23Remove if DISABLED not if not DISABLED...Bill Wendling1-1/+1
2010-03-23Use "DISABLE_EDIS" to disable building "edis" explicitly. Don't build it forBill Wendling1-2/+6
2010-03-09Attempt to fix random build failures seen when doing highlyDuncan Sands1-2/+1
2010-03-05apparently if gold is around lto needs to be part of DIRS.Chris Lattner1-2/+7
2010-03-05Only build libedis if ENABLE_SHARED is specified, just like liblto.Chris Lattner1-10/+11
2010-03-05liblto and gold don't need to be built in serialChris Lattner1-3/+3
2010-02-26don't build edis if the x86 target isn't enabld.Chris Lattner1-0/+5
2010-02-02...and fixed the Makefile.Sean Callanan1-1/+1