[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Brian Gaeke
gaeke at cs.uiuc.edu
Tue Apr 20 13:19:00 PDT 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.165 -> 1.166
---
Log message:
Add some PRs which were fixed, but not previously mentioned in the rel. notes.
---
Diffs of the changes: (+14 -3)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.165 llvm/docs/ReleaseNotes.html:1.166
--- llvm/docs/ReleaseNotes.html:1.165 Sun Apr 18 22:01:01 2004
+++ llvm/docs/ReleaseNotes.html Tue Apr 20 13:18:46 2004
@@ -88,7 +88,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>
+now fully implemented and supported by all targets, including
+<a href="http://llvm.cs.uiuc.edu/PR322">interpreter support.</a></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>
@@ -126,7 +127,7 @@
</div>
<ol>
-<li></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR301">Minor configure bugs with -disable/enable-povray and -disable-spec</a></li>
</ol>
<!--=========================================================================-->
@@ -211,6 +212,16 @@
</div>
+<!--=========================================================================-->
+<div class="doc_subsection">
+In this release, the following portability problems were fixed:
+</div>
+
+<ol>
+<li><a href="http://llvm.cs.uiuc.edu/PR304">warnings compiling Stacker compiler on Mac OS X</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR308">getObjectType doesn't understand abbreviated names in headers</a></li>
+</ol>
+
<!-- *********************************************************************** -->
<div class="doc_section">
<a name="knownproblems">Known Problems</a>
@@ -600,7 +611,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/19 03:01:01 $
+ Last modified: $Date: 2004/04/20 18:18:46 $
</address>
</body>
More information about the llvm-commits
mailing list