Add missing entry.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42202 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel
2007-09-21 18:02:24 +00:00
parent 68471d5289
commit f7a4e2a828

View File

@@ -71,7 +71,7 @@ It includes many features and refinements from LLVM 2.0.</p>
<div class="doc_text"> <div class="doc_text">
<p>LLVM 2.1 brings two new beta C front-ends. First, Duncan, Anton and Devang <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 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 support to LLVM as well as features like atomic builtins, OpenMP, and many other
things. Check it out!</p> things. Check it out!</p>
@@ -117,8 +117,6 @@ cases.</li>
<div class="doc_text"> <div class="doc_text">
<p>foo</p>
<ul> <ul>
<li>Dale finished up the Tail Merging optimization in the code generator, <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), <li>Duncan contributed support for trampolines (pointers to nested functions),
currently only supported on x86 target.</li> currently only supported on x86 target.</li>
<li> Lauro Ramos Venancio contributed support to encode alignment info in
load and store instructions.</li>
</ul> </ul>
</div> </div>