migrate essentially everything from under #ifdef DEBUG_CAST_OPERATORS into this file
[oota-llvm.git] / docs / Lexicon.html
index 83a653ef3d23ed66a01c026683df2e8044ac41e7..82a58aa14821c57f5cd8fd84f0c6f8c7de03df95 100644 (file)
@@ -36,6 +36,7 @@
       <td><a href="#DSE">DSE</a></td>
     </tr>
     <tr><th colspan="8"><b>- <a href="#G">G</a> -</b></th></tr>
+    <tr>
       <td><a href="#GC">GC</a></td>
     </tr>
     <tr><th colspan="8"><b>- <a href="#I">I</a> -</b></th></tr>
       <td><a href="#LCSSA">LCSSA</a></td>
       <td><a href="#LICM">LICM</a></td>
       <td><a href="#Load-VN">Load-VN</a></td>
+      <td><a href="#LTO">LTO</a></td>
+    </tr>
+    <tr><th colspan="8"><b>- <a href="#M">M</a> -</b></th></tr>
+    <tr>
+      <td><a href="#MC">MC</a></td>
     </tr>
     <tr><th colspan="8"><b>- <a href="#O">O</a> -</b></th></tr>
     <tr>
@@ -166,15 +172,24 @@ href="http://www.program-transformation.org/Transform/BURG">BURG</a> tool.</dd>
 <div class="doc_subsection"><a name="L">- L -</a></div>
 <div class="doc_text">
   <dl>
-       <dt><a name="LCSSA"><b>LCSSA</b></a></dt>
-       <dd>Loop-Closed Static Single Assignment Form</dd>
+    <dt><a name="LCSSA"><b>LCSSA</b></a></dt>
+    <dd>Loop-Closed Static Single Assignment Form</dd>
     <dt><a name="LICM"><b>LICM</b></a></dt>
     <dd>Loop Invariant Code Motion</dd>
     <dt><a name="Load-VN"><b>Load-VN</b></a></dt>
     <dd>Load Value Numbering</dd>
+    <dt><a name="LTO"><b>LTO</b></a></dt>
+    <dd>Link-Time Optimization</dd>
+  </dl>
+</div>
+<!-- _______________________________________________________________________ -->
+<div class="doc_subsection"><a name="M">- M -</a></div>
+<div class="doc_text">
+  <dl>
+    <dt><a name="MC"><b>MC</b></a></dt>
+    <dd>Machine Code</dd>
   </dl>
 </div>
-
 <!-- _______________________________________________________________________ -->
 <div class="doc_subsection"><a name="O">- O -</a></div>
 <div class="doc_text">
@@ -213,7 +228,7 @@ href="http://www.program-transformation.org/Transform/BURG">BURG</a> tool.</dd>
     <dt><a name="Root"><b>Root</b></a></dt> <dd>In garbage collection, a
     pointer variable lying outside of the <a href="#Heap">heap</a> from which
     the collector begins its reachability analysis. In the context of code
-    generation, "root" almost always refers to a "stack root"&#151;a local or
+    generation, "root" almost always refers to a "stack root" -- a local or
     temporary variable within an executing function.</dd>
   </dl>
 </div>
@@ -249,9 +264,9 @@ href="http://www.program-transformation.org/Transform/BURG">BURG</a> tool.</dd>
 <!-- *********************************************************************** -->
 <hr>
 <address> <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
- src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a><a
+ src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS"></a><a
  href="http://validator.w3.org/check/referer"><img
- src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a><a
+ src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"></a><a
  href="http://llvm.org/">The LLVM Team</a><br>
 <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
 Last modified: $Date$