diff options
| author | Gordon Henriksen <gordonhenriksen@mac.com> | 2008-06-05 12:48:32 +0000 |
|---|---|---|
| committer | Gordon Henriksen <gordonhenriksen@mac.com> | 2008-06-05 12:48:32 +0000 |
| commit | 03d9625286f8ea387c808cd4cd2f72d01bd6f9d5 (patch) | |
| tree | 4c302535e948b2b85071599d0db7a84ad1d7b511 | |
| parent | 158143ad54821178b5202c82c41f6926ba0ef24e (diff) | |
| download | llvm-03d9625286f8ea387c808cd4cd2f72d01bd6f9d5.zip llvm-03d9625286f8ea387c808cd4cd2f72d01bd6f9d5.tar.gz llvm-03d9625286f8ea387c808cd4cd2f72d01bd6f9d5.tar.bz2 | |
Adding release notes for bindings improvements.
llvm-svn: 51995
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 920607ad..effbe4f 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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> |
