diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-06-08 07:41:41 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-06-08 07:41:41 +0000 |
commit | 7c76d33c78e6d4deb4c5a4ec28cd8e756ee7416d (patch) | |
tree | bf6e5c603cfe145cb2f7e0afa86dc49c5e94bf6a /docs/BytecodeFormat.html | |
parent | 624c54388735a4d68061973f176c15924baa51ec (diff) | |
download | external_llvm-7c76d33c78e6d4deb4c5a4ec28cd8e756ee7416d.zip external_llvm-7c76d33c78e6d4deb4c5a4ec28cd8e756ee7416d.tar.gz external_llvm-7c76d33c78e6d4deb4c5a4ec28cd8e756ee7416d.tar.bz2 |
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14066 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/BytecodeFormat.html')
-rw-r--r-- | docs/BytecodeFormat.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html index 77715fd..2b98664 100644 --- a/docs/BytecodeFormat.html +++ b/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> |