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

LLVM llvm at cs.uiuc.edu
Tue Jun 8 02:47:02 PDT 2004


Changes in directory llvm/docs:

BytecodeFormat.html updated: 1.9 -> 1.10

---
Log message:

Put in a place holder for describing the differences in bytecode format
between LLVM versions. This is just a reminder so I don't forget to
document it.


---
Diffs of the changes:  (+38 -1)

Index: llvm/docs/BytecodeFormat.html
diff -u llvm/docs/BytecodeFormat.html:1.9 llvm/docs/BytecodeFormat.html:1.10
--- llvm/docs/BytecodeFormat.html:1.9	Sat Jun  5 09:18:02 2004
+++ llvm/docs/BytecodeFormat.html	Tue Jun  8 02:41:41 2004
@@ -37,6 +37,13 @@
       <li><a href="#symtab">Module Symbol Table</a></li>
     </ol>
   </li>
+  <li><a href="#versiondiffs">Version Differences</a>
+    <ol>
+      <li><a href="#vers12">Version 1.2 Differences From 1.3</a></li>
+      <li><a href="#vers11">Version 1.1 Differences From 1.2</a></li>
+      <li><a href="#vers10">Version 1.0 Differences From 1.1</a></li>
+    </ol>
+  </li>
 </ol>
 <div class="doc_author">
 <p>Written by <a href="mailto:rspencer at x10sys.com">Reid Spencer</a>
@@ -502,6 +509,36 @@
   </tr>
 </table>
 </div>
+<!-- *********************************************************************** -->
+<div class="doc_section"> <a name="versiondiffs">Version Differences</a> </div>
+<!-- *********************************************************************** -->
+<div class="doc_text">
+<p>This section describes the differences in the Bytecode Format across LLVM
+versions. The versions are listed in reverse order because it assumes the 
+current version is as documented in the previous sections. Each section here
+describes the differences between that version and the one that <i>follows</i>
+</p>
+</div>
+<!-- _______________________________________________________________________ -->
+<div class="doc_subsection">
+<a name="vers12">Version 1.2 Differences From 1.3</a></div>
+<div class="doc_text">
+<p>TBD: How version 1.2 differs from version 1.3</p>
+</div>
+
+<!-- _______________________________________________________________________ -->
+<div class="doc_subsection">
+<a name="vers11">Version 1.1 Differences From 1.2 </a></div>
+<div class="doc_text">
+<p>TBD: How version 1.1 differs from version 1.2</p>
+</div>
+
+<!-- _______________________________________________________________________ -->
+<div class="doc_subsection">
+<a name="vers11">Version 1.0 Differences From 1.1</a></div>
+<div class="doc_text">
+<p>TBD: How version 1.0 differs from version 1.1</p>
+</div>
 
 <!-- *********************************************************************** -->
 <hr>
@@ -514,7 +551,7 @@
   <a href="mailto:rspencer at x10sys.com">Reid Spencer</a> and 
   <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/05 14:18:02 $
+  Last modified: $Date: 2004/06/08 07:41:41 $
 </address>
 </body>
 </html>





More information about the llvm-commits mailing list