summaryrefslogtreecommitdiff
path: root/tools/Makefile
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-29Added a bare-bones Makefile to build the enhanced disassemblySean Callanan1-1/+2
2009-10-05remove llvm-db: it is completely broken and if anyone wants to do a debugger,Chris Lattner1-1/+1
2009-08-25EXIT STAGE LEFT: gccas, gccldDaniel Dunbar1-1/+1
2009-08-18The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov1-1/+1
2009-07-04LLVMC doesn't need ENABLE_PIC to build now.Mikhail Glushenkov1-2/+2
2009-06-29Don't build LLVMC when configured with --disable-pic (it needs requires sharedDaniel Dunbar1-2/+2
2009-06-18Add a skeleton driver for new machine code level fun. llvm-mc is meantChris Lattner1-1/+2
2009-04-25aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin!Chris Lattner1-0/+6
2009-04-20Remove clang since its conditionally there already.Tanya Lattner1-1/+1
2009-04-20Emit the auto variables of a function into a different section than parameters.Sanjiv Gupta1-1/+1
2009-03-11Another bug :(Anton Korobeynikov1-1/+1
2009-03-11Unbreak the build. Dunno, why it did not fail on mingw :(Anton Korobeynikov1-1/+1
2009-03-11Disable plugins / shared stuff generation on windows targets.Anton Korobeynikov1-0/+5
2009-03-03ENABLE_PIC is either 0 or 1, but is always defined.Nick Lewycky1-1/+1
2009-02-26Tabs to spaces presto chango! Pointed out by Duncan Sands.Nick Lewycky1-2/+2
2009-02-26Force 'llvm-config' to go first, optionally followed by lto and gold mixed inNick Lewycky1-10/+7
2009-02-11Revert r64299: it breaks the build when configuredDuncan Sands1-3/+2
2009-02-11Try this. Darwin -> LTO, PIC -> LTO + possibly gold too.Nick Lewycky1-2/+3
2009-02-1162987 disables LTO build on darwin.Devang Patel1-1/+2
2009-02-03Add LLVM plugin for gold.Nick Lewycky1-0/+4
2009-01-26Build libLTO on any platform so long as PIC is enabled.Nick Lewycky1-2/+1
2009-01-24Perform optional clang building.Mike Stump1-0/+4
2008-11-25Since the old llvmc was removed, rename llvmc2 to llvmc.Mikhail Glushenkov1-5/+5
2008-06-30Rename new lto2 tool as lto.Devang Patel1-4/+1
2008-04-23Disable building of llvm2cpp. The directory will be removed before 2.3 release.Anton Korobeynikov1-1/+1
2008-03-30stop building llvmc.Chris Lattner1-1/+1
2008-03-25Disable building llvm-upgrade.Tanya Lattner1-1/+1
2008-03-23Add first proof-of-concept universal compiler driver framework basedAnton Korobeynikov1-1/+1
2008-03-03Renable lto2 build.Tanya Lattner1-1/+1
2008-03-01Disable lto because its broken on tiger.Tanya Lattner1-1/+1
2008-02-29stop building lto on all platforms. Start building lto2 on DarwinNick Kledzik1-3/+6
2007-12-29remove attributions from tools/utils makefiles.Chris Lattner1-2/+2
2007-12-09Fix accidental commit by Bill.Chris Lattner1-1/+1
2007-12-08Reverting 44702. It wasn't correct to rename them.Bill Wendling1-2/+2
2007-08-13Don't build llvm-stub twice.Reid Spencer1-1/+1
2007-02-09Get the use of \ right.Reid Spencer1-3/+3
2007-02-09Now that gccas and gccld are just schell scripts, adjust the build orderingReid Spencer1-11/+10
2007-01-08Build libLLVMlto on non-Darwin architectures. Resolves PR1055: http://llvm.or...Chandler Carruth1-2/+2
2006-12-02Build llvm-update now.Reid Spencer1-1/+1
2006-09-08ok this really works :)Chris Lattner1-1/+2