From 2c1ce4f28ec3b9d09b20b7cba83acf65756bd615 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sat, 20 Jan 2007 23:21:08 +0000 Subject: [PATCH] Initial template for the 2.0 Bitcode format that will replace the 1.x Bytecode format. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33412 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/BitCodeFormat.html | 61 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 docs/BitCodeFormat.html diff --git a/docs/BitCodeFormat.html b/docs/BitCodeFormat.html new file mode 100644 index 00000000000..0579a42115e --- /dev/null +++ b/docs/BitCodeFormat.html @@ -0,0 +1,61 @@ + + + + + LLVM Bitcode File Format + + + + +
LLVM Bitcode File Format
+
    +
  1. Abstract
  2. +
  3. Concepts
  4. +
+
+

Written by Reid Spencer and + Chris Lattner. +

+
+ +
Abstract
+ +
+

This document describes the LLVM bitcode file format. It specifies +the binary encoding rules of the bitcode file format so that +equivalent systems can encode bitcode files correctly. The LLVM +bitcode representation is used to store the intermediate +representation on disk in a compacted form.

+

This document supercedes the LLVM bytecode file format for the 2.0 +release.

+
+ +
Concepts
+ +
+

This section describes the general concepts of the bitcode file +format without getting into specific layout details. It is recommended +that you read this section thoroughly before interpreting the detailed +descriptions.

+
+ +
+
Valid CSS! +Valid HTML 4.01! +Reid Spencer and Chris Lattner
+The LLVM Compiler Infrastructure
+Last modified: $Date$ +
+ +