[llvm-commits] CVS: llvm/docs/CommandGuide/analyze.html bugpoint.html opt.html
John Criswell
criswell at cs.uiuc.edu
Mon Mar 29 14:22:01 PST 2004
Changes in directory llvm/docs/CommandGuide:
analyze.html updated: 1.10 -> 1.11
bugpoint.html updated: 1.24 -> 1.25
opt.html updated: 1.10 -> 1.11
---
Log message:
Merged in RELEASE_12.
---
Diffs of the changes: (+13 -10)
Index: llvm/docs/CommandGuide/analyze.html
diff -u llvm/docs/CommandGuide/analyze.html:1.10 llvm/docs/CommandGuide/analyze.html:1.11
--- llvm/docs/CommandGuide/analyze.html:1.10 Fri Mar 12 16:45:35 2004
+++ llvm/docs/CommandGuide/analyze.html Mon Mar 29 14:21:45 2004
@@ -53,11 +53,6 @@
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.
Index: llvm/docs/CommandGuide/bugpoint.html
diff -u llvm/docs/CommandGuide/bugpoint.html:1.24 llvm/docs/CommandGuide/bugpoint.html:1.25
--- llvm/docs/CommandGuide/bugpoint.html:1.24 Sat Mar 13 13:36:30 2004
+++ llvm/docs/CommandGuide/bugpoint.html Mon Mar 29 14:21:45 2004
@@ -190,6 +190,16 @@
when attempting to reduce test programs. If you're trying to find
a bug in one of these passes, <tt>bugpoint</tt> may crash.<p>
+ <li><tt>-enable-correct-eh-support</tt><br>
+ Make the -lowerinvoke pass insert expensive, but correct, exception
+ handling code.<p>
+
+ <li><tt>-internalize-public-api-file <filename></tt><br>
+ Preserve the symbols listed in the file <tt>filename</tt>.<p>
+
+ <li><tt>-internalize-public-api-list <list></tt><br>
+ Preserve the symbols listed in <tt>list</tt>.<p>
+
<li> <tt>-help</tt><br>
Print a summary of command line options.<p>
@@ -214,6 +224,9 @@
(the "reference output"). If you do not use this option,
<tt>bugpoint</tt> will attempt to generate a reference output by
compiling the program with the C backend and running it.<p>
+
+ <li><tt>-profile-info-file <filename></tt><br>
+ Profile file loaded by -profile-loader.<p>
<a name="opt_run-"><li><tt>-run-{int,jit,llc,cbe}</tt><br>
Whenever the test program is compiled, <tt>bugpoint</tt> should generate
Index: llvm/docs/CommandGuide/opt.html
diff -u llvm/docs/CommandGuide/opt.html:1.10 llvm/docs/CommandGuide/opt.html:1.11
--- llvm/docs/CommandGuide/opt.html:1.10 Fri Mar 12 16:45:35 2004
+++ llvm/docs/CommandGuide/opt.html Mon Mar 29 14:21:45 2004
@@ -53,11 +53,6 @@
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.
More information about the llvm-commits
mailing list