Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [docs] Fixing Sphinx warnings to unclog the buildbot | Renato Golin | 2016-07-20 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Delete -std-compile-opts. | Rafael Espindola | 2014-10-16 | 1 | -19/+4 |
| | | | | | | These days -std-compile-opts was just a silly alias for -O3. llvm-svn: 219951 | ||||
* | docs: Remove documentation for legacy PGO options | Justin Bogner | 2014-06-04 | 1 | -4/+0 |
| | | | | | | | | Late last year r191835 removed a largely unmaintained legacy PGO infrastructure, but some of the docs were missed. Since these docs are for things that don't actually exist anymore, they should be removed. llvm-svn: 210165 | ||||
* | [docs] Clean up some more llvm-gcc stuff | Sean Silva | 2014-02-19 | 1 | -3/+2 |
| | | | | | | | | | | Some references to llvm-gcc were so crusty that I wasn't sure how to proceed and so I've left them intact. I also slipped in a quick peephole fix to use a :doc: link instead of raw HTML link. llvm-svn: 201619 | ||||
* | Documentation for opt: reformat | Dmitri Gribenko | 2012-11-29 | 1 | -111/+71 |
| | | | | llvm-svn: 168919 | ||||
* | Use correct syntax highliter in code blocks. Noticed by Sean Silva. | Dmitri Gribenko | 2012-06-12 | 1 | -2/+2 |
| | | | | llvm-svn: 158359 | ||||
* | [docs] Add ReST version of all the man pages. | Daniel Dunbar | 2012-05-08 | 1 | -0/+183 |
- The POD versions are slated for execution, but are still around until llvm.org machinery is in place. llvm-svn: 156384 |