mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
A few more random Clang release notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115520 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9f45913a4a
commit
4a517fc87c
@ -127,9 +127,18 @@ production-quality compiler for C, Objective-C, C++ and Objective-C++ on x86
|
||||
<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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user