[llvm-commits] CVS: llvm/docs/BytecodeFormat.html
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Fri Dec 8 09:50:37 PST 2006
Changes in directory llvm/docs:
BytecodeFormat.html updated: 1.57 -> 1.58
---
Log message:
A backwards compatible bc format for packed structs
---
Diffs of the changes: (+18 -5)
BytecodeFormat.html | 23 ++++++++++++++++++-----
1 files changed, 18 insertions(+), 5 deletions(-)
Index: llvm/docs/BytecodeFormat.html
diff -u llvm/docs/BytecodeFormat.html:1.57 llvm/docs/BytecodeFormat.html:1.58
--- llvm/docs/BytecodeFormat.html:1.57 Fri Dec 8 11:13:00 2006
+++ llvm/docs/BytecodeFormat.html Fri Dec 8 11:50:05 2006
@@ -862,10 +862,6 @@
<td class="td_left">Type ID for structure types (14)</td>
</tr>
<tr>
- <td><a href="#uint32_vbr">uint32_vbr</a></td>
- <td class="td_left">Value 0 if a normal structure, 1 if a packed structure</td>
- </tr>
- <tr>
<td><a href="#zlist">zlist</a>(<a href="#uint24_vbr">uint24_vbr</a>)</td>
<td class="td_left">Slot number of each of the element's fields.</td>
</tr>
@@ -943,6 +939,23 @@
</tr>
</tbody>
</table>
+<h3>Packed Structure Types</h3>
+<table>
+ <tbody>
+ <tr>
+ <th><b>Type</b></th>
+ <th class="td_left"><b>Description</b></th>
+ </tr>
+ <tr>
+ <td><a href="#uint24_vbr">uint24_vbr</a></td>
+ <td class="td_left">Type ID for packed structure types (19)</td>
+ </tr>
+ <tr>
+ <td><a href="#zlist">zlist</a>(<a href="#uint24_vbr">uint24_vbr</a>)</td>
+ <td class="td_left">Slot number of each of the element's fields.</td>
+ </tr>
+ </tbody>
+</table>
</div>
<!-- _______________________________________________________________________ -->
<div class="doc_subsection"><a name="globalinfo">Module Global Info</a>
@@ -2170,7 +2183,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.org">The LLVM Compiler Infrastructure</a><br>
-Last modified: $Date: 2006/12/08 17:13:00 $
+Last modified: $Date: 2006/12/08 17:50:05 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list