[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Misha Brukman
brukman at cs.uiuc.edu
Fri Jul 2 11:24:05 PDT 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.209 -> 1.210
---
Log message:
* Wrap long lines
* Mention the HTML/man page output from single POD source file
---
Diffs of the changes: (+20 -18)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.209 llvm/docs/ReleaseNotes.html:1.210
--- llvm/docs/ReleaseNotes.html:1.209 Tue Jun 29 18:39:24 2004
+++ llvm/docs/ReleaseNotes.html Fri Jul 2 11:23:17 2004
@@ -105,9 +105,9 @@
<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>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>
+<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>
<li>LLVM now includes an implementation of Andersen's interprocedural alias
analysis algorithm.</li>
<li>Bugpoint can <a href="http://llvm.cs.uiuc.edu/PR327">extract individual
@@ -115,19 +115,19 @@
<li>LLVM and the C front-end now work under Win32 using the
<a href="http://www.cygwin.com">Cygwin</a> runtime libraries.
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>
-<li>LLVM now provides an <a href="LangRef.html#i_isunordered">llvm.isunordered</a> intrinsic
-for efficient implementation of unordered floating point comparisons.</li>
+<li>The LLVM code generator is now being <a
+href="CodeGenerator.html">documented</a>.</li>
+<li>There is a new tool, llvm-bcanalyzer. 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>
+<li>LLVM now provides an <a
+href="LangRef.html#i_isunordered">llvm.isunordered</a> intrinsic for efficient
+implementation of unordered floating point comparisons.</li>
<li>The llvmgcc front-end now supports the GCC builtins for ISO C99 floating
point comparison macros (e.g., <tt>__builtin_islessequal</tt>).</li>
<li>Now that there are more source files than can fit on a 32Kbyte command
@@ -136,6 +136,8 @@
passing filenames through the command line. This improves performance
slightly. Simply run llvmgrep like you might egrep but leave off the file
names.</li>
+<li>We now generate HTML documentation and man pages for the tools from a single
+source (perl-style POD files).</li>
</ol>
</div>
@@ -297,7 +299,7 @@
prototypes that take opaque structs by-value</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR374">[llvmgcc] Crash compiling variable
length array of structures</a></li>
-<li><a href="http://llvm.cs.uiuc.edu/PR377">[llvmgcc] miscompilation of staticly
+<li><a href="http://llvm.cs.uiuc.edu/PR377">[llvmgcc] miscompilation of staticly
initialized unsigned bitfields</a></li>
</ol>
</div>
@@ -745,7 +747,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/29 23:39:24 $
+ Last modified: $Date: 2004/07/02 16:23:17 $
</address>
</body>
More information about the llvm-commits
mailing list