diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html
index 546e8eb8c06..9a13f1258e3 100644
--- a/docs/CommandGuide/index.html
+++ b/docs/CommandGuide/index.html
@@ -1,122 +1,117 @@
-
- LLVM Command Guide
-
+
+ LLVM Command Guide
+
-
-
- LLVM Command Guide
-
- This document is the reference manual for the LLVM utilities. It will
- show you how to use the LLVM commands and what all of their options
- are.
+
+LLVM Command Guide
+This document is the reference manual for the LLVM utilities. It will
+show you how to use the LLVM commands and what all of their options
+are.
-
-
-
+
+
+
-
- - llvm-as
-
-
- Assemble a human-readable LLVM program into LLVM bytecode.
-
+
+ - llvm-as
+
-
+ Assemble a human-readable LLVM program into LLVM bytecode.
+
- - llvm-dis
-
-
- Disassemble an LLVM bytecode file into human-readable form.
-
+ - llvm-dis
+
-
+ Disassemble an LLVM bytecode file into human-readable form.
+
- - llvm-nm
-
-
- Print out the names and types of symbols in an LLVM bytecode file.
-
+ - llvm-nm
+
-
+ Print out the names and types of symbols in an LLVM bytecode file.
+
- - analyze
-
-
- Analyze an LLVM bytecode file.
-
+ - analyze
+
-
+ Analyze an LLVM bytecode file.
+
- - opt
-
-
- Optimize an LLVM bytecode file.
-
+ - opt
+
-
+ Optimize an LLVM bytecode file.
+
- - llvm-link
-
-
- Link several LLVM bytecode files together into one LLVM
- bytecode file.
-
+ - llvm-link
+
-
+ Link several LLVM bytecode files together into one LLVM
+ bytecode file.
+
- - llc
-
-
- Compile an LLVM bytecode program into native machine code.
+
- llc
+
-
+ Compile an LLVM bytecode program into native machine code.
-
- lli
-
-
- Run an LLVM bytecode program using either an interpreter or a
- JIT compiler.
-
-
+ - lli
+
-
+ Run an LLVM bytecode program using either an interpreter or a
+ JIT compiler.
+
+
|
-
-
-
+
+
+
-
- - llvmgcc
-
-
- GCC-based C front end for LLVM.
-
+
+ - llvmgcc
+
-
+ GCC-based C front end for LLVM.
+
- - llvmg++
-
-
- GCC-based C++ front end for LLVM.
-
+ - llvmg++
+
-
+ GCC-based C++ front end for LLVM.
+
- - gccas
-
-
- LLVM assembler used by GCC and other native compiler tools.
-
+ - gccas
+
-
+ LLVM assembler used by GCC and other native compiler tools.
+
- - gccld
-
-
- LLVM linker used by GCC and other native compiler tools.
-
+ - gccld
+
-
+ LLVM linker used by GCC and other native compiler tools.
+
-
-
-
+
+
+
-
- - bugpoint
-
-
- Trace an LLVM bytecode program and reduce its failure to a
- simple testcase.
-
+
+ - bugpoint
+
-
+ Trace an LLVM bytecode program and reduce its failure to a
+ simple testcase.
+
- - extract
-
-
- Extract a function from an LLVM bytecode file.
-
+ - extract
+
-
+ Extract a function from an LLVM bytecode file.
+
|
Maintained by the
LLVM Team.
-
-
-Last modified: Tue Oct 7 15:34:17 CDT 2003
-
+Last modified: $Date$
-
+