[docs] Add ReST version of all the man pages.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 8 May 2012 16:50:35 +0000 (16:50 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 8 May 2012 16:50:35 +0000 (16:50 +0000)
commit3b709d5f5532bacb6c351def8c9bc7efef36fa33
treeb102b42b9ae1e20ad6553249b348619b34f11669
parentf647c1b7776f34125441f6edeb449be63b470dd7
[docs] Add ReST version of all the man pages.
 - The POD versions are slated for execution, but are still around until
   llvm.org machinery is in place.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156384 91177308-0d34-0410-b5e6-96231b3b80d8
22 files changed:
docs/CommandGuide/FileCheck.rst [new file with mode: 0644]
docs/CommandGuide/bugpoint.rst [new file with mode: 0644]
docs/CommandGuide/index.rst [new file with mode: 0644]
docs/CommandGuide/lit.rst [new file with mode: 0644]
docs/CommandGuide/llc.rst [new file with mode: 0644]
docs/CommandGuide/lli.rst [new file with mode: 0644]
docs/CommandGuide/llvm-ar.rst [new file with mode: 0644]
docs/CommandGuide/llvm-as.rst [new file with mode: 0644]
docs/CommandGuide/llvm-bcanalyzer.rst [new file with mode: 0644]
docs/CommandGuide/llvm-build.rst [new file with mode: 0644]
docs/CommandGuide/llvm-config.rst [new file with mode: 0644]
docs/CommandGuide/llvm-cov.rst [new file with mode: 0644]
docs/CommandGuide/llvm-diff.rst [new file with mode: 0644]
docs/CommandGuide/llvm-dis.rst [new file with mode: 0644]
docs/CommandGuide/llvm-extract.rst [new file with mode: 0644]
docs/CommandGuide/llvm-link.rst [new file with mode: 0644]
docs/CommandGuide/llvm-nm.rst [new file with mode: 0644]
docs/CommandGuide/llvm-prof.rst [new file with mode: 0644]
docs/CommandGuide/llvm-ranlib.rst [new file with mode: 0644]
docs/CommandGuide/llvm-stress.rst [new file with mode: 0644]
docs/CommandGuide/opt.rst [new file with mode: 0644]
docs/CommandGuide/tblgen.rst [new file with mode: 0644]