summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2015-01-10 21:44:31 +0000
committerdim <dim@FreeBSD.org>2015-01-10 21:44:31 +0000
commit8bf84181c0aea1c8623771a812df36509973b22e (patch)
tree7b8600019b1cbde2f34b701f92fe2ecccf17e131
parentc118a100d9383e87b2ea94cdc492d8dd41ce1e25 (diff)
downloadFreeBSD-src-8bf84181c0aea1c8623771a812df36509973b22e.zip
FreeBSD-src-8bf84181c0aea1c8623771a812df36509973b22e.tar.gz
Regenerate the manpages for the additional llvm/clang tools. This
contains only very minor updates.
-rw-r--r--usr.bin/clang/bugpoint/bugpoint.111
-rw-r--r--usr.bin/clang/llc/llc.112
-rw-r--r--usr.bin/clang/lli/lli.111
-rw-r--r--usr.bin/clang/llvm-ar/llvm-ar.14
-rw-r--r--usr.bin/clang/llvm-as/llvm-as.14
-rw-r--r--usr.bin/clang/llvm-bcanalyzer/llvm-bcanalyzer.14
-rw-r--r--usr.bin/clang/llvm-diff/llvm-diff.14
-rw-r--r--usr.bin/clang/llvm-dis/llvm-dis.14
-rw-r--r--usr.bin/clang/llvm-extract/llvm-extract.14
-rw-r--r--usr.bin/clang/llvm-link/llvm-link.14
-rw-r--r--usr.bin/clang/llvm-nm/llvm-nm.14
-rw-r--r--usr.bin/clang/opt/opt.114
-rw-r--r--usr.bin/clang/tblgen/tblgen.16
13 files changed, 30 insertions, 56 deletions
diff --git a/usr.bin/clang/bugpoint/bugpoint.1 b/usr.bin/clang/bugpoint/bugpoint.1
index 8597c27..b2211e0 100644
--- a/usr.bin/clang/bugpoint/bugpoint.1
+++ b/usr.bin/clang/bugpoint/bugpoint.1
@@ -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.
.
diff --git a/usr.bin/clang/llc/llc.1 b/usr.bin/clang/llc/llc.1
index 81fd80a..c93aa1f 100644
--- a/usr.bin/clang/llc/llc.1
+++ b/usr.bin/clang/llc/llc.1
@@ -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.
.
diff --git a/usr.bin/clang/lli/lli.1 b/usr.bin/clang/lli/lli.1
index e1ea14c..2484370 100644
--- a/usr.bin/clang/lli/lli.1
+++ b/usr.bin/clang/lli/lli.1
@@ -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.
.
diff --git a/usr.bin/clang/llvm-ar/llvm-ar.1 b/usr.bin/clang/llvm-ar/llvm-ar.1
index 11fc856..bcff566 100644
--- a/usr.bin/clang/llvm-ar/llvm-ar.1
+++ b/usr.bin/clang/llvm-ar/llvm-ar.1
@@ -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.
.
diff --git a/usr.bin/clang/llvm-as/llvm-as.1 b/usr.bin/clang/llvm-as/llvm-as.1
index bca402b..423dffa 100644
--- a/usr.bin/clang/llvm-as/llvm-as.1
+++ b/usr.bin/clang/llvm-as/llvm-as.1
@@ -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.
.
diff --git a/usr.bin/clang/llvm-bcanalyzer/llvm-bcanalyzer.1 b/usr.bin/clang/llvm-bcanalyzer/llvm-bcanalyzer.1
index 1745278..a7e1584 100644
--- a/usr.bin/clang/llvm-bcanalyzer/llvm-bcanalyzer.1
+++ b/usr.bin/clang/llvm-bcanalyzer/llvm-bcanalyzer.1
@@ -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.
.
diff --git a/usr.bin/clang/llvm-diff/llvm-diff.1 b/usr.bin/clang/llvm-diff/llvm-diff.1
index 7445bc7..764964a 100644
--- a/usr.bin/clang/llvm-diff/llvm-diff.1
+++ b/usr.bin/clang/llvm-diff/llvm-diff.1
@@ -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.
.
diff --git a/usr.bin/clang/llvm-dis/llvm-dis.1 b/usr.bin/clang/llvm-dis/llvm-dis.1
index d3096a6..c6eafa5 100644
--- a/usr.bin/clang/llvm-dis/llvm-dis.1
+++ b/usr.bin/clang/llvm-dis/llvm-dis.1
@@ -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.
.
diff --git a/usr.bin/clang/llvm-extract/llvm-extract.1 b/usr.bin/clang/llvm-extract/llvm-extract.1
index 579b0f6..1d6495e 100644
--- a/usr.bin/clang/llvm-extract/llvm-extract.1
+++ b/usr.bin/clang/llvm-extract/llvm-extract.1
@@ -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.
.
diff --git a/usr.bin/clang/llvm-link/llvm-link.1 b/usr.bin/clang/llvm-link/llvm-link.1
index 0ac2d28..710391e 100644
--- a/usr.bin/clang/llvm-link/llvm-link.1
+++ b/usr.bin/clang/llvm-link/llvm-link.1
@@ -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.
.
diff --git a/usr.bin/clang/llvm-nm/llvm-nm.1 b/usr.bin/clang/llvm-nm/llvm-nm.1
index 1683289..b837a3b 100644
--- a/usr.bin/clang/llvm-nm/llvm-nm.1
+++ b/usr.bin/clang/llvm-nm/llvm-nm.1
@@ -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.
.
diff --git a/usr.bin/clang/opt/opt.1 b/usr.bin/clang/opt/opt.1
index 8e1960a..a346402 100644
--- a/usr.bin/clang/opt/opt.1
+++ b/usr.bin/clang/opt/opt.1
@@ -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.
.
diff --git a/usr.bin/clang/tblgen/tblgen.1 b/usr.bin/clang/tblgen/tblgen.1
index 95036eb..848d5ba 100644
--- a/usr.bin/clang/tblgen/tblgen.1
+++ b/usr.bin/clang/tblgen/tblgen.1
@@ -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.
.
OpenPOWER on IntegriCloud