[llvm-commits] CVS: llvm/docs/BytecodeFormat.html
Chris Lattner
lattner at cs.uiuc.edu
Fri Oct 15 17:29:44 PDT 2004
Changes in directory llvm/docs:
BytecodeFormat.html updated: 1.31 -> 1.32
---
Log message:
None of these have actually been implemented yet.
---
Diffs of the changes: (+6 -4)
Index: llvm/docs/BytecodeFormat.html
diff -u llvm/docs/BytecodeFormat.html:1.31 llvm/docs/BytecodeFormat.html:1.32
--- llvm/docs/BytecodeFormat.html:1.31 Fri Aug 27 02:59:37 2004
+++ llvm/docs/BytecodeFormat.html Fri Oct 15 19:29:30 2004
@@ -45,7 +45,7 @@
</li>
<li><a href="#versiondiffs">Version Differences</a>
<ol>
- <li><a href="#vers13">Version 1.3 Differences From 1.4</a></li>
+<!-- <li><a href="#vers13">Version 1.3 Differences From 1.4</a></li>-->
<li><a href="#vers12">Version 1.2 Differences From 1.3</a></li>
<li><a href="#vers11">Version 1.1 Differences From 1.2</a></li>
<li><a href="#vers10">Version 1.0 Differences From 1.1</a></li>
@@ -1673,9 +1673,11 @@
</p>
</div>
<!-- _______________________________________________________________________ -->
+<!--
<div class="doc_subsection"><a name="vers13">Version 1.3 Differences From
- 1.4</a></div>
+ 1.4</a></div> -->
<!-- _______________________________________________________________________ -->
+<!--
<div class="doc_subsubsection">Aligned Data</div>
<div class="doc_text">
<p>In version 1.3, certain data items were aligned to 32-bit boundaries. In
@@ -1699,7 +1701,7 @@
</ul>
<p>None of these constructs are aligned in version 1.4</p>
</div>
-
+-->
<!-- _______________________________________________________________________ -->
<div class="doc_subsection"><a name="vers12">Version 1.2 Differences
From 1.3</a></div>
@@ -1801,7 +1803,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/27 07:59:37 $
+Last modified: $Date: 2004/10/16 00:29:30 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list