summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-08-07 17:43:48 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-08-07 17:43:48 +0000
commit3baa3aac1b1dac583c7b4bd8bfa6a8362092f451 (patch)
treee71f46051cd32a1b780f24af2713e2d1ab6b26a0 /docs/CommandGuide
parentacafa2d4c200465da129607f27b998f8fe745e97 (diff)
downloadllvm-3baa3aac1b1dac583c7b4bd8bfa6a8362092f451.tar.gz
llvm-3baa3aac1b1dac583c7b4bd8bfa6a8362092f451.tar.bz2
llvm-3baa3aac1b1dac583c7b4bd8bfa6a8362092f451.tar.xz
Try an indent level for better formatting.
Add the -version option. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40902 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/lli.pod18
1 files changed, 12 insertions, 6 deletions
diff --git a/docs/CommandGuide/lli.pod b/docs/CommandGuide/lli.pod
index bf00bbe84f..acfa479649 100644
--- a/docs/CommandGuide/lli.pod
+++ b/docs/CommandGuide/lli.pod
@@ -54,6 +54,10 @@ the just-in-time compiler, at present.
Record the amount of time needed for each code-generation pass and print it to
standard error.
+=item B<-version>
+
+Print out the version of B<lli> and exit without doing anything else.
+
=back
=head1 TARGET OPTIONS
@@ -123,14 +127,16 @@ equivalent hardware instructions.
Choose the code model from:
-=over
+=over 2
=item I<default>: Target default code model
=item I<small>: Small code model
=item I<kernel>: Kernel code model
+
=item I<medium>: Medium code model
+
=item I<large>: Large code model
=back
@@ -162,7 +168,7 @@ Don't place zero-initialized symbols into the BSS section.
Instruction schedulers available (before register allocation):
-=over
+=over 2
=item I<=default>: Best scheduler for the target
@@ -184,7 +190,7 @@ Instruction schedulers available (before register allocation):
Register allocator to use: (default = linearscan)
-=over
+=over 2
=item I<=bigblock>: Big-block register allocator
@@ -198,7 +204,7 @@ Register allocator to use: (default = linearscan)
Choose relocation model from:
-=over
+=over 2
=item I<=default>: Target default relocation model
@@ -212,7 +218,7 @@ Choose relocation model from:
Spiller to use: (default: local)
-=over
+=over 2
=item I<=simple>: simple spiller
@@ -224,7 +230,7 @@ Spiller to use: (default: local)
Choose style of code to emit from X86 backend:
-=over
+=over 2
=item I<=att>: Emit AT&T-style assembly