diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html index 2a86a9c5067..ce290d3592a 100644 --- a/docs/ReleaseNotes-2.6.html +++ b/docs/ReleaseNotes-2.6.html @@ -759,17 +759,44 @@ releases of LLVM.

+

This release includes a number of new APIs that are used internally, which + may also be useful for external clients. +

+ @@ -794,17 +821,21 @@ correct use counts, and has support for edge profiling with reduced runtime overhead. Combined, the generated profile information is both more correct and imposes about half as much overhead (2.6. from 12% to 6% overhead on SPEC CPU2000). -
  • Many extensions to the C APIs.
  • +
  • The C bindings (in the llvm/include/llvm-c directory) include many newly + supported APIs.
  • LLVM 2.6 includes a brand new experimental LLVM bindings to the Ada2005 -programming language.
  • + programming language. -
  • LLVMC: - -* Dynamic plugins now work on Windows. -* New option property: init. Makes possible to provide default values for - options defined in plugins (interface to cl::init). -* New example: Skeleton, shows how to create a standalone LLVMC-based driver. -* New example: mcc16, a driver for the PIC16 toolchain.
  • +
  • The LLVMC driver has several new features: + +