summaryrefslogtreecommitdiffstats
path: root/llvm/docs/BytecodeFormat.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-06-08 07:41:41 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-06-08 07:41:41 +0000
commitb14a0a69fc54894eb7bca33a7c8b85482c6b5ce9 (patch)
tree8132425447be0b754495be85ce0323662bd029d8 /llvm/docs/BytecodeFormat.html
parent850f85f81fb2168ffc7895651a8698247588d1dd (diff)
downloadbcm5719-llvm-b14a0a69fc54894eb7bca33a7c8b85482c6b5ce9.tar.gz
bcm5719-llvm-b14a0a69fc54894eb7bca33a7c8b85482c6b5ce9.zip
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. llvm-svn: 14066
Diffstat (limited to 'llvm/docs/BytecodeFormat.html')
-rw-r--r--llvm/docs/BytecodeFormat.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/llvm/docs/BytecodeFormat.html b/llvm/docs/BytecodeFormat.html
index 77715fd620c..2b986641b66 100644
--- a/llvm/docs/BytecodeFormat.html
+++ b/llvm/docs/BytecodeFormat.html
@@ -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@x10sys.com">Reid Spencer</a>
@@ -502,6 +509,36 @@ format is given in the table below. </p>
</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>
OpenPOWER on IntegriCloud