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

Misha Brukman brukman at cs.uiuc.edu
Sun Apr 18 21:57:01 PDT 2004


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.163 -> 1.164

---
Log message:

Wrap (some) lines to 80 cols.


---
Diffs of the changes:  (+30 -20)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.163 llvm/docs/ReleaseNotes.html:1.164
--- llvm/docs/ReleaseNotes.html:1.163	Tue Apr 13 09:43:35 2004
+++ llvm/docs/ReleaseNotes.html	Sun Apr 18 21:56:49 2004
@@ -89,7 +89,8 @@
 <ol>
 <li>The LLVM <a href="LangRef.html#i_select"><tt>select</tt></a> instruction is
 now fully implemented and supported by all targets.</li>
-<li>Bugpoint can now narrow down code-generation bugs to a loop nest, where before it could only narrow them down to a function being miscompiled.</li>
+<li>Bugpoint can now narrow down code-generation bugs to a loop nest, where
+before it could only narrow them down to a function being miscompiled.</li>
 </ol>
 
 
@@ -99,17 +100,20 @@
 </div>
 
 <ol>
-<li><a href="http://llvm.cs.uiuc.edu/PR82">LLVM cannot handle structures with more than 256 elements</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR82">LLVM cannot handle structures with
+more than 256 elements</a></li>
 </ol>
 
 
 <!--=========================================================================-->
 <div class="doc_subsubsection">
-<a name="qualityofimp">In this release, the following Quality of Implementation issues were fixed:</a>
+<a name="qualityofimp">In this release, the following Quality of Implementation
+issues were fixed:</a>
 </div>
 
 <ol>
-<li><a href="http://llvm.cs.uiuc.edu/PR305">LLVM tools will happily spew bytecode onto your terminal</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR305">LLVM tools will happily spew
+bytecode onto your terminal</a></li>
 </ol>
 
 <!--=========================================================================-->
@@ -123,7 +127,8 @@
 
 <!--=========================================================================-->
 <div class="doc_subsubsection">
-<a name="codequality">In this release, the following Code Quality issues were fixed:</a>
+<a name="codequality">In this release, the following Code Quality issues were
+fixed:</a>
 </div>
 
 <ol>
@@ -158,15 +163,19 @@
 
 <!--=========================================================================-->
 <div class="doc_subsubsection">
-<a name="bugfix">In this release, the following bugs in the previous release were fixed:</a>
+<a name="bugfix">In this release, the following bugs in the previous release
+were fixed:</a>
 </div>
 
 <p>Bugs in the LLVM Core:</p>
 
 <ol>
-<li><a href="http://llvm.cs.uiuc.edu/PR306">[loopsimplify] Loop simplify incorrectly updates dominator information</a></li>
-<li><a href="http://llvm.cs.uiuc.edu/PR310">[tailduplicate] DemoteRegToStack breaks SSA form</a></li>
-<li><a href="http://llvm.cs.uiuc.edu/PR313">[X86] JIT miscompiles unsigned short to floating point cast</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR306">[loopsimplify] Loop simplify
+incorrectly updates dominator information</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR310">[tailduplicate] DemoteRegToStack
+breaks SSA form</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR313">[X86] JIT miscompiles unsigned short
+to floating point cast</a></li>
 </ol>
 
 
@@ -188,14 +197,13 @@
 <div class="doc_text">
 
 <p>LLVM has been extensively tested on Intel and AMD machines running Red
-Hat Linux and FreeBSD.  It has also been tested on Sun UltraSPARC workstations running Solaris 8.
-Additionally, 
-LLVM works on Mac OS X 10.3 and above, but only with the C backend or 
-interpreter (no native backend for the PowerPC is available yet).
-The core LLVM infrastructure uses "autoconf" for portability, so hopefully we
-work on more platforms than that.  However, it is likely that we
-missed something and that minor porting is required to get LLVM to work on 
-new platforms.  We welcome portability patches and error messages.</p>
+Hat Linux and FreeBSD.  It has also been tested on Sun UltraSPARC workstations
+running Solaris 8.  Additionally, LLVM works on Mac OS X 10.3 and above, but
+only with the C backend or interpreter (no native backend for the PowerPC is
+available yet).  The core LLVM infrastructure uses "autoconf" for portability,
+so hopefully we work on more platforms than that.  However, it is likely that we
+missed something and that minor porting is required to get LLVM to work on new
+platforms.  We welcome portability patches and error messages.</p>
 
 </div>
 
@@ -263,7 +271,8 @@
 <li>Linking in static archive files (.a files) is very slow (there is no symbol
 table in the archive).</li>
 
-<li>The gccld program <a href="http://llvm.cs.uiuc.edu/PR139">does not link objects/archives in the order specified on the command line.</a></li>
+<li>The gccld program <a href="http://llvm.cs.uiuc.edu/PR139">does not link
+objects/archives in the order specified on the command line.</a></li>
 
 <li><a href="http://llvm.cs.uiuc.edu/PR240">The lower-invoke pass does not mark
 values live across a setjmp as volatile</a>.  This missing feature only affects
@@ -297,7 +306,8 @@
 union member</a>.
 </li>
 
-<li><a href="http://llvm.cs.uiuc.edu/PR244">[llvm-gcc] Error when an implicitly external function is re-declared as static</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR244">[llvm-gcc] Error when an implicitly
+external function is re-declared as static</a></li>
 
 </ul>
 </div>
@@ -586,7 +596,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/04/13 14:43:35 $
+  Last modified: $Date: 2004/04/19 02:56:49 $
 </address>
 
 </body>





More information about the llvm-commits mailing list