[llvm-commits] CVS: llvm/www/docs/CommandGuide/analyze.html extract.html gccas.html gccld.html llc.html lli.html llvm-as.html llvm-dis.html llvmgcc.html llvmgxx.html opt.html

Chris Lattner lattner at cs.uiuc.edu
Tue Oct 7 15:13:01 PDT 2003


Changes in directory llvm/www/docs/CommandGuide:

analyze.html updated: 1.6 -> 1.7
extract.html updated: 1.4 -> 1.5
gccas.html updated: 1.4 -> 1.5
gccld.html updated: 1.6 -> 1.7
llc.html updated: 1.5 -> 1.6
lli.html updated: 1.5 -> 1.6
llvm-as.html updated: 1.4 -> 1.5
llvm-dis.html updated: 1.4 -> 1.5
llvmgcc.html updated: 1.2 -> 1.3
llvmgxx.html updated: 1.2 -> 1.3
opt.html updated: 1.5 -> 1.6

---
Log message:

Consistently set the background color
Change the footer to include "maintained by"


---
Diffs of the changes:  (+44 -56)

Index: llvm/www/docs/CommandGuide/analyze.html
diff -u llvm/www/docs/CommandGuide/analyze.html:1.6 llvm/www/docs/CommandGuide/analyze.html:1.7
--- llvm/www/docs/CommandGuide/analyze.html:1.6	Mon Sep 29 09:05:08 2003
+++ llvm/www/docs/CommandGuide/analyze.html	Tue Oct  7 15:12:03 2003
@@ -3,7 +3,7 @@
 LLVM: analyze tool
 </title>
 
-<body>
+<body bgcolor=white>
 
 <center>
 <h1>LLVM: analyze tool</h1>
@@ -86,7 +86,7 @@
 opt
 
 <HR>
-<a href="http://llvm.cs.uiuc.edu">LLVM Team</a>
+Maintained by the <a href="http://llvm.cs.uiuc.edu">LLVM Team</a>.
 </body>
 </html>
 


Index: llvm/www/docs/CommandGuide/extract.html
diff -u llvm/www/docs/CommandGuide/extract.html:1.4 llvm/www/docs/CommandGuide/extract.html:1.5
--- llvm/www/docs/CommandGuide/extract.html:1.4	Tue Oct  7 14:48:25 2003
+++ llvm/www/docs/CommandGuide/extract.html	Tue Oct  7 15:12:03 2003
@@ -3,7 +3,7 @@
 LLVM: extract tool
 </title>
 
-<body>
+<body bgcolor=white>
 
 <center>
 <h1>LLVM: <tt>extract</tt> tool</h1>
@@ -64,7 +64,7 @@
 <a href="bugpoint.html"><tt>bugpoint</tt></a>
 
 <HR>
-<a href="http://llvm.cs.uiuc.edu">LLVM Team</a>
+Maintained by the <a href="http://llvm.cs.uiuc.edu">LLVM Team</a>.
 </body>
 </html>
 


Index: llvm/www/docs/CommandGuide/gccas.html
diff -u llvm/www/docs/CommandGuide/gccas.html:1.4 llvm/www/docs/CommandGuide/gccas.html:1.5
--- llvm/www/docs/CommandGuide/gccas.html:1.4	Tue Oct  7 15:01:09 2003
+++ llvm/www/docs/CommandGuide/gccas.html	Tue Oct  7 15:12:03 2003
@@ -1,7 +1,7 @@
 <html>
 <title>LLVM: gccas tool</title>
 
-<body>
+<body bgcolor=white>
 
 <center>
 <h1>LLVM: <tt>gccas</tt> tool</h1>
@@ -68,7 +68,7 @@
 <a href="gccld.html"><tt>gccld</tt></a>
 
 <HR>
-<a href="http://llvm.cs.uiuc.edu">LLVM Team</a>
+Maintained by the <a href="http://llvm.cs.uiuc.edu">LLVM Team</a>.
 </body>
 </html>
 


Index: llvm/www/docs/CommandGuide/gccld.html
diff -u llvm/www/docs/CommandGuide/gccld.html:1.6 llvm/www/docs/CommandGuide/gccld.html:1.7
--- llvm/www/docs/CommandGuide/gccld.html:1.6	Tue Oct  7 15:01:09 2003
+++ llvm/www/docs/CommandGuide/gccld.html	Tue Oct  7 15:12:04 2003
@@ -174,7 +174,7 @@
 -native option.
 
 <HR>
-<a href="http://llvm.cs.uiuc.edu">LLVM Team</a>
+Maintained by the <a href="http://llvm.cs.uiuc.edu">LLVM Team</a>.
 </body>
 </html>
 


Index: llvm/www/docs/CommandGuide/llc.html
diff -u llvm/www/docs/CommandGuide/llc.html:1.5 llvm/www/docs/CommandGuide/llc.html:1.6
--- llvm/www/docs/CommandGuide/llc.html:1.5	Tue Oct  7 14:42:50 2003
+++ llvm/www/docs/CommandGuide/llc.html	Tue Oct  7 15:12:04 2003
@@ -1,33 +1,22 @@
 <html>
-<title>
-LLVM: llc tool
-</title>
-
-<body>
-
-<center>
-<h1>LLVM: llc tool</h1>
-</center>
-<HR>
+<title>LLVM: llc tool</title>
 
-<h3>
-NAME
-</h3>
+<body bgcolor=white>
 
-llc
+<center><h1>LLVM: <tt>llc</tt> tool</h1></center>
+<HR>
 
-<h3>
-SYNOPSIS
-</h3>
+<h3>NAME</h3>
+<tt>llc</tt>
 
-llc [options] [filename]
-<h3>
-DESCRIPTION
-</h3>
+<h3>SYNOPSIS</h3>
+<tt>llc [options] [filename]</tt>
+
+<h3>DESCRIPTION</h3>
 
-The llc command compiles LLVM bytecode into assembly language for a specified
-architecture.  The assembly language output can then be passed through a native
-assembler and linker to generate native code.
+The <tt>llc</tt> command compiles LLVM bytecode into assembly language for a
+specified architecture.  The assembly language output can then be passed through
+a native assembler and linker to generate native code.
 <p>
 The choice of architecture for the output assembly code is determined as
 follows:
@@ -53,8 +42,9 @@
 	<p>
 
 	<li>
-	If llc was compiled on an architecture for which it can generate code,
-	select the architecture upon which llc was compiled.
+	If <tt>llc</tt> was compiled on an architecture for which it can
+	generate code, select the architecture upon which <tt>llc</tt> was
+	compiled.
 	<p>
 
 	<li>
@@ -64,17 +54,17 @@
 
 <p>
 
-If filename is not specified, or if filename is -, llc reads its input from
-standard input.  Otherwise, it will read its input from filename.
+If filename is not specified, or if filename is -, <tt>llc</tt> reads its input
+from standard input.  Otherwise, it will read its input from filename.
 <p>
 
-If the -o option is left unspecified, then llc will send its output to standard
+If the -o option is left unspecified, then <tt>llc</tt> will send its output to standard
 output if the input is from standard input.  If the -o option specifies -, then
 the output will also be sent to standard output.
 <p>
 
 If no -o option is specified and an input file other than - is specified, then
-llc creates the output filename as follows:
+<tt>llc</tt> creates the output filename as follows:
 
 <ul>
 	<li>
@@ -191,20 +181,18 @@
 </ul>
 
 
-<h3>
-EXIT STATUS
-</h3>
+<h3>EXIT STATUS</h3>
 
-If llc succeeds, it will exit with 0.  Otherwise, if an error occurs, it
-will exit with a non-zero value.
+If <tt>llc</tt> succeeds, it will exit with 0.  Otherwise, if an error occurs,
+it will exit with a non-zero value.
 
 <h3>
 SEE ALSO
 </h3>
-llvm-dis, lli
+<a href="lli.html"><tt>lli</tt></a>
 
 <HR>
-<a href="http://llvm.cs.uiuc.edu">LLVM Team</a>
+Maintained by the <a href="http://llvm.cs.uiuc.edu">LLVM Team</a>.
 </body>
 </html>
 


Index: llvm/www/docs/CommandGuide/lli.html
diff -u llvm/www/docs/CommandGuide/lli.html:1.5 llvm/www/docs/CommandGuide/lli.html:1.6
--- llvm/www/docs/CommandGuide/lli.html:1.5	Tue Oct  7 14:46:37 2003
+++ llvm/www/docs/CommandGuide/lli.html	Tue Oct  7 15:12:04 2003
@@ -3,7 +3,7 @@
 LLVM: lli tool
 </title>
 
-<body>
+<body bgcolor=white>
 
 <center>
 <h1>LLVM: <tt>lli</tt> tool</h1>
@@ -78,7 +78,7 @@
 <a href="llc.html"><tt>llc</tt></a>
 
 <HR>
-<a href="http://llvm.cs.uiuc.edu">LLVM Team</a>
+Maintained by the <a href="http://llvm.cs.uiuc.edu">LLVM Team</a>.
 </body>
 </html>
 


Index: llvm/www/docs/CommandGuide/llvm-as.html
diff -u llvm/www/docs/CommandGuide/llvm-as.html:1.4 llvm/www/docs/CommandGuide/llvm-as.html:1.5
--- llvm/www/docs/CommandGuide/llvm-as.html:1.4	Thu Sep 25 21:59:00 2003
+++ llvm/www/docs/CommandGuide/llvm-as.html	Tue Oct  7 15:12:04 2003
@@ -3,7 +3,7 @@
 LLVM: llvm-as tool
 </title>
 
-<body>
+<body bgcolor=white>
 
 <center>
 <h1>LLVM: llvm-as tool</h1>
@@ -102,7 +102,7 @@
 llvm-dis
 
 <HR>
-<a href="http://llvm.cs.uiuc.edu">LLVM Team</a>
+Maintained by the <a href="http://llvm.cs.uiuc.edu">LLVM Team</a>.
 </body>
 </html>
 


Index: llvm/www/docs/CommandGuide/llvm-dis.html
diff -u llvm/www/docs/CommandGuide/llvm-dis.html:1.4 llvm/www/docs/CommandGuide/llvm-dis.html:1.5
--- llvm/www/docs/CommandGuide/llvm-dis.html:1.4	Thu Sep 25 21:59:00 2003
+++ llvm/www/docs/CommandGuide/llvm-dis.html	Tue Oct  7 15:12:04 2003
@@ -3,7 +3,7 @@
 LLVM: llvm-dis tool
 </title>
 
-<body>
+<body bgcolor=white>
 
 <center>
 <h1>LLVM: llvm-dis tool</h1>
@@ -107,7 +107,7 @@
 llvm-as
 
 <HR>
-<a href="http://llvm.cs.uiuc.edu">LLVM Team</a>
+Maintained by the <a href="http://llvm.cs.uiuc.edu">LLVM Team</a>.
 </body>
 </html>
 


Index: llvm/www/docs/CommandGuide/llvmgcc.html
diff -u llvm/www/docs/CommandGuide/llvmgcc.html:1.2 llvm/www/docs/CommandGuide/llvmgcc.html:1.3
--- llvm/www/docs/CommandGuide/llvmgcc.html:1.2	Tue Oct  7 14:51:55 2003
+++ llvm/www/docs/CommandGuide/llvmgcc.html	Tue Oct  7 15:12:04 2003
@@ -3,7 +3,7 @@
 LLVM: llvmgcc tool
 </title>
 
-<body>
+<body bgcolor=white>
 
 <center>
 <h1>LLVM: <tt>llvmgcc</tt> tool</h1>
@@ -103,7 +103,7 @@
 <A HREF="gccld.html"><tt>gccld</tt></A>
 
 <HR>
-<a href="http://llvm.cs.uiuc.edu">LLVM Team</a>
+Maintained by the <a href="http://llvm.cs.uiuc.edu">LLVM Team</a>.
 </body>
 </html>
 


Index: llvm/www/docs/CommandGuide/llvmgxx.html
diff -u llvm/www/docs/CommandGuide/llvmgxx.html:1.2 llvm/www/docs/CommandGuide/llvmgxx.html:1.3
--- llvm/www/docs/CommandGuide/llvmgxx.html:1.2	Tue Oct  7 15:01:09 2003
+++ llvm/www/docs/CommandGuide/llvmgxx.html	Tue Oct  7 15:12:05 2003
@@ -3,7 +3,7 @@
 LLVM: llvmg++ tool
 </title>
 
-<body>
+<body bgcolor=white>
 
 <center>
 <h1>LLVM: <tt>llvmg++</tt> tool</h1>
@@ -97,7 +97,7 @@
 <A HREF="gccld.html"><tt>gccld</tt></A>
 
 <HR>
-<a href="http://llvm.cs.uiuc.edu">LLVM Team</a>
+Maintained by the <a href="http://llvm.cs.uiuc.edu">LLVM Team</a>.
 </body>
 </html>
 


Index: llvm/www/docs/CommandGuide/opt.html
diff -u llvm/www/docs/CommandGuide/opt.html:1.5 llvm/www/docs/CommandGuide/opt.html:1.6
--- llvm/www/docs/CommandGuide/opt.html:1.5	Tue Oct  7 11:33:42 2003
+++ llvm/www/docs/CommandGuide/opt.html	Tue Oct  7 15:12:05 2003
@@ -3,7 +3,7 @@
 LLVM: opt tool
 </title>
 
-<body>
+<body bgcolor=white>
 
 <center>
 <h1>LLVM: opt tool</h1>
@@ -127,7 +127,7 @@
 analyze
 
 <HR>
-<a href="http://llvm.cs.uiuc.edu">LLVM Team</a>
+Maintained by the <a href="http://llvm.cs.uiuc.edu">LLVM Team</a>.
 </body>
 </html>
 





More information about the llvm-commits mailing list