From a248df8fa05009fe2dc37d066ba735b8d7ee530a Mon Sep 17 00:00:00 2001 From: Gordon Henriksen Date: Thu, 5 Jun 2008 12:51:50 +0000 Subject: [PATCH] Move this to the proper section. I misread Optimizer Improvements as Other Improvements for some reason. llvm-svn: 51996 --- docs/ReleaseNotes.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index effbe4f9ee5..67cfc4c3373 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -175,6 +175,9 @@ Common linkage? Atomic operation support, Alpha, X86, X86-64, PowerPC. "__sync_synchronize" @@ -215,9 +218,6 @@ 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.