summaryrefslogtreecommitdiff
path: root/tools/Makefile
Commit message (Expand)AuthorAge
...
* 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
* Okay, llvm-config is good to go now.Reid Spencer2006-04-20
* Don't build llvm-config until issues are resolved.Reid Spencer2006-04-20
* Build the llvm-config directory as a tool.Reid Spencer2006-04-20
* extract has been renamed to llvm-extract to avoid conflicting with another toolMisha Brukman2005-04-24
* Rename BUILD_* to PROJ_*Reid Spencer2005-01-16
* Correct the conditional test for non-portable tools so that it willReid Spencer2004-12-31
* Reverse the logic for Win32 to ensure that bugpoint and llvm-db are NOTReid Spencer2004-12-17
* Fix this file to actually work. ifneq was incorrectly used. Subtract outReid Spencer2004-12-17
* Makefile.JIT doesn't exist any more so it doesn't need to be distributed.Reid Spencer2004-12-17
* Disable bugpoint and llvm-db tools for Win32. They can't be supported onReid Spencer2004-12-17
* For PR351:Reid Spencer2004-12-13
* Add the llvm-ranlib toolReid Spencer2004-11-14
* Add llvm-ld to the subdirs to be builtReid Spencer2004-10-28
* Add EXTRA_DIST for additional files to be distributed.Reid Spencer2004-10-26
* Add LLEE into compilation, but not for SparcMisha Brukman2004-09-13
* add llvmcReid Spencer2004-08-29
* Build llvm-bcanalyzerBrian Gaeke2004-07-02
* Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This toolReid Spencer2004-06-07
* Build the llvm-stub directoryChris Lattner2004-06-01
* Add new directoryChris Lattner2004-01-05
* Build the llvm-prof directoryChris Lattner2003-10-28
* Added LLVM copyright to Makefiles.John Criswell2003-10-20
* Welcome llvm-nm to the familyChris Lattner2003-10-16
* `link' is now `llvm-link'.Misha Brukman2003-09-16
* Stop building `as' and `dis' as they have been removed.Misha Brukman2003-09-15
* Added llvm-ar to the MakefileTanya Lattner2003-09-13
* Build llvm-as and llvm-dis as the upgrade path to renamed tools.Misha Brukman2003-08-28
* Get rid of really old makefile cruftChris Lattner2003-05-14
* Don't try to buidl jelloChris Lattner2002-12-24
* Only build jello when compiling on X86Chris Lattner2002-12-06
* Build bugpointChris Lattner2002-11-20
* Jello now buildsChris Lattner2002-10-29
* Compile sub-directories in parallel, because they don't have interdependenciesChris Lattner2002-09-18
* Reorder tool building sequence to more closely match the reality of whatChris Lattner2002-08-01
* Build the extract utilityChris Lattner2002-05-22
* Don't forget to build gccld!Chris Lattner2002-03-06
* Build new gccas toolChris Lattner2001-10-31
* Build the new linkerChris Lattner2001-10-13
* Oops, accidentally checked my debugging makefileChris Lattner2001-09-14