aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get the use of \ right.Reid Spencer2007-02-091-3/+3
* Now that gccas and gccld are just schell scripts, adjust the build orderingReid Spencer2007-02-091-11/+10
* Build libLLVMlto on non-Darwin architectures. Resolves PR1055: http://llvm.or...Chandler Carruth2007-01-081-2/+2
* Build llvm-update now.Reid Spencer2006-12-021-1/+1
* ok this really works :)Chris Lattner2006-09-081-1/+2
* Remove redundant include.Devang Patel2006-09-081-1/+0
* Need to include Makefile.config to get the value of $(OS). Add a comment.Chris Lattner2006-09-081-0/+4
* Enabling LTO building on Darwin only right now. This probably should beAnton Korobeynikov2006-09-081-2/+4
* Add lto into the list of PARALLEL_DIRSDevang Patel2006-09-071-1/+2
* Rearrange order to build more frequently used tools first and make theReid Spencer2006-08-231-4/+11
* Fix a typo.Reid Spencer2006-08-231-1/+1
* Rearrange the build order to better accommodate parallel build by reducingReid Spencer2006-08-221-3/+4
* For PR872:Reid Spencer2006-08-181-3/+2
* Add llvm2cpp to DIRs listChris Lattner2006-07-261-3/+2
* Build llvm-config to identify library cycles earlier in the build process.Reid Spencer2006-07-261-3/+3
* llvm2cpp is ready to be compiled so add it to the makefile, but make itReid Spencer2006-05-301-0/+2
* Remove the llvm-db and bugpoint restrictions from the win32 platform soReid Spencer2006-05-171-11/+1
* Okay, llvm-config is good to go now.Reid Spencer2006-04-201-1/+1
* Don't build llvm-config until issues are resolved.Reid Spencer2006-04-201-1/+1
* Build the llvm-config directory as a tool.Reid Spencer2006-04-201-1/+1
* extract has been renamed to llvm-extract to avoid conflicting with another toolMisha Brukman2005-04-241-1/+1
* Rename BUILD_* to PROJ_*Reid Spencer2005-01-161-1/+1
* Correct the conditional test for non-portable tools so that it willReid Spencer2004-12-311-2/+1
* Reverse the logic for Win32 to ensure that bugpoint and llvm-db are NOTReid Spencer2004-12-171-1/+1
* Fix this file to actually work. ifneq was incorrectly used. Subtract outReid Spencer2004-12-171-9/+6
* Makefile.JIT doesn't exist any more so it doesn't need to be distributed.Reid Spencer2004-12-171-2/+0
* Disable bugpoint and llvm-db tools for Win32. They can't be supported onReid Spencer2004-12-171-2/+10
* For PR351:Reid Spencer2004-12-131-1/+1
* Add the llvm-ranlib toolReid Spencer2004-11-141-1/+1
* Add llvm-ld to the subdirs to be builtReid Spencer2004-10-281-3/+3
* Add EXTRA_DIST for additional files to be distributed.Reid Spencer2004-10-261-0/+2
* Add LLEE into compilation, but not for SparcMisha Brukman2004-09-131-2/+7
* add llvmcReid Spencer2004-08-291-3/+3
* Build llvm-bcanalyzerBrian Gaeke2004-07-021-1/+1
* Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This toolReid Spencer2004-06-071-1/+2
* Build the llvm-stub directoryChris Lattner2004-06-011-1/+1
* Add new directoryChris Lattner2004-01-051-2/+3