[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Thu Dec 2 10:21:59 PST 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.270 -> 1.271
---
Log message:
Add a note
---
Diffs of the changes: (+3 -1)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.270 llvm/docs/ReleaseNotes.html:1.271
--- llvm/docs/ReleaseNotes.html:1.270 Thu Dec 2 11:20:17 2004
+++ llvm/docs/ReleaseNotes.html Thu Dec 2 12:21:45 2004
@@ -149,6 +149,8 @@
<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>
@@ -731,7 +733,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/12/02 17:20:17 $
+ Last modified: $Date: 2004/12/02 18:21:45 $
</address>
</body>
More information about the llvm-commits
mailing list