summaryrefslogtreecommitdiffstats
path: root/llvm/docs/programming.rst
Commit message (Collapse)AuthorAgeFilesLines
* docs: Inline documentation structure into homepage.Sean Silva2013-01-201-56/+0
| | | | | | | This brings back {Ctrl,Cmd}-f'ability, and makes some really bad organizational choices easier to see (and therefore fix). llvm-svn: 172949
* docs: Fix long standing linking antipattern.Sean Silva2013-01-111-8/+6
| | | | | | | | | 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
* docs: Convert ProgrammersManual to reST.Sean Silva2012-12-041-1/+2
| | | | | | Patch by Alexander Zinenko! llvm-svn: 169208
* Sphinxify the ExtendingLLVM documentation.Bill Wendling2012-10-071-2/+3
| | | | llvm-svn: 165371
* Sphinxify the compiler writer info documentation.Bill Wendling2012-10-071-0/+5
| | | | llvm-svn: 165369
* docs: Add HowToSetUpLLVMStyleRTTI.rst.Sean Silva2012-10-051-0/+6
| | | | | | | | | This document describes how to set up LLVM-style RTTI for a class hierarchy. Surprisingly, this was not previously documented. Also, link it into ProgrammersManual.html. llvm-svn: 165293
* docs: Fix Sphinx warning over Atomics.rst.Sean Silva2012-09-211-0/+5
| | | | | | | | Atomics.rst was not linked into the toctree. Docs now build warning-free! llvm-svn: 164356
* Sphinxify the CommandLine document.Bill Wendling2012-08-081-1/+2
| | | | llvm-svn: 161479
* Move coding standards reference from development_process.rst to programming.rst.Bill Wendling2012-06-201-1/+6
| | | | llvm-svn: 158818
* Unindent list.Bill Wendling2012-06-201-17/+17
| | | | llvm-svn: 158817
* [docs] Convert docs index page into Sphinx.Daniel Dunbar2012-04-191-0/+34
- Work in progress, this is mostly important because it lets us incrementally migrate the remaining documentation. - Lots of styling, editing, and integration work yet to come… - PR12589 llvm-svn: 155133
OpenPOWER on IntegriCloud