[llvm-commits] [llvm] r127867 - /llvm/trunk/docs/ReleaseNotes.html

Rafael Espindola rafael.espindola at gmail.com
Thu Mar 17 21:07:44 PDT 2011


Author: rafael
Date: Thu Mar 17 23:07:44 2011
New Revision: 127867

URL: http://llvm.org/viewvc/llvm-project?rev=127867&view=rev
Log:
Some release notes.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=127867&r1=127866&r2=127867&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Thu Mar 17 23:07:44 2011
@@ -347,7 +347,9 @@
 release includes a few major enhancements and additions to the optimizers:</p>
 
 <ul>
-TBAA.
+  <li>TBAA.</li>
+  <li>LTO has been improved to use MC for parsing inline asm and now
+  can build large programs like Firefox 4 on both OS X and Linux.</li>
 </ul>
 
 <!--
@@ -372,7 +374,14 @@
 in.</p>
 
 <ul>
-ELF/COFF support?
+  <li>MC is now used by default for ELF systems on x86 and
+  x86-64.</li>
+  <li>MC supports and CodeGen uses the <tt>.loc</tt> directives for
+  producing line number debug info. This produces more compact line
+  tables.</li>
+  <li>MC supports the <tt>.cfi_*</tt> directives for producing DWARF
+  frame information, but it is still not used by CodeGen by default.</li>
+  <li>COFF support?</li>
 </ul>
 
 <p>For more information, please see the <a





More information about the llvm-commits mailing list