Add support for hashing pairs by delegating to each sub-object. There is
[oota-llvm.git] / docs / index.html
index 4d74c549c71a02b222b9bb34f77a23b8dfd68cb6..4d50b4f9d0813491b682829006a9d22158552e83 100644 (file)
@@ -21,7 +21,7 @@ your documentation.</p>
   <li><a href="#userguide">LLVM User Guides</a></li>
   <li><a href="#llvmprog">LLVM Programming Documentation</a></li>
   <li><a href="#subsystems">LLVM Subsystem Documentation</a></li>
-  <li><a href="#develprocess">LLVM Programming Documentation</a></li>
+  <li><a href="#develprocess">LLVM Development Process Documentation</a></li>
   <li><a href="#maillist">LLVM Mailing Lists</a></li>
 </ul>
 </td><td class="right">
@@ -98,8 +98,9 @@ the LLVM system.</li>
 <li><a href="TestingGuide.html">LLVM Testing Infrastructure Guide</a> - A reference
 manual for using the LLVM testing infrastructure.</li>
 
-<li><a href="GCCFEBuildInstrs.html">How to build the Ada/C/C++/Fortran front-ends</a> -
-Instructions for building gcc front-ends from source.</li>
+<li><a href="http://clang.llvm.org/get_started.html">How to build the C, C++, ObjC,
+and ObjC++ front end</a> - Instructions for building the clang front-end from
+source.</li>
 
 <li><a href="Packaging.html">Packaging guide</a> - Advice on packaging
 LLVM into a distribution.</li>
@@ -226,6 +227,10 @@ templates (directory organization, Makefiles, and test tree) allow the project
 code to be located outside (or inside) the <tt>llvm/</tt> tree, while using LLVM
 header files and libraries.</li>
 
+<li><a href="LLVMBuild.html">LLVMBuild Documentation</a> - Describes the
+LLVMBuild organization and files used by LLVM to specify component
+descriptions.</li>
+
 <li><a href="MakefileGuide.html">LLVM Makefile Guide</a> - Describes how the
 LLVM makefiles work and how to use them.</li>