diff options
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/FileCheck.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/bugpoint.pod | 21 | ||||
-rw-r--r-- | docs/CommandGuide/index.html | 36 | ||||
-rw-r--r-- | docs/CommandGuide/lit.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/llc.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/lli.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/llvm-ar.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/llvm-as.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/llvm-bcanalyzer.pod | 4 | ||||
-rw-r--r-- | docs/CommandGuide/llvm-config.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/llvm-diff.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/llvm-dis.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/llvm-extract.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/llvm-ld.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/llvm-link.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/llvm-nm.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/llvm-prof.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/llvm-ranlib.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/llvmc.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/llvmgcc.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/llvmgxx.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/opt.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/tblgen.pod | 2 |
23 files changed, 58 insertions, 43 deletions
diff --git a/docs/CommandGuide/FileCheck.pod b/docs/CommandGuide/FileCheck.pod index 3ccaa63..dbd626c 100644 --- a/docs/CommandGuide/FileCheck.pod +++ b/docs/CommandGuide/FileCheck.pod @@ -240,6 +240,6 @@ define two separate CHECK lines that match on the same line. =head1 AUTHORS -Maintained by The LLVM Team (L<http://llvm.org>). +Maintained by The LLVM Team (L<http://llvm.org/>). =cut diff --git a/docs/CommandGuide/bugpoint.pod b/docs/CommandGuide/bugpoint.pod index 1870a0d..31db62f 100644 --- a/docs/CommandGuide/bugpoint.pod +++ b/docs/CommandGuide/bugpoint.pod @@ -21,7 +21,7 @@ distribution. =head1 OPTIONS -=over +=over =item B<--additional-so> F<library> @@ -87,7 +87,7 @@ mis-management. =item B<-find-bugs> Continually randomize the specified passes and run them on the test program -until a bug is found or the user kills B<bugpoint>. +until a bug is found or the user kills B<bugpoint>. =item B<-help> @@ -147,6 +147,21 @@ This option defines the command to use with the B<--run-custom> and B<--safe-custom> options to execute the bitcode testcase. This can be useful for cross-compilation. +=item B<--compile-command> I<command> + +This option defines the command to use with the B<--compile-custom> +option to compile the bitcode testcase. This can be useful for +testing compiler output without running any link or execute stages. To +generate a reduced unit test, you may add CHECK directives to the +testcase and pass the name of an executable compile-command script in this form: + + #!/bin/sh + llc "$@" + not FileCheck [bugpoint input file].ll < bugpoint-test-program.s + +This script will "fail" as long as FileCheck passes. So the result +will be the minimum bitcode that passes FileCheck. + =item B<--safe-path> I<path> This option defines the path to the command to execute with the @@ -166,6 +181,6 @@ L<opt|opt> =head1 AUTHOR -Maintained by the LLVM Team (L<http://llvm.org>). +Maintained by the LLVM Team (L<http://llvm.org/>). =cut diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html index 3c1a9f9..cb5438f 100644 --- a/docs/CommandGuide/index.html +++ b/docs/CommandGuide/index.html @@ -3,15 +3,15 @@ <html> <head> <title>LLVM Command Guide</title> - <link rel="stylesheet" href="/docs/llvm.css" type="text/css"> + <link rel="stylesheet" href="../llvm.css" type="text/css"> </head> <body> -<div class="doc_title"> +<h1> LLVM Command Guide -</div> +</h1> -<div class="doc_text"> +<div> <p>These documents are HTML versions of the <a href="man/man1/">man pages</a> for all of the LLVM tools. These pages describe how to use the LLVM commands @@ -23,12 +23,12 @@ options) arguments to the tool you are interested in.</p> </div> <!-- *********************************************************************** --> -<div class="doc_section"> +<h2> <a name="basic">Basic Commands</a> -</div> +</h2> <!-- *********************************************************************** --> -<div class="doc_text"> +<div> <ul> @@ -80,12 +80,12 @@ options) arguments to the tool you are interested in.</p> </div> <!-- *********************************************************************** --> -<div class="doc_section"> +<h2> <a name="frontend">C and C++ Front-end Commands</a> -</div> +</h2> <!-- *********************************************************************** --> -<div class="doc_text"> +<div> <ul> <li><a href="/cmds/llvmgcc.html"><b>llvm-gcc</b></a> - @@ -99,13 +99,13 @@ options) arguments to the tool you are interested in.</p> </div> <!-- *********************************************************************** --> -<div class="doc_section"> +<h2> <a name="debug">Debugging Tools</a> -</div> +</h2> <!-- *********************************************************************** --> -<div class="doc_text"> +<div> <ul> @@ -123,12 +123,12 @@ options) arguments to the tool you are interested in.</p> </div> <!-- *********************************************************************** --> -<div class="doc_section"> +<h2> <a name="internal">Internal Tools</a> -</div> +</h2> <!-- *********************************************************************** --> -<div class="doc_text"> +<div> <ul> <li><a href="/cmds/FileCheck.html"><b>FileCheck</b></a> - @@ -150,8 +150,8 @@ options) arguments to the tool you are interested in.</p> <a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"></a> - <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br> - Last modified: $Date: 2010-09-08 01:10:21 +0200 (Wed, 08 Sep 2010) $ + <a href="http://llvm.org/">LLVM Compiler Infrastructure</a><br> + Last modified: $Date: 2011-04-23 02:30:22 +0200 (Sat, 23 Apr 2011) $ </address> </body> diff --git a/docs/CommandGuide/lit.pod b/docs/CommandGuide/lit.pod index 989a5d7..faf4811 100644 --- a/docs/CommandGuide/lit.pod +++ b/docs/CommandGuide/lit.pod @@ -349,6 +349,6 @@ L<valgrind(1)> =head1 AUTHOR -Written by Daniel Dunbar and maintained by the LLVM Team (L<http://llvm.org>). +Written by Daniel Dunbar and maintained by the LLVM Team (L<http://llvm.org/>). =cut diff --git a/docs/CommandGuide/llc.pod b/docs/CommandGuide/llc.pod index eb26ec0..50b45c8 100644 --- a/docs/CommandGuide/llc.pod +++ b/docs/CommandGuide/llc.pod @@ -196,6 +196,6 @@ L<lli|lli> =head1 AUTHORS -Maintained by the LLVM Team (L<http://llvm.org>). +Maintained by the LLVM Team (L<http://llvm.org/>). =cut diff --git a/docs/CommandGuide/lli.pod b/docs/CommandGuide/lli.pod index 52a2721..a313a31 100644 --- a/docs/CommandGuide/lli.pod +++ b/docs/CommandGuide/lli.pod @@ -214,6 +214,6 @@ L<llc|llc> =head1 AUTHOR -Maintained by the LLVM Team (L<http://llvm.org>). +Maintained by the LLVM Team (L<http://llvm.org/>). =cut diff --git a/docs/CommandGuide/llvm-ar.pod b/docs/CommandGuide/llvm-ar.pod index 63ba43f..a8f01b0 100644 --- a/docs/CommandGuide/llvm-ar.pod +++ b/docs/CommandGuide/llvm-ar.pod @@ -401,6 +401,6 @@ L<llvm-ranlib|llvm-ranlib>, ar(1) =head1 AUTHORS -Maintained by the LLVM Team (L<http://llvm.org>). +Maintained by the LLVM Team (L<http://llvm.org/>). =cut diff --git a/docs/CommandGuide/llvm-as.pod b/docs/CommandGuide/llvm-as.pod index 185c009..cc81887 100644 --- a/docs/CommandGuide/llvm-as.pod +++ b/docs/CommandGuide/llvm-as.pod @@ -72,6 +72,6 @@ L<llvm-dis|llvm-dis>, L<gccas|gccas> =head1 AUTHORS -Maintained by the LLVM Team (L<http://llvm.org>). +Maintained by the LLVM Team (L<http://llvm.org/>). =cut diff --git a/docs/CommandGuide/llvm-bcanalyzer.pod b/docs/CommandGuide/llvm-bcanalyzer.pod index b0bc0cd..9c5021b 100644 --- a/docs/CommandGuide/llvm-bcanalyzer.pod +++ b/docs/CommandGuide/llvm-bcanalyzer.pod @@ -268,7 +268,7 @@ The number of bytes consumed by instructions in the function. =item B<Average Instruction Size> -The average number of bytes consumed by the instructions in the funtion. This +The average number of bytes consumed by the instructions in the function. This value is computed by dividing Instruction Size by Instructions. =item B<Bytes Per Instruction> @@ -310,6 +310,6 @@ L<llvm-dis|llvm-dis>, L<http://llvm.org/docs/BitCodeFormat.html> =head1 AUTHORS -Maintained by the LLVM Team (L<http://llvm.org>). +Maintained by the LLVM Team (L<http://llvm.org/>). =cut diff --git a/docs/CommandGuide/llvm-config.pod b/docs/CommandGuide/llvm-config.pod index 4e38dae..7d68564 100644 --- a/docs/CommandGuide/llvm-config.pod +++ b/docs/CommandGuide/llvm-config.pod @@ -126,6 +126,6 @@ occurs, it will exit with a non-zero value. =head1 AUTHORS -Maintained by the LLVM Team (L<http://llvm.org>). +Maintained by the LLVM Team (L<http://llvm.org/>). =cut diff --git a/docs/CommandGuide/llvm-diff.pod b/docs/CommandGuide/llvm-diff.pod index c8cfdb3..ffe0b48 100644 --- a/docs/CommandGuide/llvm-diff.pod +++ b/docs/CommandGuide/llvm-diff.pod @@ -48,6 +48,6 @@ massive detected differences in blocks. =head1 AUTHORS -Maintained by the LLVM Team (L<http://llvm.org>). +Maintained by the LLVM Team (L<http://llvm.org/>). =cut diff --git a/docs/CommandGuide/llvm-dis.pod b/docs/CommandGuide/llvm-dis.pod index 5b2f4ef..9f4026c 100644 --- a/docs/CommandGuide/llvm-dis.pod +++ b/docs/CommandGuide/llvm-dis.pod @@ -55,6 +55,6 @@ L<llvm-as|llvm-as> =head1 AUTHORS -Maintained by the LLVM Team (L<http://llvm.org>). +Maintained by the LLVM Team (L<http://llvm.org/>). =cut diff --git a/docs/CommandGuide/llvm-extract.pod b/docs/CommandGuide/llvm-extract.pod index d4baab7..797e79d 100644 --- a/docs/CommandGuide/llvm-extract.pod +++ b/docs/CommandGuide/llvm-extract.pod @@ -68,6 +68,6 @@ L<bugpoint|bugpoint> =head1 AUTHORS -Maintained by the LLVM Team (L<http://llvm.org>). +Maintained by the LLVM Team (L<http://llvm.org/>). =cut diff --git a/docs/CommandGuide/llvm-ld.pod b/docs/CommandGuide/llvm-ld.pod index 536ab0f..efa9ebd 100644 --- a/docs/CommandGuide/llvm-ld.pod +++ b/docs/CommandGuide/llvm-ld.pod @@ -229,6 +229,6 @@ L<llvm-link|llvm-link> =head1 AUTHORS -Maintained by the LLVM Team (L<http://llvm.org>). +Maintained by the LLVM Team (L<http://llvm.org/>). =cut diff --git a/docs/CommandGuide/llvm-link.pod b/docs/CommandGuide/llvm-link.pod index 8d06cc9..1e466a5 100644 --- a/docs/CommandGuide/llvm-link.pod +++ b/docs/CommandGuide/llvm-link.pod @@ -74,6 +74,6 @@ L<gccld|gccld> =head1 AUTHORS -Maintained by the LLVM Team (L<http://llvm.org>). +Maintained by the LLVM Team (L<http://llvm.org/>). =cut diff --git a/docs/CommandGuide/llvm-nm.pod b/docs/CommandGuide/llvm-nm.pod index a580d3f..a6dc490 100644 --- a/docs/CommandGuide/llvm-nm.pod +++ b/docs/CommandGuide/llvm-nm.pod @@ -117,6 +117,6 @@ L<llvm-dis|llvm-dis>, ar(1), nm(1) =head1 AUTHOR -Maintained by the LLVM Team (L<http://llvm.org>). +Maintained by the LLVM Team (L<http://llvm.org/>). =cut diff --git a/docs/CommandGuide/llvm-prof.pod b/docs/CommandGuide/llvm-prof.pod index 9541b05..4b2e09d 100644 --- a/docs/CommandGuide/llvm-prof.pod +++ b/docs/CommandGuide/llvm-prof.pod @@ -52,6 +52,6 @@ information. Otherwise, it exits with zero. =head1 AUTHOR -B<llvm-prof> is maintained by the LLVM Team (L<http://llvm.org>). +B<llvm-prof> is maintained by the LLVM Team (L<http://llvm.org/>). =cut diff --git a/docs/CommandGuide/llvm-ranlib.pod b/docs/CommandGuide/llvm-ranlib.pod index 53cd34b..431bc55 100644 --- a/docs/CommandGuide/llvm-ranlib.pod +++ b/docs/CommandGuide/llvm-ranlib.pod @@ -47,6 +47,6 @@ L<llvm-ar|llvm-ar>, ranlib(1) =head1 AUTHORS -Maintained by the LLVM Team (L<http://llvm.org>). +Maintained by the LLVM Team (L<http://llvm.org/>). =cut diff --git a/docs/CommandGuide/llvmc.pod b/docs/CommandGuide/llvmc.pod index d237ca4..95a9e5e 100644 --- a/docs/CommandGuide/llvmc.pod +++ b/docs/CommandGuide/llvmc.pod @@ -185,6 +185,6 @@ L<llvm-dis|llvm-dis>, L<llc|llc>, L<llvm-link|llvm-link> =head1 AUTHORS -Maintained by the LLVM Team (L<http://llvm.org>). +Maintained by the LLVM Team (L<http://llvm.org/>). =cut diff --git a/docs/CommandGuide/llvmgcc.pod b/docs/CommandGuide/llvmgcc.pod index 9892ca7..30af0a06e 100644 --- a/docs/CommandGuide/llvmgcc.pod +++ b/docs/CommandGuide/llvmgcc.pod @@ -70,7 +70,7 @@ L<llvm-g++|llvmgxx> =head1 AUTHORS -Maintained by the LLVM Team (L<http://llvm.org>). +Maintained by the LLVM Team (L<http://llvm.org/>). =cut diff --git a/docs/CommandGuide/llvmgxx.pod b/docs/CommandGuide/llvmgxx.pod index 64b670e..1ea3d49 100644 --- a/docs/CommandGuide/llvmgxx.pod +++ b/docs/CommandGuide/llvmgxx.pod @@ -79,7 +79,7 @@ L<llvm-gcc|llvmgcc> =head1 AUTHORS -Maintained by the LLVM Team (L<http://llvm.org>). +Maintained by the LLVM Team (L<http://llvm.org/>). =cut diff --git a/docs/CommandGuide/opt.pod b/docs/CommandGuide/opt.pod index d1d1db5..f5f4968 100644 --- a/docs/CommandGuide/opt.pod +++ b/docs/CommandGuide/opt.pod @@ -138,6 +138,6 @@ occurs, it will exit with a non-zero value. =head1 AUTHORS -Maintained by the LLVM Team (L<http://llvm.org>). +Maintained by the LLVM Team (L<http://llvm.org/>). =cut diff --git a/docs/CommandGuide/tblgen.pod b/docs/CommandGuide/tblgen.pod index d127492..fe1be5e 100644 --- a/docs/CommandGuide/tblgen.pod +++ b/docs/CommandGuide/tblgen.pod @@ -110,6 +110,6 @@ occurs, it will exit with a non-zero value. =head1 AUTHORS -Maintained by The LLVM Team (L<http://llvm.org>). +Maintained by The LLVM Team (L<http://llvm.org/>). =cut |