aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin!Chris Lattner2009-04-251-0/+6
* Remove clang since its conditionally there already.Tanya Lattner2009-04-201-1/+1
* Emit the auto variables of a function into a different section than parameters.Sanjiv Gupta2009-04-201-1/+1
* Another bug :(Anton Korobeynikov2009-03-111-1/+1
* Unbreak the build. Dunno, why it did not fail on mingw :(Anton Korobeynikov2009-03-111-1/+1
* Disable plugins / shared stuff generation on windows targets.Anton Korobeynikov2009-03-111-0/+5
* ENABLE_PIC is either 0 or 1, but is always defined.Nick Lewycky2009-03-031-1/+1
* Tabs to spaces presto chango! Pointed out by Duncan Sands.Nick Lewycky2009-02-261-2/+2
* Force 'llvm-config' to go first, optionally followed by lto and gold mixed inNick Lewycky2009-02-261-10/+7
* Revert r64299: it breaks the build when configuredDuncan Sands2009-02-111-3/+2
* Try this. Darwin -> LTO, PIC -> LTO + possibly gold too.Nick Lewycky2009-02-111-2/+3
* 62987 disables LTO build on darwin.Devang Patel2009-02-111-1/+2