Convert remaining X-Form and Pseudo instructions over to asm writer
[oota-llvm.git] / Makefile
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