[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
LLVM
llvm at cs.uiuc.edu
Tue Jun 8 02:36:01 PDT 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.195 -> 1.196
---
Log message:
Add a note about llvm-abcd, the Analysis of ByteCode Dumper
---
Diffs of the changes: (+10 -3)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.195 llvm/docs/ReleaseNotes.html:1.196
--- llvm/docs/ReleaseNotes.html:1.195 Tue Jun 8 02:19:29 2004
+++ llvm/docs/ReleaseNotes.html Tue Jun 8 02:30:31 2004
@@ -105,8 +105,6 @@
<li>LLVM now has new loop unrolling and loop unswitching passes.</li>
<li>The induction variable substitution pass performs linear function test
replacement and exit value replacement optimizations.</li>
-<li>The <a href="BytecodeFormat.html">LLVM Bytecode file format</a> is now
- documented.</li>
<li>LLVM now has first-class support for <a href="GarbageCollection.html">Accurate
Garbage Collection</a>, enabling the use of aggressive copying and generational
collectors.</li>
@@ -119,6 +117,15 @@
This includes the JIT compiler.</li>
<li>The LLVM code generator is now being <a
href="CodeGenerator.html">documented</a>.</li>
+<li>There is a new tool, llvm-abcd, the Analysis of ByteCode Dumper (abcd).
+This tool can compute basic statistics and bytecode density statistics on a
+module or function basis and also dump out bytecode in a textual format that
+is lower level than assembly (values are not resolved from slot numbers).
+It should only be of interest to (a) those who are working to improve the
+bytecode format and (b) those who really want to understand or document the
+details of the bytecode format.</li>
+<li>The <a href="BytecodeFormat.html">LLVM Bytecode file format</a> is now
+ being documented.</li>
</ol>
</div>
@@ -703,7 +710,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/06/08 07:19:29 $
+ Last modified: $Date: 2004/06/08 07:30:31 $
</address>
</body>
More information about the llvm-commits
mailing list