summaryrefslogtreecommitdiff
path: root/tools/Makefile
Commit message (Expand)AuthorAge
* EXIT STAGE LEFT: gccas, gccldDaniel Dunbar2009-08-25
* The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov2009-08-18
* LLVMC doesn't need ENABLE_PIC to build now.Mikhail Glushenkov2009-07-04
* Don't build LLVMC when configured with --disable-pic (it needs requires sharedDaniel Dunbar2009-06-29
* Add a skeleton driver for new machine code level fun. llvm-mc is meantChris Lattner2009-06-18
* aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin!Chris Lattner2009-04-25
* Remove clang since its conditionally there already.Tanya Lattner2009-04-20
* Emit the auto variables of a function into a different section than parameters.Sanjiv Gupta2009-04-20
* Another bug :(Anton Korobeynikov2009-03-11
* Unbreak the build. Dunno, why it did not fail on mingw :(Anton Korobeynikov2009-03-11
* Disable plugins / shared stuff generation on windows targets.Anton Korobeynikov2009-03-11
* ENABLE_PIC is either 0 or 1, but is always defined.Nick Lewycky2009-03-03
* Tabs to spaces presto chango! Pointed out by Duncan Sands.Nick Lewycky2009-02-26
* Force 'llvm-config' to go first, optionally followed by lto and gold mixed inNick Lewycky2009-02-26
* Revert r64299: it breaks the build when configuredDuncan Sands2009-02-11
* Try this. Darwin -> LTO, PIC -> LTO + possibly gold too.Nick Lewycky2009-02-11
* 62987 disables LTO build on darwin.Devang Patel2009-02-11
* Add LLVM plugin for gold.Nick Lewycky2009-02-03
* Build libLTO on any platform so long as PIC is enabled.Nick Lewycky2009-01-26
* Perform optional clang building.Mike Stump2009-01-24
* Since the old llvmc was removed, rename llvmc2 to llvmc.Mikhail Glushenkov2008-11-25
* Rename new lto2 tool as lto.Devang Patel2008-06-30
* Disable building of llvm2cpp. The directory will be removed before 2.3 release.Anton Korobeynikov2008-04-23
* stop building llvmc.Chris Lattner2008-03-30
* Disable building llvm-upgrade.Tanya Lattner2008-03-25
* Add first proof-of-concept universal compiler driver framework basedAnton Korobeynikov2008-03-23
* Renable lto2 build.Tanya Lattner2008-03-03
* Disable lto because its broken on tiger.Tanya Lattner2008-03-01
* stop building lto on all platforms. Start building lto2 on DarwinNick Kledzik2008-02-29
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-29
* Fix accidental commit by Bill.Chris Lattner2007-12-09
* Reverting 44702. It wasn't correct to rename them.Bill Wendling2007-12-08
* Don't build llvm-stub twice.Reid Spencer2007-08-13
* Get the use of \ right.Reid Spencer2007-02-09
* Now that gccas and gccld are just schell scripts, adjust the build orderingReid Spencer2007-02-09
* Build libLLVMlto on non-Darwin architectures. Resolves PR1055: http://llvm.or...Chandler Carruth2007-01-08
* Build llvm-update now.Reid Spencer2006-12-02
* ok this really works :)Chris Lattner2006-09-08
* Remove redundant include.Devang Patel2006-09-08
* Need to include Makefile.config to get the value of $(OS). Add a comment.Chris Lattner2006-09-08
* Enabling LTO building on Darwin only right now. This probably should beAnton Korobeynikov2006-09-08
* Add lto into the list of PARALLEL_DIRSDevang Patel2006-09-07
* Rearrange order to build more frequently used tools first and make theReid Spencer2006-08-23
* Fix a typo.Reid Spencer2006-08-23
* Rearrange the build order to better accommodate parallel build by reducingReid Spencer2006-08-22
* For PR872:Reid Spencer2006-08-18
* Add llvm2cpp to DIRs listChris Lattner2006-07-26
* Build llvm-config to identify library cycles earlier in the build process.Reid Spencer2006-07-26
* llvm2cpp is ready to be compiled so add it to the makefile, but make itReid Spencer2006-05-30
* Remove the llvm-db and bugpoint restrictions from the win32 platform soReid Spencer2006-05-17