[llvm-commits] [llvm] r42202 - /llvm/trunk/docs/ReleaseNotes.html

Devang Patel dpatel at apple.com
Fri Sep 21 11:02:24 PDT 2007


Author: dpatel
Date: Fri Sep 21 13:02:24 2007
New Revision: 42202

URL: http://llvm.org/viewvc/llvm-project?rev=42202&view=rev
Log:

Add missing entry.

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=42202&r1=42201&r2=42202&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Fri Sep 21 13:02:24 2007
@@ -71,7 +71,7 @@
 <div class="doc_text">
 
 <p>LLVM 2.1 brings two new beta C front-ends.  First, Duncan, Anton and Devang
-start syncing up llvm-gcc with GCC 4.2, yielding "llvm-gcc 4.2" (creative,
+has started syncing up llvm-gcc with GCC 4.2, yielding "llvm-gcc 4.2" (creative,
 huh?).  llvm-gcc 4.2 has the promise to bring much better FORTRAN and Ada
 support to LLVM as well as features like atomic builtins, OpenMP, and many other
 things.  Check it out!</p>
@@ -117,8 +117,6 @@
 
 <div class="doc_text">
 
-<p>foo</p>
-
 <ul>
 
 <li>Dale finished up the Tail Merging optimization in the code generator,
@@ -198,6 +196,8 @@
 <li>Duncan contributed support for trampolines (pointers to nested functions),
 currently only supported on x86 target.</li>
 
+<li> Lauro Ramos Venancio contributed support to encode alignment info in 
+load and store instructions.</li>
 </ul>
   
 </div>





More information about the llvm-commits mailing list