aboutsummaryrefslogtreecommitdiff
path: root/docs/MakefileGuide.html
AgeCommit message (Expand)Author
2007-02-09Remove references to gccld and gccas, adjusting the documentation toReid Spencer
2007-02-06Document the LINK_COMPONENTS and NO_INSTALL variables.Reid Spencer
2006-09-04Update this to reflect llvm-config usageChris Lattner
2006-08-07Fix an anchor name.Reid Spencer
2006-08-07For PR780:Reid Spencer
2006-07-11Fix typo.Devang Patel
2006-06-03Document the LINK_LIBS_IN_SHARED control variable.Reid Spencer
2006-04-20Remove more references to Burg.Reid Spencer
2006-04-20Remove reference to BURG variable. It no longer exists.Reid Spencer
2006-04-09Update docs for ENABLE_ASSERTIONS -> DISABLE_ASSERTIONSReid Spencer
2006-03-23Wrap long lines, remove unnecessarily empty lines.Reid Spencer
2006-03-21Document ENABLE_ASSERTIONS=1Chris Lattner
2006-03-14Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer
2006-01-27Remove FAKE_SOURCESChris Lattner
2005-10-24Fixed spelling.John Criswell
2005-05-10Remove vim modeline, this belongs in ~/.vimrcMisha Brukman
2005-01-16* Revise the projects section and make reference to Projects.htmlReid Spencer
2005-01-11* Describe the LOADABLE_MODULE featureReid Spencer
2004-12-17Describe the new "reconfigure" and "spotless" targets.Reid Spencer
2004-12-08Fixed broken links.Tanya Lattner
2004-12-08Remove variables that are not used by any of the LLVM makefilesReid Spencer
2004-12-06Upgrade documentation to reflect Makefile.rules changes.Reid Spencer
2004-12-05Describe the MODULE_NAME control variableReid Spencer
2004-12-04Update for changes to check targets.Chris Lattner
2004-11-29Make it HTML 4.01 Strict compliant.Reid Spencer
2004-11-29* Document how to turn on doxygen documentation generationReid Spencer
2004-11-25Remove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2 now.Reid Spencer
2004-11-21Fixed another typo.John Criswell
2004-11-08Implement and document the TOOL_VERBOSE option that asks each tool invokedReid Spencer
2004-11-07* Fix file-relative links: they need '#' prepended to the target nameMisha Brukman
2004-11-01Configuration -> BuildModeReid Spencer
2004-10-31Add the preconditions target per suggestion by Henrik Bach.Reid Spencer
2004-10-31One more missing end tag.Reid Spencer
2004-10-31Correct tag usage for HTML 4.01 Strict complianceReid Spencer
2004-10-31Add a tutorial and some more general concepts.Reid Spencer
2004-10-30Complete the description of public variables. Internal variables are listedReid Spencer
2004-10-25Make a sentence easier to parseChris Lattner
2004-10-25Fix spellosChris Lattner
2004-10-24First draft. More to come.Reid Spencer
2004-10-23First cut at the LLVM Makefile Guide. There's lots to correct and lots moreReid Spencer