summaryrefslogtreecommitdiffstats
path: root/llvm/docs/MIRLangRef.rst
Commit message (Collapse)AuthorAgeFilesLines
* [docs] Fixing Sphinx warnings to unclog the buildbotRenato Golin2016-07-201-22/+20
| | | | | | | | | | | | | | | | | | | | | | | Lots of blocks had "llvm" or "nasm" syntax types but either weren't following the syntax, or the syntax has changed (and sphinx hasn't keep up) or the type doesn't even exist (nasm?). Other documents had :options: what were invalid. I only removed those that had warnings, and left the ones that didn't, in order to follow the principle of least surprise. This is like this for ages, but the buildbot is now failing on errors. It may take a while to upgrade the buildbot's sphinx, if that's even possible, but that shouldn't stop us from getting docs updates (which seem down for quite a while). Also, we're not losing any syntax highlight, since when it doesn't parse, it doesn't colour. Ie. those blocks are not being highlighted anyway. I'm trying to get all docs in one go, so that it's easy to revert later if we do fix, or at least easy to know what's to fix. llvm-svn: 276109
* MIRLangRef: Add documentation for the subregister indices.Alex Lorenz2015-09-081-2/+19
| | | | llvm-svn: 247005
* MIRLangRef: Add documentation for the global value machine operands.Alex Lorenz2015-09-081-1/+22
| | | | llvm-svn: 247004
* MIRLangRef: Add 'MIR Testing Guide' section.Alex Lorenz2015-08-211-0/+63
| | | | llvm-svn: 245757
* MIRLangRef: Describe the syntax for the immediate operands, register values,Alex Lorenz2015-08-211-6/+133
| | | | | | register operands and register flags. llvm-svn: 245738
* MIRLangRef: Describe the syntax for machine instruction names and flags.Alex Lorenz2015-08-211-1/+40
| | | | llvm-svn: 245710
* MIRLangRef: Describe the syntax that is used to represent machine basic blocks.Alex Lorenz2015-08-151-2/+111
| | | | llvm-svn: 245138
* Update MIRLangRef for MIR syntax change from r244982.Alex Lorenz2015-08-141-16/+11
| | | | llvm-svn: 244996
* Add initial documentation for the MIR serialization format.Alex Lorenz2015-08-061-0/+124
Differential Revision: http://reviews.llvm.org/D11736 llvm-svn: 244292
OpenPOWER on IntegriCloud