aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-04-20 18:18:46 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-04-20 18:18:46 +0000
commit21a710a52e702116007a85217c611da28eb2797c (patch)
treecc4f96e18e7af362609f8ddb83df12f8db4ea3b4 /docs/ReleaseNotes.html
parent759d34ffb718cf35e97682b5bd541beb82d9a192 (diff)
downloadexternal_llvm-21a710a52e702116007a85217c611da28eb2797c.zip
external_llvm-21a710a52e702116007a85217c611da28eb2797c.tar.gz
external_llvm-21a710a52e702116007a85217c611da28eb2797c.tar.bz2
Add some PRs which were fixed, but not previously mentioned in the rel. notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13077 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html15
1 files changed, 13 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 9079cf5..a909d5f 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -88,7 +88,8 @@ the C front-end.
<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 @@ In this release, the following build problems were fixed:
</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 @@ platforms. We welcome portability patches and error messages.</p>
</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>