[llvm-commits] [llvm] r52090 - /llvm/trunk/docs/ReleaseNotes.html
Anton Korobeynikov
asl at math.spbu.ru
Sun Jun 8 03:23:57 PDT 2008
Author: asl
Date: Sun Jun 8 05:23:46 2008
New Revision: 52090
URL: http://llvm.org/viewvc/llvm-project?rev=52090&view=rev
Log:
This was fixed
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=52090&r1=52089&r2=52090&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Sun Jun 8 05:23:46 2008
@@ -1,3 +1,4 @@
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
@@ -186,7 +187,7 @@
Common linkage?
Atomic operation support, Alpha, X86, X86-64, PowerPC. "__sync_synchronize",
-"__sync_val_compare_and_swap", etc"
+"__sync_val_compare_and_swap", etc
<ul>
<li>The C and Ocaml bindings have received additional improvements. The
@@ -648,21 +649,6 @@
</ul>
</div>
-<!-- ======================================================================= -->
-<div class="doc_subsection">
- <a name="fortran-fe">Known problems with the llvm-gcc Fortran front-end</a>
-</div>
-
-<div class="doc_text">
-
-<ul>
-<li>The llvm-gcc 4.2 gfortran front-end supports a broad range of Fortran code, but does
-<a href="http://llvm.org/PR1971">not support <tt>EQUIVALENCE</tt> yet</a>.</li>
-</ul>
-</div>
-
-
-
<!-- *********************************************************************** -->
<div class="doc_section">
<a name="additionalinfo">Additional Information</a>
More information about the llvm-commits
mailing list