[llvm-commits] CVS: llvm/docs/BytecodeFormat.html
LLVM
llvm at cs.uiuc.edu
Sun May 23 12:15:08 PDT 2004
Changes in directory llvm/docs:
BytecodeFormat.html updated: 1.3 -> 1.4
---
Log message:
Make the file HTML 4.01 (Strict) clean.
---
Diffs of the changes: (+7 -5)
Index: llvm/docs/BytecodeFormat.html
diff -u llvm/docs/BytecodeFormat.html:1.3 llvm/docs/BytecodeFormat.html:1.4
--- llvm/docs/BytecodeFormat.html:1.3 Sun May 23 12:05:09 2004
+++ llvm/docs/BytecodeFormat.html Sun May 23 12:12:45 2004
@@ -4,7 +4,7 @@
<head>
<title>LLVM Bytecode File Format</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
- <style>
+ <style type="css">
table, tr, td { border: 2px solid gray }
th { border: 2px solid gray; font-weight: bold; }
table { border-collapse: collapse; margin-top: 1em margin-bottom: 1em }
@@ -14,7 +14,7 @@
<div class="doc_title"> LLVM Bytecode File Format </div>
<ol>
<li><a href="#abstract">Abstract</a></li>
- <li><a href="#general">General Concepts</a></li>
+ <li><a href="#general">General Concepts</a>
<ol>
<li><a href="#blocks">Blocks</a></li>
<li><a href="#lists">Lists</a></li>
@@ -22,6 +22,7 @@
<li><a href="#encoding">Encoding Rules</a></li>
<li><a href="#align">Alignment</a></li>
</ol>
+ </li>
<li><a href="#details">Detailed Layout</a>
<ol>
<li><a href="#notation">Notation</a></li>
@@ -219,10 +220,11 @@
has four columns that specify:</p>
<ol>
<li><b>Byte(s)</b>. The offset in bytes of the field from the start of
- its container (block, list, other field).<li>
+ its container (block, list, other field).</li>
<li><b>Bit(s)</b>. The offset in bits of the field from the start of
the byte field. Bits are always little endian. That is, bit addresses with
- smaller values have smaller address (i.e. 2^0 is at bit 0, 2^1 at 1, etc.)
+ smaller values have smaller address (i.e. 2<sup>0</sup> is at bit 0,
+ 2<sup>1</sup> at 1, etc.)
</li>
<li><b>Align?</b> Indicates if this field is aligned to 32 bits or not.
This indicates where the <em>next</em> field starts, always on a 32 bit
@@ -445,7 +447,7 @@
<a href="mailto:rspencer at x10sys.com">Reid Spencer</a> and
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/05/23 17:05:09 $
+ Last modified: $Date: 2004/05/23 17:12:45 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list