summaryrefslogtreecommitdiffstats
path: root/usr.bin/clang/lli/lli.1
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/clang/lli/lli.1')
-rw-r--r--usr.bin/clang/lli/lli.130
1 files changed, 27 insertions, 3 deletions
diff --git a/usr.bin/clang/lli/lli.1 b/usr.bin/clang/lli/lli.1
index e018a95..16b8374 100644
--- a/usr.bin/clang/lli/lli.1
+++ b/usr.bin/clang/lli/lli.1
@@ -1,5 +1,5 @@
.\" $FreeBSD$
-.TH "LLI" "1" "2012-08-16" "3.2" "LLVM"
+.TH "LLI" "1" "2013-04-11" "3.3" "LLVM"
.SH NAME
lli \- directly execute programs from LLVM bitcode
.
@@ -71,7 +71,7 @@ Print a summary of command line options.
.UNINDENT
.UNINDENT
.sp
-\fB\-load\fP=\fIpuginfilename\fP
+\fB\-load\fP=\fIpluginfilename\fP
.INDENT 0.0
.INDENT 3.5
Causes \fBlli\fP to load the plugin (shared object) named \fIpluginfilename\fP and use
@@ -185,6 +185,8 @@ equivalent hardware instructions.
.INDENT 0.0
.INDENT 3.5
Choose the code model from:
+.INDENT 0.0
+.INDENT 3.5
.sp
.nf
.ft C
@@ -197,6 +199,8 @@ large: Large code model
.fi
.UNINDENT
.UNINDENT
+.UNINDENT
+.UNINDENT
.sp
\fB\-disable\-post\-RA\-scheduler\fP
.INDENT 0.0
@@ -239,6 +243,8 @@ Coalesce copies (default=true).
.INDENT 0.0
.INDENT 3.5
Instruction schedulers available (before register allocation):
+.INDENT 0.0
+.INDENT 3.5
.sp
.nf
.ft C
@@ -253,11 +259,15 @@ Instruction schedulers available (before register allocation):
.fi
.UNINDENT
.UNINDENT
+.UNINDENT
+.UNINDENT
.sp
\fB\-regalloc\fP=\fIallocator\fP
.INDENT 0.0
.INDENT 3.5
Register allocator to use (default=linearscan)
+.INDENT 0.0
+.INDENT 3.5
.sp
.nf
.ft C
@@ -268,11 +278,15 @@ Register allocator to use (default=linearscan)
.fi
.UNINDENT
.UNINDENT
+.UNINDENT
+.UNINDENT
.sp
\fB\-relocation\-model\fP=\fImodel\fP
.INDENT 0.0
.INDENT 3.5
Choose relocation model from:
+.INDENT 0.0
+.INDENT 3.5
.sp
.nf
.ft C
@@ -283,11 +297,15 @@ Choose relocation model from:
.fi
.UNINDENT
.UNINDENT
+.UNINDENT
+.UNINDENT
.sp
\fB\-spiller\fP
.INDENT 0.0
.INDENT 3.5
Spiller to use (default=local)
+.INDENT 0.0
+.INDENT 3.5
.sp
.nf
.ft C
@@ -297,11 +315,15 @@ Spiller to use (default=local)
.fi
.UNINDENT
.UNINDENT
+.UNINDENT
+.UNINDENT
.sp
\fB\-x86\-asm\-syntax\fP=\fIsyntax\fP
.INDENT 0.0
.INDENT 3.5
Choose style of code to emit from X86 backend:
+.INDENT 0.0
+.INDENT 3.5
.sp
.nf
.ft C
@@ -311,6 +333,8 @@ Choose style of code to emit from X86 backend:
.fi
.UNINDENT
.UNINDENT
+.UNINDENT
+.UNINDENT
.SH EXIT STATUS
.sp
If \fBlli\fP fails to load the program, it will exit with an exit code of 1.
@@ -321,6 +345,6 @@ llc|llc
.SH AUTHOR
Maintained by The LLVM Team (http://llvm.org/).
.SH COPYRIGHT
-2012, LLVM Project
+2003-2013, LLVM Project
.\" Generated by docutils manpage writer.
.
OpenPOWER on IntegriCloud