Use InstrSlots::NUM rather than pre-dividing by four. Also, mark this const.
[oota-llvm.git] / docs / index.html
index 2adbddb806cb7aed87bb2c8bdb5953552ba7001a..15247ee57507e68b5fc20998ff717394cb3e6b16 100644 (file)
@@ -64,7 +64,7 @@ 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="tutorial/">JIT Tutorial</a> - A walk through the process of using
+<li><a href="tutorial/">LLVM Tutorial</a> - A walk through the process of using
 LLVM for a custom language, and the facilities LLVM offers in tutorial form.</li>
 <li><a href="DeveloperPolicy.html">Developer Policy</a> - The LLVM project's
 policy towards developers and their contributions.</li>
@@ -92,6 +92,9 @@ Current tools:
  <a href="/cmds/llvm-bcanalyzer.html">llvm-bcanalyzer</a>,
 </li>
 
+<li><a href="Passes.html">LLVM's Analysis and Transform Passes</a> - A list of
+optimizations and analyses implemented in LLVM.</li>
+
 <li><a href="FAQ.html">Frequently Asked Questions</a> - A list of common
 questions and problems and their solutions.</li>
 
@@ -105,7 +108,7 @@ the LLVM system.</li>
 <li><a href="TestingGuide.html">LLVM Test Suite Guide</a> - A reference
 manual for using the LLVM test suite.</li>
 
-<li><a href="CFEBuildInstrs.html">How to build the C/C++ front-end</a> -
+<li><a href="GCCFEBuildInstrs.html">How to build the C/C++ front-end</a> -
 Instructions for building the front-end from source.</li>
 
 <li><a href="Lexicon.html">The LLVM Lexicon</a> - Definition of acronyms, terms