aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* This patch lets LLDB build as an LLVM subproject. LLDB is not built inStephen Wilson2011-02-181-1/+6
* Add llvm-objdumpMichael J. Spencer2011-01-201-1/+1
* build: Fix ONLY_TOOLS to not build lto etc. unless specified.Daniel Dunbar2010-12-161-0/+2
* tools/Makefile: Don't look into $(TARGET_OS), but $(HOST_OS), to inspect avai...NAKAMURA Takumi2010-11-291-1/+1
* tools/Makefile: Fix indentation.NAKAMURA Takumi2010-11-291-12/+12
* tools/Makefile: Enable building lto, edis and bugpoint-passes on Cygming.NAKAMURA Takumi2010-11-291-3/+8
* macho-dump: Stub out C++ macho-dump tool.Daniel Dunbar2010-11-271-1/+1
* Add polly support to the build system.Tobias Grosser2010-10-301-0/+4
* Check in a couple of changes that I apparently never committed:John McCall2010-08-241-1/+1
* Don't try to build a plugin on windows.Rafael Espindola2010-08-091-1/+3
* Move the bugpoint test passes to a plugin in preparation for having bugpointRafael Espindola2010-08-071-1/+1
* fix DISABLE_EDISChris Lattner2010-07-201-2/+2
* start straightening out libedis's dependencies and make it fitChris Lattner2010-07-201-6/+12
* Remove some broken code to check the DISABLE_EDIS flag (edis is now in theBob Wilson2010-07-141-5/+0
* Build system fix to make llvm-mc properly buildSean Callanan2010-04-121-2/+2
* Build system fixes. llvm-mc depends onSean Callanan2010-04-121-10/+4
* Second try at integrating the edis tester. ThisSean Callanan2010-04-121-0/+2
* Updated the edis build mechanism to allow for buildsSean Callanan2010-04-101-1/+1
* revert r100842 which broke several of the build bots.Chris Lattner2010-04-091-1/+1
* Added a tester for the enhanced disassembler,Sean Callanan2010-04-091-1/+1
* Remove if DISABLED not if not DISABLED...Bill Wendling2010-03-231-1/+1
* Use "DISABLE_EDIS" to disable building "edis" explicitly. Don't build it forBill Wendling2010-03-231-2/+6
* Attempt to fix random build failures seen when doing highlyDuncan Sands2010-03-091-2/+1
* apparently if gold is around lto needs to be part of DIRS.Chris Lattner2010-03-051-2/+7
* Only build libedis if ENABLE_SHARED is specified, just like liblto.Chris Lattner2010-03-051-10/+11
* liblto and gold don't need to be built in serialChris Lattner2010-03-051-3/+3
* don't build edis if the x86 target isn't enabld.Chris Lattner2010-02-261-0/+5
* ...and fixed the Makefile.Sean Callanan2010-02-021-1/+1
* Added a bare-bones Makefile to build the enhanced disassemblySean Callanan2010-01-291-1/+2
* remove llvm-db: it is completely broken and if anyone wants to do a debugger,Chris Lattner2009-10-051-1/+1
* EXIT STAGE LEFT: gccas, gccldDaniel Dunbar2009-08-251-1/+1
* The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov2009-08-181-1/+1
* LLVMC doesn't need ENABLE_PIC to build now.Mikhail Glushenkov2009-07-041-2/+2
* Don't build LLVMC when configured with --disable-pic (it needs requires sharedDaniel Dunbar2009-06-291-2/+2
* Add a skeleton driver for new machine code level fun. llvm-mc is meantChris Lattner2009-06-181-1/+2