[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)
commit8f4a8a636c996af5bbd17fe15340c04a52c5a535
treef895b60feb3946b9e77d0b1b4f80cd047a497678
parentf7596c91afde61dee400c5f5c663b41f44f46efe
[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.

llvm-svn: 156384
22 files changed:
llvm/docs/CommandGuide/FileCheck.rst [new file with mode: 0644]
llvm/docs/CommandGuide/bugpoint.rst [new file with mode: 0644]
llvm/docs/CommandGuide/index.rst [new file with mode: 0644]
llvm/docs/CommandGuide/lit.rst [new file with mode: 0644]
llvm/docs/CommandGuide/llc.rst [new file with mode: 0644]
llvm/docs/CommandGuide/lli.rst [new file with mode: 0644]
llvm/docs/CommandGuide/llvm-ar.rst [new file with mode: 0644]
llvm/docs/CommandGuide/llvm-as.rst [new file with mode: 0644]
llvm/docs/CommandGuide/llvm-bcanalyzer.rst [new file with mode: 0644]
llvm/docs/CommandGuide/llvm-build.rst [new file with mode: 0644]
llvm/docs/CommandGuide/llvm-config.rst [new file with mode: 0644]
llvm/docs/CommandGuide/llvm-cov.rst [new file with mode: 0644]
llvm/docs/CommandGuide/llvm-diff.rst [new file with mode: 0644]
llvm/docs/CommandGuide/llvm-dis.rst [new file with mode: 0644]
llvm/docs/CommandGuide/llvm-extract.rst [new file with mode: 0644]
llvm/docs/CommandGuide/llvm-link.rst [new file with mode: 0644]
llvm/docs/CommandGuide/llvm-nm.rst [new file with mode: 0644]
llvm/docs/CommandGuide/llvm-prof.rst [new file with mode: 0644]
llvm/docs/CommandGuide/llvm-ranlib.rst [new file with mode: 0644]
llvm/docs/CommandGuide/llvm-stress.rst [new file with mode: 0644]
llvm/docs/CommandGuide/opt.rst [new file with mode: 0644]
llvm/docs/CommandGuide/tblgen.rst [new file with mode: 0644]