[llvm-commits] [llvm] r115520 - /llvm/trunk/docs/ReleaseNotes.html
Daniel Dunbar
daniel at zuster.org
Mon Oct 4 10:06:49 PDT 2010
Author: ddunbar
Date: Mon Oct 4 12:06:49 2010
New Revision: 115520
URL: http://llvm.org/viewvc/llvm-project?rev=115520&view=rev
Log:
A few more random Clang 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=115520&r1=115519&r2=115520&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon Oct 4 12:06:49 2010
@@ -127,9 +127,18 @@
<li>Introduced the "libclang" library, a C interface to Clang intended to support IDE clients.</li>
<li>Added support for <code>#pragma GCC visibility</code>, <code>#pragma align</code>, and others.</li>
<li>Added support for SSE, ARM NEON, and Altivec.</li>
+ <li>Improved support for many Microsoft extensions.</li>
<li>Implemented support for blocks in C++.</li>
<li>Implemented precompiled headers for C++.</li>
<li>Improved abstract syntax trees to retain more accurate source information.</li>
+ <li>Added driver support for handling LLVM IR and bitcode files directly.</li>
+ <li>Major improvements to compiler correctness for exception handling.</li>
+ <li>Improved generated code quality in some areas:
+ <ul>
+ <li>Good code generation for X86-32 and X86-64 ABI handling.</li>
+ <li>Improved code generation for bit-fields, although important work remains.</li>
+ </ul>
+ </li>
</ul>
</div>
More information about the llvm-commits
mailing list