From: John Criswell Date: Thu, 11 Sep 2003 20:23:52 +0000 (+0000) Subject: Modified the footer to be a link to the LLVM web page. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=32003305bd1687ac478f1670c2f8279eed123d38;p=oota-llvm.git 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8485 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CommandGuide/analyze.html b/docs/CommandGuide/analyze.html index 76bc6fb141f..15a06392057 100644 --- a/docs/CommandGuide/analyze.html +++ b/docs/CommandGuide/analyze.html @@ -81,7 +81,7 @@ SEE ALSO opt
-University of Illinois at Urbana-Champaign +LLVM Team diff --git a/docs/CommandGuide/gccas.html b/docs/CommandGuide/gccas.html index d1dbb75d6a8..aaed1960aca 100644 --- a/docs/CommandGuide/gccas.html +++ b/docs/CommandGuide/gccas.html @@ -75,7 +75,7 @@ SEE ALSO llvm-dis
-University of Illinois at Urbana-Champaign +LLVM Team diff --git a/docs/CommandGuide/gccld.html b/docs/CommandGuide/gccld.html index 15a4f5f2264..ea1c30c57a8 100644 --- a/docs/CommandGuide/gccld.html +++ b/docs/CommandGuide/gccld.html @@ -118,7 +118,7 @@ SEE ALSO llvm-dis
-University of Illinois at Urbana-Champaign +LLVM Team diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html index fcb4904d90d..022e9eefb32 100644 --- a/docs/CommandGuide/index.html +++ b/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.
diff --git a/docs/CommandGuide/lli.html b/docs/CommandGuide/lli.html index 34953981c6e..f6b2921b685 100644 --- a/docs/CommandGuide/lli.html +++ b/docs/CommandGuide/lli.html @@ -74,7 +74,7 @@ SEE ALSO llvm-dis
-University of Illinois at Urbana-Champaign +LLVM Team diff --git a/docs/CommandGuide/llvm-as.html b/docs/CommandGuide/llvm-as.html index 26ff47fdec1..e92d3b78a27 100644 --- a/docs/CommandGuide/llvm-as.html +++ b/docs/CommandGuide/llvm-as.html @@ -77,7 +77,7 @@ SEE ALSO llvm-dis
-University of Illinois at Urbana-Champaign +LLVM Team diff --git a/docs/CommandGuide/llvm-dis.html b/docs/CommandGuide/llvm-dis.html index b90442e8716..079933c5bf1 100644 --- a/docs/CommandGuide/llvm-dis.html +++ b/docs/CommandGuide/llvm-dis.html @@ -83,7 +83,7 @@ SEE ALSO llvm-dis
-University of Illinois at Urbana-Champaign +LLVM Team diff --git a/docs/CommandGuide/opt.html b/docs/CommandGuide/opt.html index 8e1274ee93a..86dcf7326fa 100644 --- a/docs/CommandGuide/opt.html +++ b/docs/CommandGuide/opt.html @@ -110,7 +110,7 @@ SEE ALSO analyze
-University of Illinois at Urbana-Champaign +LLVM Team