From d053efdef88c655da680b2aa59621befc5f26241 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 7 Oct 2003 20:05:23 +0000 Subject: [PATCH] Make the index page a big more attractive git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8936 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/index.html | 56 ++++++++++++++++++++++-------------- 1 file changed, 35 insertions(+), 21 deletions(-) diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html index 18c6df64e68..4a94aa7025a 100644 --- a/docs/CommandGuide/index.html +++ b/docs/CommandGuide/index.html @@ -8,16 +8,17 @@

LLVM Command Guide

- -

Overview

- - 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 Base Commands

+

Basic Commands

@@ -58,24 +59,10 @@

- -

LLVM Debugging Tools

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

- -

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

LLVM GCC Support Commands

+

C and C++ Front-end Commands

@@ -99,5 +86,32 @@ LLVM linker used by GCC and other native compiler tools.
+ +

Debugging Tools

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

+ +

extract +
+ Extract a function from an LLVM bytecode file. +
+
+ + +
+Maintained by the +LLVM Team.
+ + +Last modified: Tue Oct 7 15:04:55 CDT 2003 + +
+ -- 2.34.1