From 4a517fc87c5fbf7b2a6376e271dad8c7e5808c5a Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Mon, 4 Oct 2010 17:06:49 +0000 Subject: [PATCH] A few more random Clang release notes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115520 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 19d1902090a..5becade6aa4 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -127,9 +127,18 @@ production-quality compiler for C, Objective-C, C++ and Objective-C++ on x86
  • Introduced the "libclang" library, a C interface to Clang intended to support IDE clients.
  • Added support for #pragma GCC visibility, #pragma align, and others.
  • Added support for SSE, ARM NEON, and Altivec.
  • +
  • Improved support for many Microsoft extensions.
  • Implemented support for blocks in C++.
  • Implemented precompiled headers for C++.
  • Improved abstract syntax trees to retain more accurate source information.
  • +
  • Added driver support for handling LLVM IR and bitcode files directly.
  • +
  • Major improvements to compiler correctness for exception handling.
  • +
  • Improved generated code quality in some areas: + +
  • -- 2.34.1