From f5ee170f9323a6cc6a2df155fea64b4002d3cc4b Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Sun, 14 Mar 2004 02:03:02 +0000
Subject: [PATCH] Document stuff that is known to be broken
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12366 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ReleaseNotes.html | 30 ++++++++++++++++++++++++++----
1 file changed, 26 insertions(+), 4 deletions(-)
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 74bfc0c67a0..19e6ca34ea9 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -18,6 +18,7 @@
Installation Instructions
Known Problems
-
-
+
+
+
+
+The following components of this LLVM release are either untested, known to be
+broken or unreliable, or are in early development. These components should not
+be relied on, and bugs should not be filed against them, but they may be useful
+to some people. In particular, if you would like to work on one of these
+components, please contact us on the llvmdev list.
+
+
+
+- The following passes are incomplete or buggy: -pgmdep, -memdep,
+ -ipmodref, -sortstructs, -swapstructs, -cee
+- The -pre pass is incomplete (there are cases it doesn't handle that
+ it should) and not thoroughly tested.
+- The llvm-ar tool is incomplete and probably buggy.
+- The llvm-db tool is in a very early stage of development.
+
+
+