aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-04-19 03:01:01 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-04-19 03:01:01 +0000
commitcb0033638463ea97ab8df5e2510965c2d40509a6 (patch)
tree323f10448cbaf954d570a105c9bf7a4eedd8f9e9 /docs
parenta7aadf1642c18e16b156aae7b4f7e152f1514931 (diff)
downloadexternal_llvm-cb0033638463ea97ab8df5e2510965c2d40509a6.zip
external_llvm-cb0033638463ea97ab8df5e2510965c2d40509a6.tar.gz
external_llvm-cb0033638463ea97ab8df5e2510965c2d40509a6.tar.bz2
Add notes about PRs 38 and 290 being fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13056 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index ab1b673..9079cf5 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -102,6 +102,10 @@ In this release, the following missing features were implemented:
<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/PR38">[bugpoint] External functions used in
+non-instruction entities, such as global constant initializer</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR290">Bugpoint doesn't support
+uses of external fns by immediate constant exprs</a></li>
</ol>