aboutsummaryrefslogtreecommitdiff
path: root/tools/Makefile
AgeCommit message (Expand)Author
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
2006-04-20Build the llvm-config directory as a tool.Reid Spencer
2005-04-24extract has been renamed to llvm-extract to avoid conflicting with another toolMisha Brukman
2005-01-16Rename BUILD_* to PROJ_*Reid Spencer
2004-12-31Correct the conditional test for non-portable tools so that it willReid Spencer
2004-12-17Reverse the logic for Win32 to ensure that bugpoint and llvm-db are NOTReid Spencer
2004-12-17Fix this file to actually work. ifneq was incorrectly used. Subtract outReid Spencer
2004-12-17Makefile.JIT doesn't exist any more so it doesn't need to be distributed.Reid Spencer
2004-12-17Disable bugpoint and llvm-db tools for Win32. They can't be supported onReid Spencer
2004-12-13For PR351:Reid Spencer
2004-11-14Add the llvm-ranlib toolReid Spencer
2004-10-28Add llvm-ld to the subdirs to be builtReid Spencer
2004-10-26Add EXTRA_DIST for additional files to be distributed.Reid Spencer
2004-09-13Add LLEE into compilation, but not for SparcMisha Brukman
2004-08-29add llvmcReid Spencer
2004-07-02Build llvm-bcanalyzerBrian Gaeke
2004-06-07Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This toolReid Spencer
2004-06-01Build the llvm-stub directoryChris Lattner
2004-01-05Add new directoryChris Lattner
2003-10-28Build the llvm-prof directoryChris Lattner
2003-10-20Added LLVM copyright to Makefiles.John Criswell
2003-10-16Welcome llvm-nm to the familyChris Lattner
2003-09-16`link' is now `llvm-link'.Misha Brukman
2003-09-15Stop building `as' and `dis' as they have been removed.Misha Brukman
2003-09-13Added llvm-ar to the MakefileTanya Lattner
2003-08-28Build llvm-as and llvm-dis as the upgrade path to renamed tools.Misha Brukman
2003-05-14Get rid of really old makefile cruftChris Lattner
2002-12-24Don't try to buidl jelloChris Lattner
2002-12-06Only build jello when compiling on X86Chris Lattner
2002-11-20Build bugpointChris Lattner
2002-10-29Jello now buildsChris Lattner