mention some major changes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26480 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 86859f1..dc2af9c 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -76,10 +76,26 @@
<div class="doc_text">
<ul>
+<li>New C front-end.</li>
<li>New SPARC backend.</li>
+<li>Inline assembly support.</li>
</ul>
</div>
+<!--=========================================================================-->
+<div class="doc_subsection">
+<a name="changes">Significant changes in LLVM 1.7cvs</a>
+</div>
+
+<div class="doc_text">
+<ul>
+<li>Removed the llvm.readport/llvm.writeport/llvm.readio/llvm.writeio
+ intrinsics.</li>
+<li>Separated the other intrinsics based on type.</li>
+</ul>
+</div>
+
+
<!-- *********************************************************************** -->
<div class="doc_section">
<a name="portability">Portability and Supported Platforms</a>
@@ -184,6 +200,10 @@
<div class="doc_subsubsection">Bugs</div>
<div class="doc_text">
+
+These bugs are known for the old front-end. The new GCC-4-based C front-end
+suffers from none of these.
+
<ul>
<li>C99 Variable sized arrays do not release stack memory when they go out of
scope. Thus, the following program may run out of stack space:
@@ -209,8 +229,6 @@
<ul>
-<li>Inline assembly is not yet supported.</li>
-
<li>"long double" is transformed by the front-end into "double". There is no
support for floating point data types of any size other than 32 and 64
bits.</li>
@@ -436,8 +454,7 @@
<div class="doc_text">
<ul>
-<li><a href="http://llvm.org/PR566">Memory Mapped I/O Intrinsics do not fence
-memory</a></li>
+<li>None yet</li>
</ul>
</div>
@@ -517,13 +534,13 @@
<!-- ======================================================================= -->
<div class="doc_subsection">
- <a name="sparcv8">Known problems with the SPARC back-end</a>
+ <a name="sparc">Known problems with the SPARC back-end</a>
</div>
<div class="doc_text">
<ul>
-<li>This backend lacks a JIT compiler.</li>
+<li>None yet.</li>
</ul>
</div>