summaryrefslogtreecommitdiff
path: root/docs/CommandGuide/lli.pod
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-08-07 17:48:56 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-08-07 17:48:56 +0000
commitd5d9e6f0c9fa6a3585dfaa03483eabb02bac2179 (patch)
treed52dbc992c9d8d2d5a391897b3fe58fbfbd6ba7f /docs/CommandGuide/lli.pod
parent8431a1cbcc06c039e1f3ffe9cf331cc3a8e260cf (diff)
downloadllvm-d5d9e6f0c9fa6a3585dfaa03483eabb02bac2179.tar.gz
llvm-d5d9e6f0c9fa6a3585dfaa03483eabb02bac2179.tar.bz2
llvm-d5d9e6f0c9fa6a3585dfaa03483eabb02bac2179.tar.xz
Okay, over/back tags don't next.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40904 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/lli.pod')
-rw-r--r--docs/CommandGuide/lli.pod38
1 files changed, 29 insertions, 9 deletions
diff --git a/docs/CommandGuide/lli.pod b/docs/CommandGuide/lli.pod
index acfa479649..d63b23bc17 100644
--- a/docs/CommandGuide/lli.pod
+++ b/docs/CommandGuide/lli.pod
@@ -121,13 +121,15 @@ equivalent hardware instructions.
=head1 CODE GENERATION OPTIONS
-=over
+=over 4
=item B<-code-model>=I<model>
Choose the code model from:
-=over 2
+=back
+
+=over 8
=item I<default>: Target default code model
@@ -141,6 +143,8 @@ Choose the code model from:
=back
+=over 4
+
=item B<-disable-post-RA-scheduler>
Disable scheduling after register allocation.
@@ -168,7 +172,9 @@ Don't place zero-initialized symbols into the BSS section.
Instruction schedulers available (before register allocation):
-=over 2
+=back
+
+=over 8
=item I<=default>: Best scheduler for the target
@@ -186,11 +192,15 @@ Instruction schedulers available (before register allocation):
=back
+=over 4
+
=item B<-regalloc>=I<allocator>
Register allocator to use: (default = linearscan)
-=over 2
+=back
+
+=over 8
=item I<=bigblock>: Big-block register allocator
@@ -200,11 +210,15 @@ Register allocator to use: (default = linearscan)
=back
+=over 4
+
=item B<-relocation-model>=I<model>
Choose relocation model from:
-=over 2
+=back
+
+=over 8
=item I<=default>: Target default relocation model
@@ -214,11 +228,15 @@ Choose relocation model from:
=back
+=over 4
+
=item B<-spiller>
Spiller to use: (default: local)
-=over 2
+=back
+
+=over 8
=item I<=simple>: simple spiller
@@ -226,11 +244,15 @@ Spiller to use: (default: local)
=back
+=over 4
+
=item B<-x86-asm-syntax>=I<syntax>
Choose style of code to emit from X86 backend:
-=over 2
+=back
+
+=over 8
=item I<=att>: Emit AT&T-style assembly
@@ -238,8 +260,6 @@ Choose style of code to emit from X86 backend:
=back
-=back
-
=head1 EXIT STATUS
If B<lli> fails to load the program, it will exit with an exit code of 1.