aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2007-09-21 18:02:24 +0000
committerDevang Patel <dpatel@apple.com>2007-09-21 18:02:24 +0000
commitf7a4e2a8285080f0285465e40828b83c78f8f154 (patch)
treea42742906518d7503d960c25c6a25d7b01eac889 /docs
parent68471d52898288697eee97d9d07ae0c1394756f5 (diff)
downloadexternal_llvm-f7a4e2a8285080f0285465e40828b83c78f8f154.zip
external_llvm-f7a4e2a8285080f0285465e40828b83c78f8f154.tar.gz
external_llvm-f7a4e2a8285080f0285465e40828b83c78f8f154.tar.bz2
Add missing entry.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42202 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 4c9f30f..dce3165 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -71,7 +71,7 @@ It includes many features and refinements from LLVM 2.0.</p>
<div class="doc_text">
<p>LLVM 2.1 brings two new beta C front-ends. First, Duncan, Anton and Devang
-start syncing up llvm-gcc with GCC 4.2, yielding "llvm-gcc 4.2" (creative,
+has started syncing up llvm-gcc with GCC 4.2, yielding "llvm-gcc 4.2" (creative,
huh?). llvm-gcc 4.2 has the promise to bring much better FORTRAN and Ada
support to LLVM as well as features like atomic builtins, OpenMP, and many other
things. Check it out!</p>
@@ -117,8 +117,6 @@ cases.</li>
<div class="doc_text">
-<p>foo</p>
-
<ul>
<li>Dale finished up the Tail Merging optimization in the code generator,
@@ -198,6 +196,8 @@ LLVM IR, e.g. "<tt>int X __attribute__((annotate("myproperty")));</tt>".</li>
<li>Duncan contributed support for trampolines (pointers to nested functions),
currently only supported on x86 target.</li>
+<li> Lauro Ramos Venancio contributed support to encode alignment info in
+load and store instructions.</li>
</ul>
</div>