aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-12-02 18:21:45 +0000
committerChris Lattner <sabre@nondot.org>2004-12-02 18:21:45 +0000
commit06a60f5ef1495d038edbe92b243f59e0d7e14cd6 (patch)
tree82f70435ab4c7837e0c810e1253036a4cbe3af0d
parent45de191b0bb337142a3f2a09f5f7410844e46a81 (diff)
Add a note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18434 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index b81b7af514..7572b8fd64 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -149,6 +149,8 @@ benchmarks, and <b>many</b> other C and C++ programs.</p>
<li>llvmgcc and llvmg++ now emit source-level line number information, making
it possible to map from LLVM code back to source. This is currently used
by llvm-db.</li>
+ <li>Floating point intensive programs on X86 systems run much faster
+ with the LLC code generator and JIT than in 1.3.</li>
</ol>
</div>