Do use the actual ocaml stdlib (not the install dir) to find the
[oota-llvm.git] / tools / Makefile
2007-08-13 Reid SpencerDon't build llvm-stub twice.
2007-02-09 Reid SpencerGet the use of \ right.
2007-02-09 Reid SpencerNow that gccas and gccld are just schell scripts, adjus...
2007-01-08 Chandler CarruthBuild libLLVMlto on non-Darwin architectures. Resolves...
2006-12-02 Reid SpencerBuild llvm-update now.
2006-09-08 Chris Lattnerok this really works :)
2006-09-08 Devang PatelRemove redundant include.
2006-09-08 Chris LattnerNeed to include Makefile.config to get the value of...
2006-09-08 Anton KorobeynikovEnabling LTO building on Darwin only right now. This...
2006-09-07 Devang PatelAdd lto into the list of PARALLEL_DIRS
2006-08-23 Reid SpencerRearrange order to build more frequently used tools...
2006-08-23 Reid SpencerFix a typo.
2006-08-22 Reid SpencerRearrange the build order to better accommodate paralle...
2006-08-18 Reid SpencerFor PR872:
2006-07-26 Chris LattnerAdd llvm2cpp to DIRs list
2006-07-26 Reid SpencerBuild llvm-config to identify library cycles earlier...
2006-05-30 Reid Spencerllvm2cpp is ready to be compiled so add it to the makef...
2006-05-17 Reid SpencerRemove the llvm-db and bugpoint restrictions from the...
2006-04-20 Reid SpencerOkay, llvm-config is good to go now.
2006-04-20 Reid SpencerDon't build llvm-config until issues are resolved.
2006-04-20 Reid SpencerBuild the llvm-config directory as a tool.
2005-04-24 Misha Brukmanextract has been renamed to llvm-extract to avoid confl...
2005-01-16 Reid SpencerRename BUILD_* to PROJ_*
2004-12-31 Reid SpencerCorrect the conditional test for non-portable tools...
2004-12-17 Reid SpencerReverse the logic for Win32 to ensure that bugpoint...
2004-12-17 Reid SpencerFix this file to actually work. ifneq was incorrectly...
2004-12-17 Reid SpencerMakefile.JIT doesn't exist any more so it doesn't need...
2004-12-17 Reid SpencerDisable bugpoint and llvm-db tools for Win32. They...
2004-12-13 Reid SpencerFor PR351:
2004-11-14 Reid SpencerAdd the llvm-ranlib tool
2004-10-28 Reid SpencerAdd llvm-ld to the subdirs to be built
2004-10-26 Reid SpencerAdd EXTRA_DIST for additional files to be distributed.
2004-09-13 Misha BrukmanAdd LLEE into compilation, but not for Sparc
2004-08-29 Reid Spenceradd llvmc
2004-07-02 Brian GaekeBuild llvm-bcanalyzer
2004-06-07 Reid SpencerCommit For New Tool: llvm-abcd (Analysis of ByteCode...
2004-06-01 Chris LattnerBuild the llvm-stub directory
2004-01-05 Chris LattnerAdd new directory
2003-10-28 Chris LattnerBuild the llvm-prof directory
2003-10-20 John CriswellAdded LLVM copyright to Makefiles.
2003-10-16 Chris LattnerWelcome llvm-nm to the family
2003-09-16 Misha Brukman`link' is now `llvm-link'.
2003-09-15 Misha BrukmanStop building `as' and `dis' as they have been removed.
2003-09-13 Tanya LattnerAdded llvm-ar to the Makefile
2003-08-28 Misha BrukmanBuild llvm-as and llvm-dis as the upgrade path to renam...
2003-05-14 Chris LattnerGet rid of really old makefile cruft
2002-12-24 Chris LattnerDon't try to buidl jello
2002-12-06 Chris LattnerOnly build jello when compiling on X86
2002-11-20 Chris LattnerBuild bugpoint
2002-10-29 Chris LattnerJello now builds
2002-09-18 Chris LattnerCompile sub-directories in parallel, because they don...
2002-08-01 Chris LattnerReorder tool building sequence to more closely match...
2002-05-22 Chris LattnerBuild the extract utility
2002-03-06 Chris LattnerDon't forget to build gccld!
2001-10-31 Chris LattnerBuild new gccas tool
2001-10-13 Chris LattnerBuild the new linker
2001-09-14 Chris LattnerOops, accidentally checked my debugging makefile
2001-09-14 Chris LattnerThis checkin represents some cleanup of the backend...
2001-09-07 Chris LattnerBuild lli first
2001-08-23 Chris LattnerCompile LLI
2001-07-25 Chris LattnerBuild as before dis
2001-07-21 Chris LattnerMake sure we build all of the code!
2001-07-03 Chris LattnerBuild new analyze tool
2001-06-06 Chris LattnerInitial revision