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,