aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2008-06-05 12:51:50 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2008-06-05 12:51:50 +0000
commit1494bccef7d1b0314d07cc0e78f5aaff1fdd583d (patch)
treefaf251a18f09e59d1847ada12be87a7013d556f8 /docs
parent4ca93d004bee25646779f72644686b8d06652fa2 (diff)
downloadexternal_llvm-1494bccef7d1b0314d07cc0e78f5aaff1fdd583d.zip
external_llvm-1494bccef7d1b0314d07cc0e78f5aaff1fdd583d.tar.gz
external_llvm-1494bccef7d1b0314d07cc0e78f5aaff1fdd583d.tar.bz2
Move this to the proper section.
I misread Optimizer Improvements as Other Improvements for some reason. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51996 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index effbe4f..67cfc4c 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"
<ul>
+<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>
@@ -215,9 +218,6 @@ 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>