aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Build the llvm-prof directoryChris Lattner2003-10-281-1/+1
* Added LLVM copyright to Makefiles.John Criswell2003-10-201-0/+8
* Welcome llvm-nm to the familyChris Lattner2003-10-161-1/+1
* `link' is now `llvm-link'.Misha Brukman2003-09-161-1/+1
* Stop building `as' and `dis' as they have been removed.Misha Brukman2003-09-151-1/+1
* Added llvm-ar to the MakefileTanya Lattner2003-09-131-1/+1
* Build llvm-as and llvm-dis as the upgrade path to renamed tools.Misha Brukman2003-08-281-1/+2
* Get rid of really old makefile cruftChris Lattner2003-05-141-9/+0
* Don't try to buidl jelloChris Lattner2002-12-241-5/+5
* Only build jello when compiling on X86Chris Lattner2002-12-061-2/+11
* Build bugpointChris Lattner2002-11-201-1/+1
* Jello now buildsChris Lattner2002-10-291-1/+1