summaryrefslogtreecommitdiffstats
path: root/llvm/docs/HowToReleaseLLVM.html
Commit message (Collapse)AuthorAgeFilesLines
* 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