diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2008-06-08 10:23:46 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2008-06-08 10:23:46 +0000 |
commit | 0d1769155f43e7505bbe41916df2c0ca8548b03d (patch) | |
tree | c4a0840a9da7230a8ff80de533fbc38e38581628 /docs/ReleaseNotes.html | |
parent | 0b83220aecf2873c31172c1b92e9cdbf06949f35 (diff) | |
download | external_llvm-0d1769155f43e7505bbe41916df2c0ca8548b03d.zip external_llvm-0d1769155f43e7505bbe41916df2c0ca8548b03d.tar.gz external_llvm-0d1769155f43e7505bbe41916df2c0ca8548b03d.tar.bz2 |
This was fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52090 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 9d66b6d..e72f61f 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -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 @@ this project, please see its <a href="http://clang.llvm.org/">web site</a>.</p> 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 @@ integers.</li> </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> |