[llvm-commits] CVS: llvm/docs/BytecodeFormat.html
John Criswell
criswell at cs.uiuc.edu
Mon Oct 24 10:11:16 PDT 2005
Changes in directory llvm/docs:
BytecodeFormat.html updated: 1.42 -> 1.43
---
Log message:
Updated bytecode version numbers.
---
Diffs of the changes: (+4 -2)
BytecodeFormat.html | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
Index: llvm/docs/BytecodeFormat.html
diff -u llvm/docs/BytecodeFormat.html:1.42 llvm/docs/BytecodeFormat.html:1.43
--- llvm/docs/BytecodeFormat.html:1.42 Mon Oct 24 11:20:10 2005
+++ llvm/docs/BytecodeFormat.html Mon Oct 24 12:10:57 2005
@@ -740,7 +740,9 @@
<li>#0: LLVM 1.0 & 1.1</li>
<li>#1: LLVM 1.2</li>
<li>#2: LLVM 1.2.5 (not released)</li>
- <li>#3: LLVM 1.3<br>
+ <li>#3: LLVM 1.3</li>
+ <li>#4: LLVM 1.3.x (not released)</li>
+ <li>#5: LLVM 1.4, 1.5, 1.6</li>
</li>
</ul>
<p>Note that we plan to eventually expand the target description
@@ -1935,7 +1937,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: 2005/10/24 16:20:10 $
+Last modified: $Date: 2005/10/24 17:10:57 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list