summaryrefslogtreecommitdiffstats
path: root/llvm/docs/HowToReleaseLLVM.rst
Commit message (Collapse)AuthorAgeFilesLines
* Remove some autoconf references from docs and commentsSven van Haastregt2019-07-031-2/+1
| | | | | | | | | The autoconf build system support has been removed a while ago, remove some outdated references. Differential Revision: https://reviews.llvm.org/D63608 llvm-svn: 365013
* docs: Fix formatting in HowToReleaseLLVMTom Stellard2017-09-191-8/+8
| | | | | | This is a follow up to r313608. llvm-svn: 313609
* docs: Add instructions for how to submit a merge requestTom Stellard2017-09-191-0/+22
| | | | | | | | | | | | Reviewers: hansw, hans Reviewed By: hans Subscribers: hans, llvm-commits Differential Revision: https://reviews.llvm.org/D37936 llvm-svn: 313608
* Adding RELEASE_TESTERS.TXTRenato Golin2016-07-211-0/+3
| | | | llvm-svn: 276302
* [docs] Update release docsRenato Golin2016-07-211-151/+91
| | | | llvm-svn: 276264
* Fix some typos in the llvm docSylvestre Ledru2016-02-141-1/+1
| | | | llvm-svn: 260855
* [docs] Fix a typoSanjoy Das2016-01-261-1/+1
| | | | llvm-svn: 258878
* [docs] Document how to merge patches into release branchesVedant Kumar2016-01-251-0/+17
| | | | llvm-svn: 258736
* docs: Add information about helper scripts to HowToReleaseLLVM pageTom Stellard2015-07-311-47/+10
| | | | | | Differential Revision: http://reviews.llvm.org/D10081 llvm-svn: 243720
* docs: Update relaease documents to include the patch number in the RELEASE tagsTom Stellard2014-07-211-17/+17
| | | | | | | This will make it easier to update the release scripts to support bug-fix releases. llvm-svn: 213544
* [docs] Fix some Sphinx warnings.Sean Silva2014-03-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | The docs now build cleanly. Yay! The following warnings were fixed: /home/sean/pg/llvm/llvm/docs/HowToReleaseLLVM.rst:364: WARNING: Enumerated list ends without a blank line; unexpected unindent. /home/sean/pg/llvm/llvm/docs/InAlloca.rst:: WARNING: document isn't included in any toctree /home/sean/pg/llvm/llvm/docs/CodingStandards.rst:85: WARNING: Title underline too short. Supported C++11 Language and Library Features ------------------------------------------- /home/sean/pg/llvm/llvm/docs/CodingStandards.rst:85: WARNING: Title underline too short. Supported C++11 Language and Library Features ------------------------------------------- /home/sean/pg/llvm/llvm/docs/GettingStarted.rst:185: WARNING: Explicit markup ends without a blank line; unexpected unindent. /home/sean/pg/llvm/llvm/docs/GettingStarted.rst:565: WARNING: Explicit markup ends without a blank line; unexpected unindent. /home/sean/pg/llvm/llvm/docs/GettingStarted.rst:567: WARNING: Block quote ends without a blank line; unexpected unindent. llvm-svn: 202603
* HowToReleaseLLVM: Add information about dot releasesTom Stellard2014-02-041-6/+15
| | | | | | | Based on the following discussion: http://llvm.1065342.n5.nabble.com/LLVM-3-4-stable-releases-td65005.html llvm-svn: 200772
* Add ARM to release instructionsRenato Golin2013-12-131-0/+6
| | | | llvm-svn: 197220
* TypoRenato Golin2013-05-281-1/+1
| | | | llvm-svn: 182766
* Linking ReleaseProcess doc with the worldRenato Golin2013-05-281-0/+3
| | | | llvm-svn: 182763
* Documentation: remove all mentions of DejaGNU and TclDmitri Gribenko2013-01-181-11/+11
| | | | | | We don't have DejaGNU tests now. llvm-svn: 172836
* docs: Fix long standing linking antipattern.Sean Silva2013-01-111-1/+1
| | | | | | | | | Before we learned about :doc:, we used :ref: and put a dummy link at the top of each page. Don't do that anymore. This fixes PR14891 as a special case. llvm-svn: 172162
* remove the rest of the "written by" lines in the documentation. It isChris Lattner2013-01-101-5/+0
| | | | | | | against the developer policy to include this sort of thing as SVN blame already captures this in a far more fine-grained way. llvm-svn: 172109
* Documentation: HowToReleaseLLVM.rst: remove trailing whitespace.Dmitri Gribenko2012-12-091-18/+18
| | | | llvm-svn: 169700
* Documentation: don't create TOCs manually.Dmitri Gribenko2012-12-091-81/+4
| | | | | | Thanks to Sean Silva for pointing out! llvm-svn: 169699
* Convert HowToReleaseLLVM.html to reSTDmitri Gribenko2012-12-071-0/+504
Patch by Alexander Zinenko. llvm-svn: 169608
OpenPOWER on IntegriCloud