Regenerate the manpages for the additional llvm/clang tools. This

contains only very minor updates.
This commit is contained in:
Dimitry Andric 2015-01-10 21:44:31 +00:00
parent 4be807c4d6
commit 559f16f0dd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=276915
13 changed files with 30 additions and 56 deletions

View File

@ -1,7 +1,7 @@
.\" $FreeBSD$
.\" Man page generated from reStructuredText.
.
.TH "BUGPOINT" "1" "2014-01-01" "3.4" "LLVM"
.TH "BUGPOINT" "1" "2015-01-10" "3.5" "LLVM"
.SH NAME
bugpoint \- automatic test case reduction tool
.
@ -211,13 +211,6 @@ by compiling the program with the "safe" backend and running it.
.UNINDENT
.UNINDENT
.sp
\fB\-\-profile\-info\-file\fP \fIfilename\fP
.INDENT 0.0
.INDENT 3.5
Profile file loaded by \fB\-\-profile\-loader\fP\&.
.UNINDENT
.UNINDENT
.sp
\fB\-\-run\-{int,jit,llc,custom}\fP
.INDENT 0.0
.INDENT 3.5
@ -295,6 +288,6 @@ opt|opt
.SH AUTHOR
Maintained by The LLVM Team (http://llvm.org/).
.SH COPYRIGHT
2003-2013, LLVM Project
2003-2014, LLVM Project
.\" Generated by docutils manpage writer.
.

View File

@ -1,7 +1,7 @@
.\" $FreeBSD$
.\" Man page generated from reStructuredText.
.
.TH "LLC" "1" "2014-01-01" "3.4" "LLVM"
.TH "LLC" "1" "2015-01-10" "3.5" "LLVM"
.SH NAME
llc \- LLVM static compiler
.
@ -69,7 +69,7 @@ Print a summary of command line options.
.B \-O=uint
Generate code at different optimization levels. These correspond to the
\fB\-O0\fP, \fB\-O1\fP, \fB\-O2\fP, and \fB\-O3\fP optimization levels used by
\fBllvm\-gcc\fP and \fBclang\fP\&.
\fBclang\fP\&.
.UNINDENT
.INDENT 0.0
.TP
@ -160,12 +160,6 @@ would otherwise not be usable (such as \fBfsin\fP on X86).
.UNINDENT
.INDENT 0.0
.TP
.B \-\-enable\-correct\-eh\-support
Instruct the \fBlowerinvoke\fP pass to insert code for correct exception
handling support. This is expensive and is by default omitted for efficiency.
.UNINDENT
.INDENT 0.0
.TP
.B \-\-stats
Print statistics recorded by code\-generation passes.
.UNINDENT
@ -260,6 +254,6 @@ lli
.SH AUTHOR
Maintained by The LLVM Team (http://llvm.org/).
.SH COPYRIGHT
2003-2013, LLVM Project
2003-2014, LLVM Project
.\" Generated by docutils manpage writer.
.

View File

@ -1,7 +1,7 @@
.\" $FreeBSD$
.\" Man page generated from reStructuredText.
.
.TH "LLI" "1" "2014-01-01" "3.4" "LLVM"
.TH "LLI" "1" "2015-01-10" "3.5" "LLVM"
.SH NAME
lli \- directly execute programs from LLVM bitcode
.
@ -216,13 +216,6 @@ Disable fusing of spill code into instructions.
.UNINDENT
.UNINDENT
.sp
\fB\-enable\-correct\-eh\-support\fP
.INDENT 0.0
.INDENT 3.5
Make the \-lowerinvoke pass insert expensive, but correct, EH code.
.UNINDENT
.UNINDENT
.sp
\fB\-jit\-enable\-eh\fP
.INDENT 0.0
.INDENT 3.5
@ -345,6 +338,6 @@ llc|llc
.SH AUTHOR
Maintained by The LLVM Team (http://llvm.org/).
.SH COPYRIGHT
2003-2013, LLVM Project
2003-2014, LLVM Project
.\" Generated by docutils manpage writer.
.

View File

@ -1,7 +1,7 @@
.\" $FreeBSD$
.\" Man page generated from reStructuredText.
.
.TH "LLVM-AR" "1" "2014-01-01" "3.4" "LLVM"
.TH "LLVM-AR" "1" "2015-01-10" "3.5" "LLVM"
.SH NAME
llvm-ar \- LLVM archiver
.
@ -385,6 +385,6 @@ ar(1)
.SH AUTHOR
Maintained by The LLVM Team (http://llvm.org/).
.SH COPYRIGHT
2003-2013, LLVM Project
2003-2014, LLVM Project
.\" Generated by docutils manpage writer.
.

View File

@ -1,7 +1,7 @@
.\" $FreeBSD$
.\" Man page generated from reStructuredText.
.
.TH "LLVM-AS" "1" "2014-01-01" "3.4" "LLVM"
.TH "LLVM-AS" "1" "2015-01-10" "3.5" "LLVM"
.SH NAME
llvm-as \- LLVM assembler
.
@ -82,6 +82,6 @@ llvm\-dis|llvm\-dis, gccas|gccas
.SH AUTHOR
Maintained by The LLVM Team (http://llvm.org/).
.SH COPYRIGHT
2003-2013, LLVM Project
2003-2014, LLVM Project
.\" Generated by docutils manpage writer.
.

View File

@ -1,7 +1,7 @@
.\" $FreeBSD$
.\" Man page generated from reStructuredText.
.
.TH "LLVM-BCANALYZER" "1" "2014-01-01" "3.4" "LLVM"
.TH "LLVM-BCANALYZER" "1" "2015-01-10" "3.5" "LLVM"
.SH NAME
llvm-bcanalyzer \- LLVM bitcode analyzer
.
@ -471,6 +471,6 @@ Rate encoding scheme. The percentage is relative to # of VBR Expanded Bytes.
.SH AUTHOR
Maintained by The LLVM Team (http://llvm.org/).
.SH COPYRIGHT
2003-2013, LLVM Project
2003-2014, LLVM Project
.\" Generated by docutils manpage writer.
.

View File

@ -1,7 +1,7 @@
.\" $FreeBSD$
.\" Man page generated from reStructuredText.
.
.TH "LLVM-DIFF" "1" "2014-01-01" "3.4" "LLVM"
.TH "LLVM-DIFF" "1" "2015-01-10" "3.5" "LLVM"
.SH NAME
llvm-diff \- LLVM structural 'diff'
.
@ -72,6 +72,6 @@ massive detected differences in blocks.
.SH AUTHOR
Maintained by The LLVM Team (http://llvm.org/).
.SH COPYRIGHT
2003-2013, LLVM Project
2003-2014, LLVM Project
.\" Generated by docutils manpage writer.
.

View File

@ -1,7 +1,7 @@
.\" $FreeBSD$
.\" Man page generated from reStructuredText.
.
.TH "LLVM-DIS" "1" "2014-01-01" "3.4" "LLVM"
.TH "LLVM-DIS" "1" "2015-01-10" "3.5" "LLVM"
.SH NAME
llvm-dis \- LLVM disassembler
.
@ -83,6 +83,6 @@ llvm\-as|llvm\-as
.SH AUTHOR
Maintained by The LLVM Team (http://llvm.org/).
.SH COPYRIGHT
2003-2013, LLVM Project
2003-2014, LLVM Project
.\" Generated by docutils manpage writer.
.

View File

@ -1,7 +1,7 @@
.\" $FreeBSD$
.\" Man page generated from reStructuredText.
.
.TH "LLVM-EXTRACT" "1" "2014-01-01" "3.4" "LLVM"
.TH "LLVM-EXTRACT" "1" "2015-01-10" "3.5" "LLVM"
.SH NAME
llvm-extract \- extract a function from an LLVM module
.
@ -124,6 +124,6 @@ bugpoint
.SH AUTHOR
Maintained by The LLVM Team (http://llvm.org/).
.SH COPYRIGHT
2003-2013, LLVM Project
2003-2014, LLVM Project
.\" Generated by docutils manpage writer.
.

View File

@ -1,7 +1,7 @@
.\" $FreeBSD$
.\" Man page generated from reStructuredText.
.
.TH "LLVM-LINK" "1" "2014-01-01" "3.4" "LLVM"
.TH "LLVM-LINK" "1" "2015-01-10" "3.5" "LLVM"
.SH NAME
llvm-link \- LLVM bitcode linker
.
@ -84,6 +84,6 @@ occurs, it will exit with a non\-zero value.
.SH AUTHOR
Maintained by The LLVM Team (http://llvm.org/).
.SH COPYRIGHT
2003-2013, LLVM Project
2003-2014, LLVM Project
.\" Generated by docutils manpage writer.
.

View File

@ -1,7 +1,7 @@
.\" $FreeBSD$
.\" Man page generated from reStructuredText.
.
.TH "LLVM-NM" "1" "2014-01-01" "3.4" "LLVM"
.TH "LLVM-NM" "1" "2015-01-10" "3.5" "LLVM"
.SH NAME
llvm-nm \- list LLVM bitcode and object file's symbol table
.
@ -208,6 +208,6 @@ llvm\-dis, ar(1), nm(1)
.SH AUTHOR
Maintained by The LLVM Team (http://llvm.org/).
.SH COPYRIGHT
2003-2013, LLVM Project
2003-2014, LLVM Project
.\" Generated by docutils manpage writer.
.

View File

@ -1,7 +1,7 @@
.\" $FreeBSD$
.\" Man page generated from reStructuredText.
.
.TH "OPT" "1" "2014-01-01" "3.4" "LLVM"
.TH "OPT" "1" "2015-01-10" "3.5" "LLVM"
.SH NAME
opt \- LLVM optimizer
.
@ -95,9 +95,8 @@ order in which they are executed (within pass constraints).
.TP
.B \-std\-compile\-opts
This is short hand for a standard list of \fIcompile time optimization\fP passes.
This is typically used to optimize the output from the llvm\-gcc front end. It
might be useful for other front end compilers as well. To discover the full
set of options available, use the following command:
It might be useful for other front end compilers as well. To discover the
full set of options available, use the following command:
.INDENT 7.0
.INDENT 3.5
.sp
@ -142,11 +141,6 @@ this kind of problem.
.UNINDENT
.INDENT 0.0
.TP
.B \-profile\-info\-file <filename>
Specify the name of the file loaded by the \fB\-profile\-loader\fP option.
.UNINDENT
.INDENT 0.0
.TP
.B \-stats
Print statistics.
.UNINDENT
@ -193,6 +187,6 @@ occurs, it will exit with a non\-zero value.
.SH AUTHOR
Maintained by The LLVM Team (http://llvm.org/).
.SH COPYRIGHT
2003-2013, LLVM Project
2003-2014, LLVM Project
.\" Generated by docutils manpage writer.
.

View File

@ -1,7 +1,7 @@
.\" $FreeBSD$
.\" Man page generated from reStructuredText.
.
.TH "TBLGEN" "1" "2014-01-01" "3.4" "LLVM"
.TH "TBLGEN" "1" "2015-01-10" "3.5" "LLVM"
.SH NAME
tblgen \- Target Description To C++ Code Generator
.
@ -42,7 +42,7 @@ users of LLVM will not need to use this program. It is only for assisting with
writing an LLVM target backend.
.sp
The input and output of \fBtblgen\fP is beyond the scope of this short
introduction. Please see \fB\&../TableGenFundamentals\fP\&.
introduction; please see the \fBintroduction to TableGen\fP\&.
.sp
The \fIfilename\fP argument specifies the name of a Target Description (\fB\&.td\fP)
file to read as input.
@ -177,6 +177,6 @@ occurs, it will exit with a non\-zero value.
.SH AUTHOR
Maintained by The LLVM Team (http://llvm.org/).
.SH COPYRIGHT
2003-2013, LLVM Project
2003-2014, LLVM Project
.\" Generated by docutils manpage writer.
.