aboutsummaryrefslogtreecommitdiff
path: root/tools/Makefile
AgeCommit message (Expand)Author
2010-08-24Check in a couple of changes that I apparently never committed:John McCall
2010-08-09Don't try to build a plugin on windows.Rafael Espindola
2010-08-07Move the bugpoint test passes to a plugin in preparation for having bugpointRafael Espindola
2010-07-20fix DISABLE_EDISChris Lattner
2010-07-20start straightening out libedis's dependencies and make it fitChris Lattner
2010-07-14Remove some broken code to check the DISABLE_EDIS flag (edis is now in theBob Wilson
2010-04-12Build system fix to make llvm-mc properly buildSean Callanan
2010-04-12Build system fixes. llvm-mc depends onSean Callanan
2010-04-12Second try at integrating the edis tester. ThisSean Callanan
2010-04-10Updated the edis build mechanism to allow for buildsSean Callanan
2010-04-09revert r100842 which broke several of the build bots.Chris Lattner
2010-04-09Added a tester for the enhanced disassembler,Sean Callanan
2010-03-23Remove if DISABLED not if not DISABLED...Bill Wendling
2010-03-23Use "DISABLE_EDIS" to disable building "edis" explicitly. Don't build it forBill Wendling
2010-03-09Attempt to fix random build failures seen when doing highlyDuncan Sands
2010-03-05apparently if gold is around lto needs to be part of DIRS.Chris Lattner
2010-03-05Only build libedis if ENABLE_SHARED is specified, just like liblto.Chris Lattner
2010-03-05liblto and gold don't need to be built in serialChris Lattner
2010-02-26don't build edis if the x86 target isn't enabld.Chris Lattner
2010-02-02...and fixed the Makefile.Sean Callanan
2010-01-29Added a bare-bones Makefile to build the enhanced disassemblySean Callanan
2009-10-05remove llvm-db: it is completely broken and if anyone wants to do a debugger,Chris Lattner
2009-08-25EXIT STAGE LEFT: gccas, gccldDaniel Dunbar
2009-08-18The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov
2009-07-04LLVMC doesn't need ENABLE_PIC to build now.Mikhail Glushenkov
2009-06-29Don't build LLVMC when configured with --disable-pic (it needs requires sharedDaniel Dunbar
2009-06-18Add a skeleton driver for new machine code level fun. llvm-mc is meantChris Lattner
2009-04-25aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin!Chris Lattner
2009-04-20Remove clang since its conditionally there already.Tanya Lattner
2009-04-20Emit the auto variables of a function into a different section than parameters.Sanjiv Gupta
2009-03-11Another bug :(Anton Korobeynikov
2009-03-11Unbreak the build. Dunno, why it did not fail on mingw :(Anton Korobeynikov
2009-03-11Disable plugins / shared stuff generation on windows targets.Anton Korobeynikov
2009-03-03ENABLE_PIC is either 0 or 1, but is always defined.Nick Lewycky
2009-02-26Tabs to spaces presto chango! Pointed out by Duncan Sands.Nick Lewycky
2009-02-26Force 'llvm-config' to go first, optionally followed by lto and gold mixed inNick Lewycky
2009-02-11Revert r64299: it breaks the build when configuredDuncan Sands
2009-02-11Try this. Darwin -> LTO, PIC -> LTO + possibly gold too.Nick Lewycky
2009-02-1162987 disables LTO build on darwin.Devang Patel
2009-02-03Add LLVM plugin for gold.Nick Lewycky
2009-01-26Build libLTO on any platform so long as PIC is enabled.Nick Lewycky
2009-01-24Perform optional clang building.Mike Stump
2008-11-25Since the old llvmc was removed, rename llvmc2 to llvmc.Mikhail Glushenkov
2008-06-30Rename new lto2 tool as lto.Devang Patel
2008-04-23Disable building of llvm2cpp. The directory will be removed before 2.3 release.Anton Korobeynikov
2008-03-30stop building llvmc.Chris Lattner
2008-03-25Disable building llvm-upgrade.Tanya Lattner
2008-03-23Add first proof-of-concept universal compiler driver framework basedAnton Korobeynikov
2008-03-03Renable lto2 build.Tanya Lattner
2008-03-01Disable lto because its broken on tiger.Tanya Lattner