[llvm-commits] [www-releases] r145593 - /www-releases/trunk/3.0/docs/CommandGuide/index.html
Tanya Lattner
tonic at nondot.org
Thu Dec 1 09:49:31 PST 2011
Author: tbrethou
Date: Thu Dec 1 11:49:31 2011
New Revision: 145593
URL: http://llvm.org/viewvc/llvm-project?rev=145593&view=rev
Log:
Update links
Modified:
www-releases/trunk/3.0/docs/CommandGuide/index.html
Modified: www-releases/trunk/3.0/docs/CommandGuide/index.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/3.0/docs/CommandGuide/index.html?rev=145593&r1=145592&r2=145593&view=diff
==============================================================================
--- www-releases/trunk/3.0/docs/CommandGuide/index.html (original)
+++ www-releases/trunk/3.0/docs/CommandGuide/index.html Thu Dec 1 11:49:31 2011
@@ -32,44 +32,44 @@
<ul>
-<li><a href="/html/llvm-as.html"><b>llvm-as</b></a> -
+<li><a href="html/llvm-as.html"><b>llvm-as</b></a> -
assemble a human-readable .ll file into bytecode</li>
-<li><a href="/html/llvm-dis.html"><b>llvm-dis</b></a> -
+<li><a href="html/llvm-dis.html"><b>llvm-dis</b></a> -
disassemble a bytecode file into a human-readable .ll file</li>
-<li><a href="/htmp/opt.html"><b>opt</b></a> -
+<li><a href="html/opt.html"><b>opt</b></a> -
run a series of LLVM-to-LLVM optimizations on a bytecode file</li>
-<li><a href="/html/llc.html"><b>llc</b></a> -
+<li><a href="html/llc.html"><b>llc</b></a> -
generate native machine code for a bytecode file</li>
-<li><a href="/htmp/lli.html"><b>lli</b></a> -
+<li><a href="html/lli.html"><b>lli</b></a> -
directly run a program compiled to bytecode using a JIT compiler or
interpreter</li>
-<li><a href="/html/llvm-link.html"><b>llvm-link</b></a> -
+<li><a href="html/llvm-link.html"><b>llvm-link</b></a> -
link several bytecode files into one</li>
-<li><a href="/html/llvm-ar.html"><b>llvm-ar</b></a> -
+<li><a href="html/llvm-ar.html"><b>llvm-ar</b></a> -
archive bytecode files</li>
-<li><a href="/html/llvm-ranlib.html"><b>llvm-ranlib</b></a> -
+<li><a href="html/llvm-ranlib.html"><b>llvm-ranlib</b></a> -
create an index for archives made with llvm-ar</li>
-<li><a href="/html/llvm-nm.html"><b>llvm-nm</b></a> -
+<li><a href="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="/html/llvm-prof.html"><b>llvm-prof</b></a> -
+<li><a href="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="/html/llvm-ld.html"><b>llvm-ld</b></a> -
+<li><a href="html/llvm-ld.html"><b>llvm-ld</b></a> -
general purpose linker with loadable runtime optimization support</li>
-<li><a href="/html/llvm-config.html"><b>llvm-config</b></a> -
+<li><a href="html/llvm-config.html"><b>llvm-config</b></a> -
print out LLVM compilation options, libraries, etc. as configured</li>
-<li><a href="/html/llvm-diff.html"><b>llvm-diff</b></a> -
+<li><a href="html/llvm-diff.html"><b>llvm-diff</b></a> -
structurally compare two modules</li>
</ul>
@@ -87,13 +87,13 @@
<ul>
-<li><a href="/html/bugpoint.html"><b>bugpoint</b></a> -
+<li><a href="html/bugpoint.html"><b>bugpoint</b></a> -
automatic test-case reducer</li>
-<li><a href="/html/llvm-extract.html"><b>llvm-extract</b></a> -
+<li><a href="html/llvm-extract.html"><b>llvm-extract</b></a> -
extract a function from an LLVM bytecode file</li>
-<li><a href="/html/llvm-bcanalyzer.html"><b>llvm-bcanalyzer</b></a> -
+<li><a href="html/llvm-bcanalyzer.html"><b>llvm-bcanalyzer</b></a> -
bytecode analyzer (analyzes the binary encoding itself, not the program it
represents)</li>
More information about the llvm-commits
mailing list