1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

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
This commit is contained in:
Reid Spencer 2004-06-08 07:41:41 +00:00
parent 037d405516
commit fd820b72e6

View File

@ -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>