From 4ca93d004bee25646779f72644686b8d06652fa2 Mon Sep 17 00:00:00 2001 From: Gordon Henriksen Date: Thu, 5 Jun 2008 12:48:32 +0000 Subject: [PATCH] Adding release notes for bindings improvements. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51995 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 920607ad572..effbe4f9ee5 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -215,6 +215,9 @@ LLVM 2.3 optimizers support a few major enhancements:

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. +
  • 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.