[llvm-commits] [llvm] r51995 - /llvm/trunk/docs/ReleaseNotes.html
Gordon Henriksen
gordonhenriksen at mac.com
Thu Jun 5 05:48:47 PDT 2008
Author: gordon
Date: Thu Jun 5 07:48:32 2008
New Revision: 51995
URL: http://llvm.org/viewvc/llvm-project?rev=51995&view=rev
Log:
Adding release notes for bindings improvements.
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=51995&r1=51994&r2=51995&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Thu Jun 5 07:48:32 2008
@@ -215,6 +215,9 @@
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