aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add LLVM plugin for gold.Nick Lewycky2009-02-031-0/+4
* Build libLTO on any platform so long as PIC is enabled.nicholas2009-01-261-2/+1
* Perform optional clang building.Mike Stump2009-01-241-0/+4
* Since the old llvmc was removed, rename llvmc2 to llvmc.Mikhail Glushenkov2008-11-251-5/+5
* Rename new lto2 tool as lto.Devang Patel2008-06-301-4/+1
* Disable building of llvm2cpp. The directory will be removed before 2.3 release.Anton Korobeynikov2008-04-231-1/+1
* stop building llvmc.Chris Lattner2008-03-301-1/+1
* Disable building llvm-upgrade.Tanya Lattner2008-03-251-1/+1
* Add first proof-of-concept universal compiler driver framework basedAnton Korobeynikov2008-03-231-1/+1
* Renable lto2 build.Tanya Lattner2008-03-031-1/+1
* Disable lto because its broken on tiger.Tanya Lattner2008-03-011-1/+1
* stop building lto on all platforms. Start building lto2 on DarwinNick Kledzik2008-02-291-3/+6
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-291-2/+2
* Fix accidental commit by Bill.Chris Lattner2007-12-091-1/+1
* Reverting 44702. It wasn't correct to rename them.Bill Wendling2007-12-081-2/+2
* Don't build llvm-stub twice.Reid Spencer2007-08-131-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+29