These have been removed
[oota-llvm.git] / Makefile
2004-11-25 Reid SpencerAdd a convenience target to build all three modes:...
2004-11-08 Alkis EvlogimenosMove path override in test/Makefile.
2004-11-08 Alkis EvlogimenosOverride PATH to submake so that all tools are found...
2004-11-07 Tanya LattnerRemoved passing TARGET.
2004-11-07 Tanya LattnerChanged check-dejagnu to take TESTSUITE as its args...
2004-11-07 Tanya LattnerMinor error.
2004-11-07 Tanya LattnerAdded support to specify which test suite dejagnu shoul...
2004-11-07 Tanya LattnerAdded rough support for dejagnu testing. Changes need...
2004-10-30 Reid SpencerInternalize variable names to prevent recursive assignm...
2004-10-26 Reid SpencerReduce the number of EXTRA_DIST files since Makefile...
2004-10-25 Reid SpencerNew Makefile Features:
2004-10-24 Reid SpencerMove top level rules for tags and installing headers...
2004-09-17 John CriswellChanged the distclean target to handle the new location...
2004-08-29 Reid SpencerAdd lib/System ahead of lib/Support in case there are...
2004-08-24 Reid SpencerInclude the "examples" directory as optional.
2004-06-24 Chris Lattneretags isn't portable at all. Make it not run by defaul...
2004-06-11 Reid SpencerChange tags rule to pipe output from find through etags...
2004-05-25 Reid SpencerChange the install-includes target to completely ignore...
2004-04-24 Misha BrukmanStandardize header comments of top-level Makefiles.
2004-04-16 Brian GaekeAs a part of the bootstrapping process, the top-level...
2004-02-10 Brian GaekeShould fix pr220 - "make install" doesn't install...
2004-02-09 Brian GaekeFix bug in installation process: MKDIR must respect...
2004-02-08 Brian GaekeRemove rules for autoconf'ing files from top-level...
2004-02-03 Chris LattnerRevised version of a patch for PR222 that works with...
2004-02-03 Chris LattnerApply Michael Kahl's patch to fix the 'make tools-only...
2004-01-22 Brian GaekeMove support for building tags database from Makefile...
2004-01-21 Brian GaekePart 2 of DESTDIR support
2004-01-13 Brian GaekeSimplify configure rules. (I don't know if anyone else...
2003-12-10 Brian GaekeSupport 'make install' for LLVM include files.
2003-10-21 Brian GaekeAdd tools-only target, for bootstrapping the C/C++...
2003-10-20 John CriswellAdded LLVM copyright notice to Makefiles.
2003-10-08 Brian GaekeI really meant to use that AUTOHEADER variable I put...
2003-10-07 Brian GaekeAdd rule for regenerating config.h.in using autoheader.
2003-10-07 Brian GaekeAdd target to regenerate top-level "configure" script.
2003-10-05 Chris LattnerRevert back to keeping Burg and TableGen in the utils...
2003-09-29 John CriswellMoved llvm/lib/Support to llvm/support/lib/Support.
2003-08-15 Chris Lattnerbuild the new runtime directory
2003-08-12 John CriswellMerged in changes between PRE11_ROOT and LLVM_PRE111...
2003-06-11 John CriswellModified Makefile.common to handle compilation of proje...
2002-12-02 Chris LattnerMake sure to build lib/Support before the utilities...
2002-09-17 Chris LattnerBuild burg tree
2001-06-06 Chris LattnerInitial revision