From owner-svn-src-all@FreeBSD.ORG Sat Jan 10 21:44:35 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6580FCCD; Sat, 10 Jan 2015 21:44:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DD577CB; Sat, 10 Jan 2015 21:44:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0ALiZ0V077239; Sat, 10 Jan 2015 21:44:35 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0ALiVsZ077223; Sat, 10 Jan 2015 21:44:31 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201501102144.t0ALiVsZ077223@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Sat, 10 Jan 2015 21:44:31 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r276915 - in head/usr.bin/clang: bugpoint llc lli llvm-ar llvm-as llvm-bcanalyzer llvm-diff llvm-dis llvm-extract llvm-link llvm-nm opt tblgen X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2015 21:44:35 -0000 Author: dim Date: Sat Jan 10 21:44:31 2015 New Revision: 276915 URL: https://svnweb.freebsd.org/changeset/base/276915 Log: Regenerate the manpages for the additional llvm/clang tools. This contains only very minor updates. Modified: head/usr.bin/clang/bugpoint/bugpoint.1 head/usr.bin/clang/llc/llc.1 head/usr.bin/clang/lli/lli.1 head/usr.bin/clang/llvm-ar/llvm-ar.1 head/usr.bin/clang/llvm-as/llvm-as.1 head/usr.bin/clang/llvm-bcanalyzer/llvm-bcanalyzer.1 head/usr.bin/clang/llvm-diff/llvm-diff.1 head/usr.bin/clang/llvm-dis/llvm-dis.1 head/usr.bin/clang/llvm-extract/llvm-extract.1 head/usr.bin/clang/llvm-link/llvm-link.1 head/usr.bin/clang/llvm-nm/llvm-nm.1 head/usr.bin/clang/opt/opt.1 head/usr.bin/clang/tblgen/tblgen.1 Modified: head/usr.bin/clang/bugpoint/bugpoint.1 ============================================================================== --- head/usr.bin/clang/bugpoint/bugpoint.1 Sat Jan 10 20:49:57 2015 (r276914) +++ head/usr.bin/clang/bugpoint/bugpoint.1 Sat Jan 10 21:44:31 2015 (r276915) @@ -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" .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. . Modified: head/usr.bin/clang/llc/llc.1 ============================================================================== --- head/usr.bin/clang/llc/llc.1 Sat Jan 10 20:49:57 2015 (r276914) +++ head/usr.bin/clang/llc/llc.1 Sat Jan 10 21:44:31 2015 (r276915) @@ -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 \ .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. . Modified: head/usr.bin/clang/lli/lli.1 ============================================================================== --- head/usr.bin/clang/lli/lli.1 Sat Jan 10 20:49:57 2015 (r276914) +++ head/usr.bin/clang/lli/lli.1 Sat Jan 10 21:44:31 2015 (r276915) @@ -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 instru .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. . Modified: head/usr.bin/clang/llvm-ar/llvm-ar.1 ============================================================================== --- head/usr.bin/clang/llvm-ar/llvm-ar.1 Sat Jan 10 20:49:57 2015 (r276914) +++ head/usr.bin/clang/llvm-ar/llvm-ar.1 Sat Jan 10 21:44:31 2015 (r276915) @@ -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. . Modified: head/usr.bin/clang/llvm-as/llvm-as.1 ============================================================================== --- head/usr.bin/clang/llvm-as/llvm-as.1 Sat Jan 10 20:49:57 2015 (r276914) +++ head/usr.bin/clang/llvm-as/llvm-as.1 Sat Jan 10 21:44:31 2015 (r276915) @@ -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. . Modified: head/usr.bin/clang/llvm-bcanalyzer/llvm-bcanalyzer.1 ============================================================================== --- head/usr.bin/clang/llvm-bcanalyzer/llvm-bcanalyzer.1 Sat Jan 10 20:49:57 2015 (r276914) +++ head/usr.bin/clang/llvm-bcanalyzer/llvm-bcanalyzer.1 Sat Jan 10 21:44:31 2015 (r276915) @@ -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 .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. . Modified: head/usr.bin/clang/llvm-diff/llvm-diff.1 ============================================================================== --- head/usr.bin/clang/llvm-diff/llvm-diff.1 Sat Jan 10 20:49:57 2015 (r276914) +++ head/usr.bin/clang/llvm-diff/llvm-diff.1 Sat Jan 10 21:44:31 2015 (r276915) @@ -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. . Modified: head/usr.bin/clang/llvm-dis/llvm-dis.1 ============================================================================== --- head/usr.bin/clang/llvm-dis/llvm-dis.1 Sat Jan 10 20:49:57 2015 (r276914) +++ head/usr.bin/clang/llvm-dis/llvm-dis.1 Sat Jan 10 21:44:31 2015 (r276915) @@ -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. . Modified: head/usr.bin/clang/llvm-extract/llvm-extract.1 ============================================================================== --- head/usr.bin/clang/llvm-extract/llvm-extract.1 Sat Jan 10 20:49:57 2015 (r276914) +++ head/usr.bin/clang/llvm-extract/llvm-extract.1 Sat Jan 10 21:44:31 2015 (r276915) @@ -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. . Modified: head/usr.bin/clang/llvm-link/llvm-link.1 ============================================================================== --- head/usr.bin/clang/llvm-link/llvm-link.1 Sat Jan 10 20:49:57 2015 (r276914) +++ head/usr.bin/clang/llvm-link/llvm-link.1 Sat Jan 10 21:44:31 2015 (r276915) @@ -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 va .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. . Modified: head/usr.bin/clang/llvm-nm/llvm-nm.1 ============================================================================== --- head/usr.bin/clang/llvm-nm/llvm-nm.1 Sat Jan 10 20:49:57 2015 (r276914) +++ head/usr.bin/clang/llvm-nm/llvm-nm.1 Sat Jan 10 21:44:31 2015 (r276915) @@ -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. . Modified: head/usr.bin/clang/opt/opt.1 ============================================================================== --- head/usr.bin/clang/opt/opt.1 Sat Jan 10 20:49:57 2015 (r276914) +++ head/usr.bin/clang/opt/opt.1 Sat Jan 10 21:44:31 2015 (r276915) @@ -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 .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 -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 va .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. . Modified: head/usr.bin/clang/tblgen/tblgen.1 ============================================================================== --- head/usr.bin/clang/tblgen/tblgen.1 Sat Jan 10 20:49:57 2015 (r276914) +++ head/usr.bin/clang/tblgen/tblgen.1 Sat Jan 10 21:44:31 2015 (r276915) @@ -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 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 va .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. .