scoped_ptr.h was removed.
[oota-llvm.git] / Makefile
2007-12-29 Chris Lattnerremove attributions from the rest of the llvm makefiles.
2007-12-13 Nate BegemanAdd install-libs target which only installs libraries...
2007-09-18 Gordon HenriksenAdding ocaml language bindings for the vmcore and bitwr...
2007-07-11 David GreeneGet rid of annoying spaces.
2007-07-08 Reid SpencerInstall things needed by llvm-top to allow successful...
2007-04-15 Reid SpencerEcho command lines only if the user wants them.
2007-04-15 Reid SpencerAdd a new testing target: check-one. It is used like...
2007-03-29 Chris Lattnerdon't build runtime for now, ever
2007-02-21 Chris Lattnerrevert r1.68. This breaks 'make install' without doing...
2007-02-05 Reid SpencerAdd a show-footprint target to run du a few times to...
2007-02-05 Reid SpencerDon't prevent install target from descending into the...
2006-11-17 Reid SpencerUndo removal of the runtime libraries. While this may...
2006-11-16 Reid SpencerIn LLVM 2.0 we won't use the runtime libraries as llvm...
2006-09-04 Chris LattnerDocument build order dependencies. Make sure that...
2006-08-16 Reid SpencerAdd .PHONY targets for building source and binary RPM...
2006-07-26 Chris LattnerRevamp this to use filter-out, which makes the logic...
2006-06-02 Chris LattnerMore of PR728, don't install utils either.
2006-06-02 Chris LattnerPart of PR728, don't install examples or projects.
2006-06-01 Reid SpencerMake a shorthand target for running the llvm2cpp test...
2006-05-17 Reid SpencerMake some changes suggested by Chris:
2006-04-12 Reid SpencerInclude the win32 and Xcode directories in the distribu...
2006-04-08 Reid SpencerFix recursion:
2006-04-08 Reid SpencerDon't build projects/examples if libs-only was specified.
2006-04-07 Reid SpencerInvert the tests on LLVMGCC_MAJVERS to check for value...
2006-04-07 Chris LattnerTHis -> This
2006-04-07 Reid SpencerFor PR723:
2006-04-06 Reid SpencerAvoid building the runtime libraries if llvm-gcc versio...
2005-08-25 Reid SpencerFor PR614:
2005-05-29 Reid SpencerMake sure the tools get built if no build target is...
2005-05-25 Reid SpencerAdd a "libs-only" target for avoiding construction...
2005-05-24 Reid SpencerTwo dist-check related changes:
2004-12-06 Reid SpencerRemove the check target. Its now in Makefile.rules
2004-12-04 Reid SpencerCVS directory elimination moved to Makefile.rules
2004-12-04 Tanya LattnerMade it default to check instead of check-dejagnu.
2004-12-03 Chris Lattnercheck is now a single colon rule. Also make it default...
2004-11-29 Reid SpencerAdd "docs" as a descendable directory (at the end)
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