From a9060d8406ff3f25372ca1ffd194a438dd90c47a Mon Sep 17 00:00:00 2001 From: John Criswell Date: Thu, 11 Sep 2003 20:23:52 +0000 Subject: Modified the footer to be a link to the LLVM web page. Organized the commands into three distinct groups on the main page. Fixed the hyperlinks in the main page. Removed as and dis; they will not exist with those names by Release 1. llvm-svn: 8485 --- llvm/docs/CommandGuide/index.html | 64 ++++++++++++++++++++++----------------- 1 file changed, 36 insertions(+), 28 deletions(-) (limited to 'llvm/docs/CommandGuide/index.html') diff --git a/llvm/docs/CommandGuide/index.html b/llvm/docs/CommandGuide/index.html index fcb4904d90d..022e9eefb32 100644 --- a/llvm/docs/CommandGuide/index.html +++ b/llvm/docs/CommandGuide/index.html @@ -17,68 +17,76 @@ are. -

LLVM Commands

+

LLVM Base Commands

-
bugpoint -
- Trace an LLVM bytecode program and reduce its failure to a - simple testcase. -

- -

as -
llvm-as +
llvm-as
Assemble a human-readable LLVM program into LLVM bytecode.

-

dis -
llvm-dis +
llvm-dis
Disassemble an LLVM bytecode file into human-readable form.

-

extract -
- Extract a function from an LLVM bytecode file. -

- -

analyze +
analyze
Analyze an LLVM bytecode file.

-

opt +
opt
Optimize an LLVM bytecode file.

-

link +
link
Link several LLVM bytecode files together into one LLVM bytecode file.

-

gccas +
llc
- LLVM assembler used by GCC and other native compiler tools. + Compile an LLVM bytecode program into native machine code. + +
lli +
+ Run an LLVM bytecode program using either an interpreter or a + JIT compiler.

+

+ + +

LLVM Debugging Tools

+ -
gccld +
+
bugpoint
- LLVM linker used by GCC and other native compiler tools. + Trace an LLVM bytecode program and reduce its failure to a + simple testcase.

-

llc +
extract
- Compile an LLVM bytecode program into native machine code. + Extract a function from an LLVM bytecode file. +
+ + +

LLVM GCC Support Commands

+ -
lli +
+
gccas
- Run an LLVM bytecode program using either an interpreter or a - JIT compiler. + LLVM assembler used by GCC and other native compiler tools.

+ +

gccld +
+ LLVM linker used by GCC and other native compiler tools.
-- cgit v1.2.3