From 7c76d33c78e6d4deb4c5a4ec28cd8e756ee7416d Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 8 Jun 2004 07:41:41 +0000 Subject: [PATCH] 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 --- docs/BytecodeFormat.html | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html index 77715fd620c..2b986641b66 100644 --- a/docs/BytecodeFormat.html +++ b/docs/BytecodeFormat.html @@ -37,6 +37,13 @@
  • Module Symbol Table
  • +
  • Version Differences +
      +
    1. Version 1.2 Differences From 1.3
    2. +
    3. Version 1.1 Differences From 1.2
    4. +
    5. Version 1.0 Differences From 1.1
    6. +
    +
  • Written by Reid Spencer @@ -502,6 +509,36 @@ format is given in the table below.

    + +
    Version Differences
    + +
    +

    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 follows +

    +
    + +
    +Version 1.2 Differences From 1.3
    +
    +

    TBD: How version 1.2 differs from version 1.3

    +
    + + +
    +Version 1.1 Differences From 1.2
    +
    +

    TBD: How version 1.1 differs from version 1.2

    +
    + + +
    +Version 1.0 Differences From 1.1
    +
    +

    TBD: How version 1.0 differs from version 1.1

    +