summaryrefslogtreecommitdiff
path: root/docs/MakefileGuide.html
AgeCommit message (Expand)Author
2011-04-23docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi
2011-04-18docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi
2011-04-09docs: Canonicalize URLs.NAKAMURA Takumi
2010-10-22Standardise all build-mode affecting {EN,DIS}ABLE_* make options toPeter Collingbourne
2010-07-24Document BUILD_EXAMPLES makefile variablePeter Collingbourne
2010-07-07Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts"Duncan Sands
2010-05-07Revert r103213. It broke several sections of live website.mike-m
2010-05-06Overhauled llvm/clang docs builds. Closes PR6613.mike-m
2010-02-23Add LLVM{CC,CXX} make variables, which specify the configured path the LLVMDaniel Dunbar
2009-10-12Documentation: Perform automated correction of common typos.Benjamin Kramer
2009-09-28Forgot to update the documentation in r82906. s/DEBUG_RUNTIME/DEBUG_SYMBOLS/.Jeffrey Yasskin
2009-09-25This patch causes the --enable-debug-runtime configure flag and theJeffrey Yasskin
2009-06-16Remove support for building LLVM libraries into "relinked" Chris Lattner
2009-04-25aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin!Chris Lattner
2009-02-26Remove libtool.Nick Lewycky
2009-01-02lex and bison aren't needed to build llvm anymore.Chris Lattner
2008-12-11Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img>Misha Brukman
2008-12-11Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman
2007-09-29PR1601: etags not configured correctlyGordon Henriksen
2007-07-06first pass of nomenclature changes in .html filesGabor Greif
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