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

Gordon Henriksen gordonhenriksen at mac.com
Thu Jun 5 05:52:03 PDT 2008


Author: gordon
Date: Thu Jun  5 07:51:50 2008
New Revision: 51996

URL: http://llvm.org/viewvc/llvm-project?rev=51996&view=rev
Log:
Move this to the proper section.

I misread Optimizer Improvements as Other Improvements for some reason.

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=51996&r1=51995&r2=51996&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Thu Jun  5 07:51:50 2008
@@ -175,6 +175,9 @@
 Atomic operation support, Alpha, X86, X86-64, PowerPC. "__sync_synchronize"
 
 <ul>
+<li>The C and Ocaml bindings have received additional improvements. The
+bindings now cover pass managers, several transformation passes, iteration
+over the LLVM IR, target data, and parameter attribute lists.</li>
 </ul>
   
 </div>
@@ -215,9 +218,6 @@
 memcpy calls, unneeded copies of aggregates, and handles the return slot
 optimization.  The LLVM optimizer now notices long sequences of consequtive
 stores and merges them into memcpy's where profitable.</li>
-<li>The C and Ocaml bindings have received additional improvements. The
-bindings now cover pass managers, several transformation passes, iteration
-over the LLVM IR, target data, and parameter attribute lists.</li>
 </ul>
 
 </div>





More information about the llvm-commits mailing list