summaryrefslogtreecommitdiff
path: root/tools/Makefile
AgeCommit message (Expand)AuthorFilesLines
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
2006-09-08Remove redundant include.Devang Patel1-1/+0
2006-09-08Need to include Makefile.config to get the value of $(OS). Add a comment.Chris Lattner1-0/+4
2006-09-08Enabling LTO building on Darwin only right now. This probably should beAnton Korobeynikov1-2/+4
2006-09-07Add lto into the list of PARALLEL_DIRSDevang Patel1-1/+2
2006-08-23Rearrange order to build more frequently used tools first and make theReid Spencer1-4/+11
2006-08-23Fix a typo.Reid Spencer1-1/+1
2006-08-22Rearrange the build order to better accommodate parallel build by reducingReid Spencer1-3/+4
2006-08-18For PR872:Reid Spencer1-3/+2
2006-07-26Add llvm2cpp to DIRs listChris Lattner1-3/+2
2006-07-26Build llvm-config to identify library cycles earlier in the build process.Reid Spencer1-3/+3
2006-05-30llvm2cpp is ready to be compiled so add it to the makefile, but make itReid Spencer1-0/+2
2006-05-17Remove the llvm-db and bugpoint restrictions from the win32 platform soReid Spencer1-11/+1
2006-04-20Okay, llvm-config is good to go now.Reid Spencer1-1/+1
2006-04-20Don't build llvm-config until issues are resolved.Reid Spencer1-1/+1
2006-04-20Build the llvm-config directory as a tool.Reid Spencer1-1/+1
2005-04-24extract has been renamed to llvm-extract to avoid conflicting with another toolMisha Brukman1-1/+1
2005-01-16Rename BUILD_* to PROJ_*Reid Spencer1-1/+1
2004-12-31Correct the conditional test for non-portable tools so that it willReid Spencer1-2/+1
2004-12-17Reverse the logic for Win32 to ensure that bugpoint and llvm-db are NOTReid Spencer1-1/+1
2004-12-17Fix this file to actually work. ifneq was incorrectly used. Subtract outReid Spencer1-9/+6
2004-12-17Makefile.JIT doesn't exist any more so it doesn't need to be distributed.Reid Spencer1-2/+0
2004-12-17Disable bugpoint and llvm-db tools for Win32. They can't be supported onReid Spencer1-2/+10
2004-12-13For PR351:Reid Spencer1-1/+1
2004-11-14Add the llvm-ranlib toolReid Spencer1-1/+1
2004-10-28Add llvm-ld to the subdirs to be builtReid Spencer1-3/+3
2004-10-26Add EXTRA_DIST for additional files to be distributed.Reid Spencer1-0/+2
2004-09-13Add LLEE into compilation, but not for SparcMisha Brukman1-2/+7
2004-08-29add llvmcReid Spencer1-3/+3
2004-07-02Build llvm-bcanalyzerBrian Gaeke1-1/+1
2004-06-07Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This toolReid Spencer1-1/+2
2004-06-01Build the llvm-stub directoryChris Lattner1-1/+1
2004-01-05Add new directoryChris Lattner1-2/+3
2003-10-28Build the llvm-prof directoryChris Lattner1-1/+1
2003-10-20Added LLVM copyright to Makefiles.John Criswell1-0/+8
2003-10-16Welcome llvm-nm to the familyChris Lattner1-1/+1
2003-09-16`link' is now `llvm-link'.Misha Brukman1-1/+1
2003-09-15Stop building `as' and `dis' as they have been removed.Misha Brukman1-1/+1
2003-09-13Added llvm-ar to the MakefileTanya Lattner1-1/+1
2003-08-28Build llvm-as and llvm-dis as the upgrade path to renamed tools.Misha Brukman1-1/+2
2003-05-14Get rid of really old makefile cruftChris Lattner1-9/+0
2002-12-24Don't try to buidl jelloChris Lattner1-5/+5
2002-12-06Only build jello when compiling on X86Chris Lattner1-2/+11
2002-11-20Build bugpointChris Lattner1-1/+1
2002-10-29Jello now buildsChris Lattner1-1/+1
2002-09-18Compile sub-directories in parallel, because they don't have interdependenciesChris Lattner1-1/+1