Eliminate a redundant check. This speeds up optimization of 253.perlbmk from 13...
[oota-llvm.git] / docs / index.html
index 23e566c1c5902ee0b1e8b3da6920cc0beb4fb204..886688d8926234c74d15fa5f1dd41b6f5fc5e258 100644 (file)
@@ -64,6 +64,9 @@ some tools.</li>
 Microsoft Visual Studio</a> - An addendum to the main Getting Started guide for
 those using Visual Studio on Windows.</li>
 
+<li><a href="DeveloperPolicy.html">Developer Policy</a> - The LLVM project's
+policy towards developers and their contributions.</li>
+
 <li><a href="CommandGuide/index.html">LLVM Command Guide</a> - A reference
 manual for the LLVM command line utilities ("man" pages for LLVM tools).<br/>
 Current tools:
@@ -200,6 +203,10 @@ GC'd programs.</li>
 LLVM</a> - This document describes the design and philosophy behind the LLVM
 source-level debugger.</li>
 
+<li><a href="ExceptionHandling.html">Zero Cost Exception handling in LLVM</a> 
+- This document describes the design and implementation of exception handling
+in LLVM.</li>
+
 <li><a href="Bugpoint.html">Bugpoint</a> - automatic bug finder and test-case
 reducer description and usage information.</li>
 
@@ -207,7 +214,7 @@ reducer description and usage information.</li>
 describes the design and configuration of the LLVM compiler driver tool,
 <tt>llvmc</tt>.</li>
 
-<li><a href="BytecodeFormat.html">LLVM Bytecode File Format</a></li>
+<li><a href="BitCodeFormat.html">LLVM Bitcode File Format</a></li>
 
 <li><a href="SystemLibrary.html">System Library</a> - This document describes
 the LLVM System Library (<tt>lib/System</tt>) and how to keep LLVM source code