[llvm-commits] [www-releases] r157280 - /www-releases/trunk/3.1/docs/CommandGuide/index.html
Tanya Lattner
tonic at nondot.org
Tue May 22 13:51:39 PDT 2012
Author: tbrethou
Date: Tue May 22 15:51:39 2012
New Revision: 157280
URL: http://llvm.org/viewvc/llvm-project?rev=157280&view=rev
Log:
Fix up links
Modified:
www-releases/trunk/3.1/docs/CommandGuide/index.html
Modified: www-releases/trunk/3.1/docs/CommandGuide/index.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/3.1/docs/CommandGuide/index.html?rev=157280&r1=157279&r2=157280&view=diff
==============================================================================
--- www-releases/trunk/3.1/docs/CommandGuide/index.html (original)
+++ www-releases/trunk/3.1/docs/CommandGuide/index.html Tue May 22 15:51:39 2012
@@ -32,50 +32,50 @@
<ul>
-<li><a href="/cmds/llvm-as.html"><b>llvm-as</b></a> -
+<li><a href="/releases/3.1/docs/CommandGuide/html/llvm-as.html"><b>llvm-as</b></a> -
assemble a human-readable .ll file into bytecode</li>
-<li><a href="/cmds/llvm-dis.html"><b>llvm-dis</b></a> -
+<li><a href="/releases/3.1/docs/CommandGuide/html/llvm-dis.html"><b>llvm-dis</b></a> -
disassemble a bytecode file into a human-readable .ll file</li>
-<li><a href="/cmds/opt.html"><b>opt</b></a> -
+<li><a href="/releases/3.1/docs/CommandGuide/html/opt.html"><b>opt</b></a> -
run a series of LLVM-to-LLVM optimizations on a bytecode file</li>
-<li><a href="/cmds/llc.html"><b>llc</b></a> -
+<li><a href="/releases/3.1/docs/CommandGuide/html/llc.html"><b>llc</b></a> -
generate native machine code for a bytecode file</li>
-<li><a href="/cmds/lli.html"><b>lli</b></a> -
+<li><a href="/releases/3.1/docs/CommandGuide/html/lli.html"><b>lli</b></a> -
directly run a program compiled to bytecode using a JIT compiler or
interpreter</li>
-<li><a href="/cmds/llvm-link.html"><b>llvm-link</b></a> -
+<li><a href="/releases/3.1/docs/CommandGuide/html/llvm-link.html"><b>llvm-link</b></a> -
link several bytecode files into one</li>
-<li><a href="/cmds/llvm-ar.html"><b>llvm-ar</b></a> -
+<li><a href="/releases/3.1/docs/CommandGuide/html/llvm-ar.html"><b>llvm-ar</b></a> -
archive bytecode files</li>
-<li><a href="/cmds/llvm-ranlib.html"><b>llvm-ranlib</b></a> -
+<li><a href="/releases/3.1/docs/CommandGuide/html/llvm-ranlib.html"><b>llvm-ranlib</b></a> -
create an index for archives made with llvm-ar</li>
-<li><a href="/cmds/llvm-nm.html"><b>llvm-nm</b></a> -
+<li><a href="/releases/3.1/docs/CommandGuide/html/llvm-nm.html"><b>llvm-nm</b></a> -
print out the names and types of symbols in a bytecode file</li>
-<li><a href="/cmds/llvm-prof.html"><b>llvm-prof</b></a> -
+<li><a href="/releases/3.1/docs/CommandGuide/html/llvm-prof.html"><b>llvm-prof</b></a> -
format raw `<tt>llvmprof.out</tt>' data into a human-readable report</li>
-<li><a href="/cmds/llvm-ld.html"><b>llvm-ld</b></a> -
+<li><a href="/releases/3.1/docs/CommandGuide/html/llvm-ld.html"><b>llvm-ld</b></a> -
general purpose linker with loadable runtime optimization support</li>
-<li><a href="/cmds/llvm-config.html"><b>llvm-config</b></a> -
+<li><a href="/releases/3.1/docs/CommandGuide/html/llvm-config.html"><b>llvm-config</b></a> -
print out LLVM compilation options, libraries, etc. as configured</li>
-<li><a href="/cmds/llvm-diff.html"><b>llvm-diff</b></a> -
+<li><a href="/releases/3.1/docs/CommandGuide/html/llvm-diff.html"><b>llvm-diff</b></a> -
structurally compare two modules</li>
-<li><a href="/cmds/llvm-cov.html"><b>llvm-cov</b></a> -
+<li><a href="/releases/3.1/docs/CommandGuide/html/llvm-cov.html"><b>llvm-cov</b></a> -
emit coverage information</li>
-<li><a href="/cmds/llvm-stress.html"><b>llvm-stress</b></a> -
+<li><a href="/releases/3.1/docs/CommandGuide/html/llvm-stress.html"><b>llvm-stress</b></a> -
generate random .ll files to fuzz different llvm components</li>
</ul>
@@ -93,13 +93,13 @@
<ul>
-<li><a href="/cmds/bugpoint.html"><b>bugpoint</b></a> -
+<li><a href="/releases/3.1/docs/CommandGuide/html/bugpoint.html"><b>bugpoint</b></a> -
automatic test-case reducer</li>
-<li><a href="/cmds/llvm-extract.html"><b>llvm-extract</b></a> -
+<li><a href="/releases/3.1/docs/CommandGuide/html/llvm-extract.html"><b>llvm-extract</b></a> -
extract a function from an LLVM bytecode file</li>
-<li><a href="/cmds/llvm-bcanalyzer.html"><b>llvm-bcanalyzer</b></a> -
+<li><a href="/releases/3.1/docs/CommandGuide/html/llvm-bcanalyzer.html"><b>llvm-bcanalyzer</b></a> -
bytecode analyzer (analyzes the binary encoding itself, not the program it
represents)</li>
@@ -115,11 +115,11 @@
<div>
<ul>
-<li><a href="/cmds/FileCheck.html"><b>FileCheck</b></a> -
+<li><a href="/releases/3.1/docs/CommandGuide/html/FileCheck.html"><b>FileCheck</b></a> -
Flexible file verifier used extensively by the testing harness</li>
<li><a href="/cmds/tblgen.html"><b>tblgen</b></a> -
target description reader and generator</li>
-<li><a href="/cmds/lit.html"><b>lit</b></a> -
+<li><a href="/releases/3.1/docs/CommandGuide/html/lit.html"><b>lit</b></a> -
LLVM Integrated Tester, for running tests</li>
</ul>
More information about the llvm-commits
mailing list