summaryrefslogtreecommitdiffstats
path: root/llvm
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
commit4391aa042c850cc8afc83c47a6835c448a4bd324 (patch)
tree9252c7cb81f94094f994bf194fa34925346a204b /llvm
parent19211b652823f474448bfe43b8353299f0597129 (diff)
downloadbcm5719-llvm-4391aa042c850cc8afc83c47a6835c448a4bd324.tar.gz
bcm5719-llvm-4391aa042c850cc8afc83c47a6835c448a4bd324.zip
Okay, over/back tags don't next.
llvm-svn: 40904
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/CommandGuide/lli.pod38
1 files changed, 29 insertions, 9 deletions
diff --git a/llvm/docs/CommandGuide/lli.pod b/llvm/docs/CommandGuide/lli.pod
index acfa479649b..d63b23bc17c 100644
--- a/llvm/docs/CommandGuide/lli.pod
+++ b/llvm/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.
OpenPOWER on IntegriCloud