Performed some updates on the new options to these command line tools.
authorJohn Criswell <criswell@uiuc.edu>
Fri, 12 Mar 2004 22:45:35 +0000 (22:45 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Fri, 12 Mar 2004 22:45:35 +0000 (22:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12350 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/analyze.html
docs/CommandGuide/extract.html
docs/CommandGuide/gccas.html
docs/CommandGuide/gccld.html
docs/CommandGuide/llc.html
docs/CommandGuide/llvm-dis.html
docs/CommandGuide/llvm-prof.html
docs/CommandGuide/opt.html

index 4a6bcc60bbe65cccd4bd393b8d7d661578821793..cd66ce5e0dabf47015898d3700619482f73264f5 100644 (file)
@@ -35,17 +35,6 @@ language.
        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.
@@ -63,6 +52,27 @@ language.
        '<tt><tt>analyze</tt> -load &lt;plugin&gt; -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 &lt;filename&gt;
+       <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>
 
 <h3>EXIT STATUS</h3>
index b840168a6e13cd332a9ffc1a1f38274937f072f5..72112e8b2d1747e164cfa6a99ed0a4d87858175e 100644 (file)
@@ -61,6 +61,17 @@ omitted or if filename is -.  The output is always written to standard output.
        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 a0bafcc82063c20c49191168d1d5d7753046f88c..67a270c968c30d3e4122294063a8d453a251cc36 100644 (file)
@@ -44,6 +44,17 @@ OPTIONS
        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 be8092a7b03b98803a8259c288fd086d34f065b8..c58f5581369371f6e105d6b9c1db6f05afc26050 100644 (file)
@@ -114,7 +114,12 @@ using the -native option.
 
        <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=&lt;directory&gt;
index 08cae51429cd6b59400a25218a592e2721a46800..3a1efd1df114b2fcefdccdf009b2e40e1c971704 100644 (file)
@@ -93,7 +93,7 @@ OPTIONS
                <dt> x86 </dt>
                <dd>IA-32 (Pentium and above)</dd>
 
-               <dt> sparc </dt>
+               <dt> sparcv9 </dt>
                <dd>SPARC V9</dd>
 
                <dt> c </dt>
@@ -106,6 +106,12 @@ OPTIONS
        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
        <br>
        Print a summary of command line options.
index 7211206d300ff5aa744213c16a45a8fb46b020b5..ebf09b46e50864b408a3e5815b5caf55cd56cde9 100644 (file)
@@ -53,11 +53,6 @@ The default output file for <tt>llvm-dis</tt> is determined by the following log
        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 5f1c48dcc1ebd5bb289b0b33e3dd5d1fef7855fd..ceba6527cf49459b96e044fd7b68653fe81d8156 100644 (file)
@@ -30,7 +30,7 @@ then runs <tt>llvm-prof</tt> to format a report.  To get more information about
        <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 @@ then runs <tt>llvm-prof</tt> to format a report.  To get more information about
         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 91650d66e836e395b7b490b288c959ecae548909..4bf67a49c2547561364e85dd435699bc0a79190e 100644 (file)
@@ -53,6 +53,16 @@ writes its output to the standard output.
        Specify the output filename.
        <p>
 
+       <li> -dsa-track-integers
+       <br>
+       Track integers as potential pointers.
+       <p>
+
+       <li> -profile-info-file &lt;filename&gt;
+       <br>
+       Specify the name of the file loaded by the -profile-loader option.
+       <p>
+
        <li> -stats
        <br>
        Print statistics.