summaryrefslogtreecommitdiffstats
path: root/llvm/docs/HowToReleaseLLVM.html
Commit message (Collapse)AuthorAgeFilesLines
* Convert HowToReleaseLLVM.html to reSTDmitri Gribenko2012-12-071-581/+0
| | | | | | Patch by Alexander Zinenko. llvm-svn: 169608
* Fix some minor typosSylvestre Ledru2012-07-311-1/+1
| | | | llvm-svn: 161037
* [docs] Update HTML pages to refer to CSS in a way that works locally and ↵Daniel Dunbar2012-04-191-1/+1
| | | | | | with Sphinx. llvm-svn: 155153
* docs/*.html: Appease W3C Checker to add "charset=utf-8".NAKAMURA Takumi2011-10-311-0/+1
| | | | llvm-svn: 143348
* Remove mention of llvm-gcc and add mention of dragonegg.Bill Wendling2011-10-171-109/+64
| | | | llvm-svn: 142243
* docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi2011-04-231-38/+37
| | | | | | | | | | | | | | | | | <h2>Section Example</h2> <div> <!-- h2+div is applied --> <p>Section preamble.</p> <h3>Subsection Example</h3> <p> <!-- h3+p is applied --> Subsection body </p> <!-- End of section body --> </div> FIXME: Care H5 better. llvm-svn: 130040
* docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi2011-04-181-29/+26
| | | | | | | | | H1 ... doc_title H2 ... doc_section H3 ... doc_subsection H4 ... doc_subsubsection llvm-svn: 129736
* docs/*.html: Make W3C HTML 4.01 Strict more compliant.NAKAMURA Takumi2011-04-091-5/+8
| | | | | FIXME: The logo handling in ReleaseNotes.html llvm-svn: 129208
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-091-2/+2
| | | | llvm-svn: 129181
* Remove redundant compression option.Bill Wendling2011-03-251-4/+4
| | | | llvm-svn: 128267
* Fix tagging name.Bill Wendling2011-03-071-8/+8
| | | | llvm-svn: 127154
* Update the documentation on "How to Release LLVM". It lays out a new way ofBill Wendling2011-02-281-303/+406
| | | | | | | tagging and branching for the release. I will update this more throughout the 2.9 release process. llvm-svn: 126604
* Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts"Duncan Sands2010-07-071-6/+6
| | | | | | | | | | | | | builds to "Release". The default build is unchanged (optimization on, assertions on), however it is now called Release+Asserts. The intent is that future LLVM releases released via llvm.org will be Release builds in the new sense, i.e. will have assertions disabled (currently they have assertions enabled, for a more than 20% slowdown). This will bring them in line with MacOS releases, which ship with assertions disabled. It also means that "Release" now means the same things in make and cmake builds: cmake already disables assertions for "Release" builds AFAICS. llvm-svn: 107758
* Revert r103213. It broke several sections of live website.mike-m2010-05-071-0/+523
| | | | llvm-svn: 103219
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-061-523/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTE: 2nd part changeset for cfe trunk to follow. *** PRE-PATCH ISSUES ADDRESSED - clang api docs fail build from objdir - clang/llvm api docs collide in install PREFIX/ - clang/llvm main docs collide in install - clang/llvm main docs have full of hard coded destination assumptions and make use of absolute root in static html files; namely CommandGuide tools hard codes a website destination for cross references and some html cross references assume website root paths *** IMPROVEMENTS - bumped Doxygen from 1.4.x -> 1.6.3 - splits llvm/clang docs into 'main' and 'api' (doxygen) build trees - provide consistent, reliable doc builds for both main+api docs - support buid vs. install vs. website intentions - support objdir builds - document targets with 'make help' - correct clean and uninstall operations - use recursive dir delete only where absolutely necessary - added call function fn.RMRF which safeguards against botched 'rm -rf'; if any target (or any variable is evaluated) which attempts to remove any dirs which match a hard-coded 'safelist', a verbose error will be printed and make will error-stop. llvm-svn: 103213
* Update to note that clang has a baseline now. Dropping x86-32 for MacOS.Tanya Lattner2010-04-051-6/+5
| | | | llvm-svn: 100447
* Documentation: Perform automated correction of common typos.Benjamin Kramer2009-10-121-2/+2
| | | | llvm-svn: 83849
* Update release document with more details.Tanya Lattner2009-08-231-12/+24
| | | | llvm-svn: 79818
* Update the release process some more. Lots of good details now.Tanya Lattner2009-08-191-51/+119
| | | | llvm-svn: 79488
* First steps to document new release plan.Tanya Lattner2009-08-181-307/+152
| | | | llvm-svn: 79376
* Documentation: fix HTML validation errors.Benjamin Kramer2009-08-051-1/+0
| | | | llvm-svn: 78196
* Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img>Misha Brukman2008-12-111-2/+2
| | | | | | tags are not needed in HTML, only XML. llvm-svn: 60885
* Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman2008-12-111-2/+2
| | | | llvm-svn: 60880
* Remove references to llvm-gcc-4.0Bill Wendling2008-07-221-12/+4
| | | | llvm-svn: 53900
* Update how to release document.Tanya Lattner2007-09-281-210/+212
| | | | | | Add release version to getting started guide. llvm-svn: 42454
* test commitChris Lattner2007-07-251-1/+1
| | | | llvm-svn: 40484
* Fix some validation errors.Bill Wendling2007-07-231-3/+4
| | | | llvm-svn: 40417
* Converted to "svn" and reformatted.Bill Wendling2007-07-231-270/+349
| | | | llvm-svn: 40416
* Subversionify the documentation.Reid Spencer2007-07-091-6/+6
| | | | llvm-svn: 38442
* Add a section on how to build an RPM package as an optional releaseReid Spencer2006-08-161-7/+23
| | | | | | activity. llvm-svn: 29719
* Adding notes from release experience.Tanya Lattner2006-08-101-0/+36
| | | | llvm-svn: 29591
* Don't overload anchor names, silly browser's can't handle it.Reid Spencer2006-04-111-2/+2
| | | | llvm-svn: 27598
* Add the contents of my email about distribution targets as a new section.Reid Spencer2006-04-111-2/+169
| | | | | | Attribute John as an author. llvm-svn: 27597
* First pass over Reid's document.John Criswell2006-04-111-41/+185
| | | | | | | | | | | | | Changed the order of operations so that more of the fine tuning is performed in the release branch. This should free up mainline sooner to resume development. Removed information on the special release Makefile targets as I've never used them for a release; Tanya is investigating their integration, and they can be re-added if she uses them. Added an outline for building the LLVM GCC binary distributions. I will be filling that section out later (but before the 1.7 release). llvm-svn: 27595
* Fix an anchor.Reid Spencer2006-04-111-1/+1
| | | | llvm-svn: 27585
* Flesh out the documentation a little bit more.Reid Spencer2006-04-111-8/+54
| | | | llvm-svn: 27584
* * Remove duplicated table of contents for a section and at the top levelMisha Brukman2006-04-101-25/+14
| | | | | | | * Fix relative links within the file * Add <tt> tags around command names and literal file names and directories llvm-svn: 27566
* Remove a spurious <table> tag.Reid Spencer2006-03-241-2/+0
| | | | llvm-svn: 27045
* A very early, rough draft of a guide to making public releases for LLVM.Reid Spencer2006-03-231-0/+130
This document will detail the steps needed for making a quality release of LLVM that ensures the release functions and is of high quality. llvm-svn: 26978
OpenPOWER on IntegriCloud