summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-02-25 06:34:50 +0000
committerChris Lattner <sabre@nondot.org>2009-02-25 06:34:50 +0000
commit74c80df2b873bf388ed2e612f033fd95c32d15d8 (patch)
tree490c66acf78fce50f58bea3daf634dda02880eb2 /docs/ReleaseNotes.html
parentd9f66e6ca33b96805e768c611e42860e267c863f (diff)
downloadllvm-74c80df2b873bf388ed2e612f033fd95c32d15d8.tar.gz
llvm-74c80df2b873bf388ed2e612f033fd95c32d15d8.tar.bz2
llvm-74c80df2b873bf388ed2e612f033fd95c32d15d8.tar.xz
random notes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65436 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html27
1 files changed, 21 insertions, 6 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 394d38d489..e26c92079f 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -54,15 +54,16 @@ current one. To see the release notes for a specific release, please see the
<!-- Unfinished features in 2.5:
Machine LICM
Machine Sinking
- LegalizeDAGTypes
+ target-specific intrinsics
+ gold lto plugin
+ pre-alloc splitter
llc -enable-value-prop, propagation of value info (sign/zero ext info) from
one MBB to another
+ debug info for optimized code
-->
<!-- for announcement email:
- mention dev mtg
- Xcode 3.1 and 3.1.1.
- -->
+ -->
<!-- *********************************************************************** -->
<div class="doc_section">
@@ -103,7 +104,7 @@ on templates has recently started.</p>
<p>While Clang is not yet production quality, it is progressing very nicely and
is quite usable for building many C and Objective-C applications. If you are
interested in fast compiles and good diagnostics, we encourage you to try it out
-by <a href="http://clang.llvm.org/get_started.html">building from mainlnie</a>
+by <a href="http://clang.llvm.org/get_started.html">building from mainline</a>
and reporting any issues you hit to the <a
href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">Clang front-end mailing
list</a>.</p>
@@ -199,7 +200,21 @@ in this section.
<p>LLVM 2.5 includes several major new capabilities:</p>
<ul>
-<li><p>?</p></li>
+<li><p> Legalize Types</p></li>
+
+<!--
+Random stuff:
+
+.ll parser rewrite.
+GCC inliner off.
+cmake mature?
+x86 backend FS/GS segment address spaces?
+nocapture
+memdep is faster / more aggressive.
+how to write a backend doc
+fastisel + exception handling
+vector widening <3 x float> -> <4 x float>
+-->
</ul>