aboutsummaryrefslogtreecommitdiff
path: root/tools/Makefile
AgeCommit message (Expand)Author
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
2008-02-29stop building lto on all platforms. Start building lto2 on DarwinNick Kledzik
2007-12-29remove attributions from tools/utils makefiles.Chris Lattner
2007-12-09Fix accidental commit by Bill.Chris Lattner
2007-12-08Reverting 44702. It wasn't correct to rename them.Bill Wendling
2007-08-13Don't build llvm-stub twice.Reid Spencer
2007-02-09Get the use of \ right.Reid Spencer
2007-02-09Now that gccas and gccld are just schell scripts, adjust the build orderingReid Spencer
2007-01-08Build libLLVMlto on non-Darwin architectures. Resolves PR1055: http://llvm.or...Chandler Carruth
2006-12-02Build llvm-update now.Reid Spencer
2006-09-08ok this really works :)Chris Lattner
2006-09-08Remove redundant include.Devang Patel
2006-09-08Need to include Makefile.config to get the value of $(OS). Add a comment.Chris Lattner
2006-09-08Enabling LTO building on Darwin only right now. This probably should beAnton Korobeynikov
2006-09-07Add lto into the list of PARALLEL_DIRSDevang Patel
2006-08-23Rearrange order to build more frequently used tools first and make theReid Spencer
2006-08-23Fix a typo.Reid Spencer
2006-08-22Rearrange the build order to better accommodate parallel build by reducingReid Spencer
2006-08-18For PR872:Reid Spencer
2006-07-26Add llvm2cpp to DIRs listChris Lattner
2006-07-26Build llvm-config to identify library cycles earlier in the build process.Reid Spencer
2006-05-30llvm2cpp is ready to be compiled so add it to the makefile, but make itReid Spencer
2006-05-17Remove the llvm-db and bugpoint restrictions from the win32 platform soReid Spencer
2006-04-20Okay, llvm-config is good to go now.Reid Spencer
2006-04-20Don't build llvm-config until issues are resolved.Reid Spencer