[llvm-commits] CVS: llvm/docs/CodeGenerator.html

Chris Lattner lattner at cs.uiuc.edu
Tue Jun 1 12:22:02 PDT 2004


Changes in directory llvm/docs:

CodeGenerator.html updated: 1.1 -> 1.2

---
Log message:

Add a warning about incompleteness, fix validation errors


---
Diffs of the changes:  (+12 -9)

Index: llvm/docs/CodeGenerator.html
diff -u llvm/docs/CodeGenerator.html:1.1 llvm/docs/CodeGenerator.html:1.2
--- llvm/docs/CodeGenerator.html:1.1	Tue Jun  1 01:48:00 2004
+++ llvm/docs/CodeGenerator.html	Tue Jun  1 12:18:11 2004
@@ -36,7 +36,7 @@
   <li><a href="#targetimpls">Target description implementations</a>
     <ul>
       <li><a href="#x86">The X86 backend</a></li>
-    </li>
+    </ul>
   </li>
 
 </ol>
@@ -45,6 +45,10 @@
   <p>Written by <a href="mailto:sabre at nondot.org">Chris Lattner</a></p>
 </div>
 
+<div class="doc_warning">
+  <p>Warning: This is a work in progress.</p>
+</div>
+
 <!-- *********************************************************************** -->
 <div class="doc_section">
   <a name="introduction">Introduction</a>
@@ -126,12 +130,11 @@
 make use of any of the built-in components.  Doing so is not recommended at all,
 but could be required for radically different targets that do not fit into the
 LLVM machine description model: programmable FPGAs for example.</p>
-</p>
 </div>
 
 <!-- ======================================================================= -->
 <div class="doc_subsection">
- <a name="high-level-design">The high-level design of the code generator</a></li>
+ <a name="high-level-design">The high-level design of the code generator</a>
 </div>
 
 <div class="doc_text">
@@ -195,7 +198,7 @@
 
 <!-- ======================================================================= -->
 <div class="doc_subsection">
- <a name="tablegen">Using TableGen for target description</a></li>
+ <a name="tablegen">Using TableGen for target description</a>
 </div>
 
 <div class="doc_text">
@@ -273,7 +276,7 @@
 
 <!-- ======================================================================= -->
 <div class="doc_subsection">
-  <a name="mregisterinfo">The <tt>MRegisterInfo</tt> class</a></li>
+  <a name="mregisterinfo">The <tt>MRegisterInfo</tt> class</a>
 </div>
 
 <div class="doc_text">
@@ -310,17 +313,17 @@
 
 <!-- ======================================================================= -->
 <div class="doc_subsection">
-  <a name="targetinstrinfo">The <tt>TargetInstrInfo</tt> class</a></li>
+  <a name="targetinstrinfo">The <tt>TargetInstrInfo</tt> class</a>
 </div>
 
 <!-- ======================================================================= -->
 <div class="doc_subsection">
-  <a name="targetframeinfo">The <tt>TargetFrameInfo</tt> class</a></li>
+  <a name="targetframeinfo">The <tt>TargetFrameInfo</tt> class</a>
 </div>
 
 <!-- ======================================================================= -->
 <div class="doc_subsection">
-  <a name="targetjitinfo">The <tt>TargetJITInfo</tt> class</a></li>
+  <a name="targetjitinfo">The <tt>TargetJITInfo</tt> class</a>
 </div>
 
 <!-- *********************************************************************** -->
@@ -341,7 +344,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/06/01 06:48:00 $
+  Last modified: $Date: 2004/06/01 17:18:11 $
 </address>
 
 </body>





More information about the llvm-commits mailing list