From 31f841bc4853f086d4d537848623c4f8d10366e6 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 1 Nov 2004 21:57:35 +0000 Subject: [PATCH] List the individual tools for easier reference. Make the bugpoint link reference the man page in the CommandGuide until the Bugpoint.html file can describe bugpoint in a little more of a tutorial style instead of just being a man page. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17416 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/index.html | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/docs/index.html b/docs/index.html index 04eb380bd23..2e98cb19fed 100644 --- a/docs/index.html +++ b/docs/index.html @@ -52,7 +52,27 @@ Everything from unpacking and compilation of the distribution to execution of some tools.
  • LLVM Command Guide - A reference -manual for the LLVM command line utilities ("man" pages for LLVM tools).
  • +manual for the LLVM command line utilities ("man" pages for LLVM tools).
    +Current tools: + llvm-as, + llvm-dis, + opt, + llc, + lli, + llvm-link, + analyze, + llvm-nm, + llvm-prof, + llvmgcc, + llvmgxx, + gccas, + gccld, + stkrc, + bugpoint, + extract, + llvm-bcanalyzer, + llvmc +
  • Frequently Asked Questions - A list of common questions and problems and their solutions.
  • @@ -162,8 +182,8 @@ GC'd programs. LLVM - This document describes the design and philosophy behind the LLVM source-level debugger. -
  • Bugpoint automatic bug finder and -test-case reducer description and usage information.
  • +
  • bugpoint - automatic bug +finder and test-case reducer description and usage information.
  • Compiler Driver (llvmc) - This document describes the design and configuration of the LLVM compiler driver tool, -- 2.34.1