Wrap long lines, remove unnecessarily empty lines.
[oota-llvm.git] / docs / MakefileGuide.html
2006-03-23 Reid SpencerWrap long lines, remove unnecessarily empty lines.
2006-03-21 Chris LattnerDocument ENABLE_ASSERTIONS=1
2006-03-14 Reid SpencerChanges docs for llvm.cs.uiuc.edu -> llvm.org
2006-01-27 Chris LattnerRemove FAKE_SOURCES
2005-10-24 John CriswellFixed spelling.
2005-05-10 Misha BrukmanRemove vim modeline, this belongs in ~/.vimrc
2005-01-16 Reid Spencer* Revise the projects section and make reference to...
2005-01-11 Reid Spencer* Describe the LOADABLE_MODULE feature
2004-12-17 Reid SpencerDescribe the new "reconfigure" and "spotless" targets.
2004-12-08 Tanya LattnerFixed broken links.
2004-12-08 Reid SpencerRemove variables that are not used by any of the LLVM...
2004-12-06 Reid SpencerUpgrade documentation to reflect Makefile.rules changes.
2004-12-05 Reid SpencerDescribe the MODULE_NAME control variable
2004-12-04 Chris LattnerUpdate for changes to check targets.
2004-11-29 Reid SpencerMake it HTML 4.01 Strict compliant.
2004-11-29 Reid Spencer* Document how to turn on doxygen documentation generation
2004-11-25 Reid SpencerRemove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2...
2004-11-21 John CriswellFixed another typo.
2004-11-08 Reid SpencerImplement and document the TOOL_VERBOSE option that...
2004-11-07 Misha Brukman* Fix file-relative links: they need '#' prepended...
2004-11-01 Reid SpencerConfiguration -> BuildMode
2004-10-31 Reid SpencerAdd the preconditions target per suggestion by Henrik...
2004-10-31 Reid SpencerOne more missing end tag.
2004-10-31 Reid SpencerCorrect tag usage for HTML 4.01 Strict compliance
2004-10-31 Reid SpencerAdd a tutorial and some more general concepts.
2004-10-30 Reid SpencerComplete the description of public variables. Internal...
2004-10-25 Chris LattnerMake a sentence easier to parse
2004-10-25 Chris LattnerFix spellos
2004-10-24 Reid SpencerFirst draft. More to come.
2004-10-23 Reid SpencerFirst cut at the LLVM Makefile Guide. There's lots...