[llvm-commits] CVS: llvm/docs/CommandGuide/analyze.html extract.html gccas.html gccld.html llc.html llvm-dis.html llvm-prof.html opt.html

John Criswell criswell at gally.cs.uiuc.edu
Fri Mar 12 16:46:01 PST 2004


Changes in directory llvm/docs/CommandGuide:

analyze.html updated: 1.9 -> 1.10
extract.html updated: 1.6 -> 1.7
gccas.html updated: 1.6 -> 1.7
gccld.html updated: 1.9 -> 1.10
llc.html updated: 1.13 -> 1.14
llvm-dis.html updated: 1.6 -> 1.7
llvm-prof.html updated: 1.4 -> 1.5
opt.html updated: 1.9 -> 1.10

---
Log message:

Performed some updates on the new options to these command line tools.



---
Diffs of the changes:  (+73 -20)

Index: llvm/docs/CommandGuide/analyze.html
diff -u llvm/docs/CommandGuide/analyze.html:1.9 llvm/docs/CommandGuide/analyze.html:1.10
--- llvm/docs/CommandGuide/analyze.html:1.9	Mon Jan 26 15:26:54 2004
+++ llvm/docs/CommandGuide/analyze.html	Fri Mar 12 16:45:35 2004
@@ -35,17 +35,6 @@
 	Print a summary of command line options.
 	<p>
 
-	<li> -stats
-	<br>
-	Print statistics.
-	<p>
-
-	<li> -time-passes
-	<br>
-	Record the amount of time needed for each pass and print it to standard
-	error.
-	<p>
-
 	<li> -q
 	<br>
 	Quiet mode.  With this option, analysis pass names are not printed.
@@ -62,6 +51,27 @@
 	for running the passes made available by <tt>plugin</tt>.  Use
 	'<tt><tt>analyze</tt> -load <plugin> -help</tt>' to see the new
 	list of available analysis passes.
+	<p>
+
+	<li> -dsa-track-integers
+	<br>
+	Track integers as potential pointers.
+	<p>
+
+	<li> -profile-info-file <filename>
+	<br>
+	Specify the name of the file loaded by the -profile-loader option.
+	<p>
+
+	<li> -stats
+	<br>
+	Print statistics.
+	<p>
+
+	<li> -time-passes
+	<br>
+	Record the amount of time needed for each pass and print it to standard
+	error.
 	<p>
 </ul>
 


Index: llvm/docs/CommandGuide/extract.html
diff -u llvm/docs/CommandGuide/extract.html:1.6 llvm/docs/CommandGuide/extract.html:1.7
--- llvm/docs/CommandGuide/extract.html:1.6	Wed Feb 18 10:55:29 2004
+++ llvm/docs/CommandGuide/extract.html	Fri Mar 12 16:45:35 2004
@@ -61,6 +61,17 @@
 	Specify the output filename.  If filename is "-" (the default), then
 	<tt>extract</tt> sends its output to standard output.
 	<p>
+
+	<li> -stats
+	<br>
+	Print statistics.
+	<p>
+
+	<li> -time-passes
+	<br>
+	Record the amount of time needed for each pass and print it to standard
+	error.
+	<p>
 </ul>
 
 <h3>


Index: llvm/docs/CommandGuide/gccas.html
diff -u llvm/docs/CommandGuide/gccas.html:1.6 llvm/docs/CommandGuide/gccas.html:1.7
--- llvm/docs/CommandGuide/gccas.html:1.6	Thu Oct 16 15:05:48 2003
+++ llvm/docs/CommandGuide/gccas.html	Fri Mar 12 16:45:35 2004
@@ -44,6 +44,17 @@
 	Disable the inlining pass.  By default, it is enabled.
 	<p>
 
+	<li> -disable-opt
+	<br>
+  Disable all assemble-time optimization passes.
+	<p>
+
+	<li>-enable-correct-eh-support
+	<br>
+	Instruct the -lowerinvoke pass to insert code for correct exception handling
+  support.  This is expensive and is by default omitted for efficiency.
+	<p>
+
 	<li> -stats
 	<br>
 	Print statistics.


Index: llvm/docs/CommandGuide/gccld.html
diff -u llvm/docs/CommandGuide/gccld.html:1.9 llvm/docs/CommandGuide/gccld.html:1.10
--- llvm/docs/CommandGuide/gccld.html:1.9	Mon Jan 26 15:26:54 2004
+++ llvm/docs/CommandGuide/gccld.html	Fri Mar 12 16:45:35 2004
@@ -114,7 +114,12 @@
 
 	<li> -disable-opt
 	<br>
-    Disable all link-time optimization passes.
+  Disable all link-time optimization passes.
+	<p>
+
+	<li> -disable-inlining
+	<br>
+  Do not run the inliner pass.
 	<p>
 
 	<li> -L=<directory>


Index: llvm/docs/CommandGuide/llc.html
diff -u llvm/docs/CommandGuide/llc.html:1.13 llvm/docs/CommandGuide/llc.html:1.14
--- llvm/docs/CommandGuide/llc.html:1.13	Sat Mar  6 16:38:29 2004
+++ llvm/docs/CommandGuide/llc.html	Fri Mar 12 16:45:35 2004
@@ -93,7 +93,7 @@
 		<dt> x86 </dt>
 		<dd>IA-32 (Pentium and above)</dd>
 
-		<dt> sparc </dt>
+		<dt> sparcv9 </dt>
 		<dd>SPARC V9</dd>
 
 		<dt> c </dt>
@@ -104,6 +104,12 @@
 	<li>-o <filename>
 	<br>
 	Specify the output filename.
+	<p>
+
+	<li>-enable-correct-eh-support
+	<br>
+	Instruct the -lowerinvoke pass to insert code for correct exception handling
+  support.  This is expensive and is by default omitted for efficiency.
 	<p>
 
 	<li> -help


Index: llvm/docs/CommandGuide/llvm-dis.html
diff -u llvm/docs/CommandGuide/llvm-dis.html:1.6 llvm/docs/CommandGuide/llvm-dis.html:1.7
--- llvm/docs/CommandGuide/llvm-dis.html:1.6	Tue Oct  7 15:17:24 2003
+++ llvm/docs/CommandGuide/llvm-dis.html	Fri Mar 12 16:45:35 2004
@@ -53,11 +53,6 @@
 	readable format.  This is the default behavior.
 	<p>
 
-	<li> -c
-	<br>
-	Instruct <tt>llvm-dis</tt> to generate C source code.
-	<p>
-
 	<li> -f
 	<br>
 	Force overwrite.  Normally, <tt>llvm-dis</tt> will refuse to overwrite


Index: llvm/docs/CommandGuide/llvm-prof.html
diff -u llvm/docs/CommandGuide/llvm-prof.html:1.4 llvm/docs/CommandGuide/llvm-prof.html:1.5
--- llvm/docs/CommandGuide/llvm-prof.html:1.4	Tue Feb 10 12:04:24 2004
+++ llvm/docs/CommandGuide/llvm-prof.html	Fri Mar 12 16:45:35 2004
@@ -30,7 +30,7 @@
 	<li><tt>--annotated-llvm</tt> or <tt>-A</tt><br>
 
         In addition to the normal report printed, print out the code for the
-        program, annotated we execution frequency information. This can be
+        program, annotated with execution frequency information. This can be
         particularly useful when trying to visualize how frequently basic blocks
         are executed.  This is most useful with basic block profiling
         information or better.<p>
@@ -40,12 +40,17 @@
         Using this option enables the <tt>--annotated-llvm</tt> option, but it
         prints the entire module, instead of just the most commonly executed
         functions.<p>
+
+	<li><tt>-time-passes</tt><br>
+
+        Record the amount of time needed for each pass and print it to standard
+        error.
 </ul>
 
 <h3>EXIT STATUS</h3>
 
 <tt>llvm-prof</tt> returns 1 if it cannot load the bytecode file or the profile
-information, otherwise it exits with zero.
+information. Otherwise, it exits with zero.
 
 <HR>
 Maintained by the <a href="http://llvm.cs.uiuc.edu">LLVM Team</a>.


Index: llvm/docs/CommandGuide/opt.html
diff -u llvm/docs/CommandGuide/opt.html:1.9 llvm/docs/CommandGuide/opt.html:1.10
--- llvm/docs/CommandGuide/opt.html:1.9	Mon Jan 26 15:26:54 2004
+++ llvm/docs/CommandGuide/opt.html	Fri Mar 12 16:45:35 2004
@@ -53,6 +53,16 @@
 	Specify the output filename.
 	<p>
 
+	<li> -dsa-track-integers
+	<br>
+	Track integers as potential pointers.
+	<p>
+
+	<li> -profile-info-file <filename>
+	<br>
+	Specify the name of the file loaded by the -profile-loader option.
+	<p>
+
 	<li> -stats
 	<br>
 	Print statistics.





More information about the llvm-commits mailing list