[llvm-commits] CVS: llvm/docs/BytecodeFormat.html

Brian Gaeke gaeke at cs.uiuc.edu
Thu Aug 19 23:01:23 PDT 2004



Changes in directory llvm/docs:

BytecodeFormat.html updated: 1.29 -> 1.30
---
Log message:

Packed types, brought to you by Brad Jones


---
Diffs of the changes:  (+22 -1)

Index: llvm/docs/BytecodeFormat.html
diff -u llvm/docs/BytecodeFormat.html:1.29 llvm/docs/BytecodeFormat.html:1.30
--- llvm/docs/BytecodeFormat.html:1.29	Wed Aug 18 15:17:05 2004
+++ llvm/docs/BytecodeFormat.html	Fri Aug 20 01:00:42 2004
@@ -888,6 +888,27 @@
     </tr>
   </tbody>
 </table>
+<h3>Packed 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 Types (18)</td>
+    </tr>
+    <tr>
+      <td><a href="#uint24_vbr">uint24_vbr</a></td>
+      <td class="td_left">Slot number of packed vector's element type.</td>
+    </tr>
+    <tr>
+      <td><a href="#uint32_vbr">uint32_vbr</a></td>
+      <td class="td_left">The number of elements in the packed vector.</td>
+    </tr>
+  </tbody>
+</table>
 </div>
 <!-- _______________________________________________________________________ -->
 <div class="doc_subsection"><a name="globalinfo">Module Global Info</a>
@@ -1780,7 +1801,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/08/18 20:17:05 $
+Last modified: $Date: 2004/08/20 06:00:42 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list