summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2008-06-05 12:48:32 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2008-06-05 12:48:32 +0000
commit4ca93d004bee25646779f72644686b8d06652fa2 (patch)
treea645f0929bda4c9f994f8f052512bf7bb4c0df53 /docs
parent47c6fd73172b07211ffaaad7189847ccd2416a73 (diff)
downloadllvm-4ca93d004bee25646779f72644686b8d06652fa2.tar.gz
llvm-4ca93d004bee25646779f72644686b8d06652fa2.tar.bz2
llvm-4ca93d004bee25646779f72644686b8d06652fa2.tar.xz
Adding release notes for bindings improvements.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51995 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 920607ad57..effbe4f9ee 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -215,6 +215,9 @@ LLVM 2.3 optimizers support a few major enhancements:</p>
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>