diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 2f83b9447d1d..efda3a491451 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -5,11 +5,11 @@ - LLVM 2.8 Release Notes + LLVM 2.9 Release Notes -
LLVM 2.8 Release Notes
+
LLVM 2.9 Release Notes
LLVM Dragon Logo @@ -17,8 +17,8 @@
  1. Introduction
  2. Sub-project Status Update
  3. -
  4. External Projects Using LLVM 2.8
  5. -
  6. What's New in LLVM 2.8?
  7. +
  8. External Projects Using LLVM 2.9
  9. +
  10. What's New in LLVM 2.9?
  11. Installation Instructions
  12. Known Problems
  13. Additional Information
  14. @@ -28,13 +28,11 @@

    Written by the LLVM Team

    -
    @@ -45,7 +43,7 @@ Release Notes.

    This document contains the release notes for the LLVM Compiler -Infrastructure, release 2.8. Here we describe the status of LLVM, including +Infrastructure, release 2.9. Here we describe the status of LLVM, including major improvements from the previous release and significant known problems. All LLVM releases may be downloaded from the LLVM releases web site.

    @@ -62,17 +60,16 @@ current one. To see the release notes for a specific release, please see the releases page.

    - + + - - - -
    Sub-project Status Update @@ -91,7 +85,7 @@ Almost dead code.

    -The LLVM 2.8 distribution currently consists of code from the core LLVM +The LLVM 2.9 distribution currently consists of code from the core LLVM repository (which roughly includes the LLVM optimizers, code generators and supporting tools), the Clang repository and the llvm-gcc repository. In addition to this code, the LLVM Project includes other sub-projects that are in @@ -117,29 +111,10 @@ integrating with other development tools. Clang is considered a production-quality compiler for C, Objective-C, C++ and Objective-C++ on x86 (32- and 64-bit), and for darwin-arm targets.

    -

    In the LLVM 2.8 time-frame, the Clang team has made many improvements:

    +

    In the LLVM 2.9 time-frame, the Clang team has made many improvements:

    -
      -
    • Clang C++ is now feature-complete with respect to the ISO C++ 1998 and 2003 standards.
    • -
    • Added support for Objective-C++.
    • -
    • Clang now uses LLVM-MC to directly generate object code and to parse inline assembly (on Darwin).
    • -
    • Introduced many new warnings, including -Wmissing-field-initializers, -Wshadow, -Wno-protocol, -Wtautological-compare, -Wstrict-selector-match, -Wcast-align, -Wunused improvements, and greatly improved format-string checking.
    • -
    • 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, AVX, 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: -
        -
      • Good code generation for X86-32 and X86-64 ABI handling.
      • -
      • Improved code generation for bit-fields, although important work remains.
      • -
      -
    • -
    +
      +
    @@ -156,8 +131,7 @@ production-quality compiler for C, Objective-C, C++ and Objective-C++ on x86 future!). The tool is very good at finding bugs that occur on specific paths through code, such as on error conditions.

    -

    The LLVM 2.8 release fixes a number of bugs and slightly improves precision - over 2.7, but there are no major new features in the release. +

    The LLVM 2.9 release...

    @@ -168,6 +142,8 @@ production-quality compiler for C, Objective-C, C++ and Objective-C++ on x86
    +NOTE: This should be written to be self-contained without referencing llvm-gcc. +

    DragonEgg is a port of llvm-gcc to gcc-4.5. Unlike llvm-gcc, dragonegg in theory does not require any gcc-4.5 @@ -186,32 +162,24 @@ linux and darwin (darwin may need additional gcc patches).

    -The 2.8 release has the following notable changes: +The 2.9 release has the following notable changes:

    -VMKit: JVM/CLI Virtual Machine Implementation +VMKit: JVM Virtual Machine Implementation

    The VMKit project is an implementation of a Java Virtual Machine (Java VM or JVM) that uses LLVM for static and -just-in-time compilation. As of LLVM 2.8, VMKit now supports copying garbage -collectors, and can be configured to use MMTk's copy mark-sweep garbage -collector. In LLVM 2.8, the VMKit .NET VM is no longer being maintained. +just-in-time compilation. + +UPDATE.

    @@ -233,10 +201,11 @@ libgcc routines).

    All of the code in the compiler-rt project is available under the standard LLVM -License, a "BSD-style" license. New in LLVM 2.8, compiler_rt now supports -soft floating point (for targets that don't have a real floating point unit), -and includes an extensive testsuite for the "blocks" language feature and the -blocks runtime included in compiler_rt.

    +License, a "BSD-style" license. + +NEW: MIT License as well. + +New in LLVM 2.9, UPDATE

    @@ -254,10 +223,13 @@ libraries in the larger LLVM Project, such as the Clang expression parser, the LLVM disassembler and the LLVM JIT.

    -LLDB is in early development and not included as part of the LLVM 2.8 release, +LLDB is in early development and not included as part of the LLVM 2.9 release, +UPDATE! + +

    @@ -275,9 +247,11 @@ ground up to specifically target the forthcoming C++'0X standard and focus on delivering great performance.

    -As of the LLVM 2.8 release, libc++ is virtually feature complete, but would +As of the LLVM 2.9 release, UPDATE! + +

    @@ -298,31 +272,14 @@ states. This allows it to construct testcases that lead to faults and can even be used to verify some algorithms.

    -

    Although KLEE does not have any major new features as of 2.8, we have made -various minor improvements, particular to ease development:

    - +

    UPDATE!

    - External Open Source Projects Using LLVM 2.8 + External Open Source Projects Using LLVM 2.9
    @@ -330,264 +287,15 @@ various minor improvements, particular to ease development:

    An exciting aspect of LLVM is that it is used as an enabling technology for a lot of other language and tools projects. This section lists some of the - projects that have already been updated to work with LLVM 2.8.

    + projects that have already been updated to work with LLVM 2.9.

    - -
    -TTA-based Codesign Environment (TCE) -
    - -
    -

    -TCE is a toolset for designing -application-specific processors (ASP) based on the Transport triggered -architecture (TTA). The toolset provides a complete co-design flow from C/C++ -programs down to synthesizable VHDL and parallel program binaries. Processor -customization points include the register files, function units, supported -operations, and the interconnection network.

    - -

    TCE uses llvm-gcc/Clang and LLVM for C/C++ language support, target -independent optimizations and also for parts of code generation. It generates -new LLVM-based code generators "on the fly" for the designed TTA processors and -loads them in to the compiler backend as runtime libraries to avoid per-target -recompilation of larger parts of the compiler chain.

    - -
    - - -
    -Horizon Bytecode Compiler -
    - -
    -

    -Horizon is a bytecode -language and compiler written on top of LLVM, intended for producing -single-address-space managed code operating systems that -run faster than the equivalent multiple-address-space C systems. -More in-depth blurb is available on the wiki.

    - -
    - - -
    -Clam AntiVirus -
    - -
    -

    -Clam AntiVirus is an open source (GPL) -anti-virus toolkit for UNIX, designed especially for e-mail scanning on mail -gateways. Since version 0.96 it has bytecode -signatures that allow writing detections for complex malware. It -uses LLVM's JIT to speed up the execution of bytecode on -X86, X86-64, PPC32/64, falling back to its own interpreter otherwise. -The git version was updated to work with LLVM 2.8. -

    - -

    The -ClamAV bytecode compiler uses Clang and LLVM to compile a C-like -language, insert runtime checks, and generate ClamAV bytecode.

    - -
    - - -
    -Pure -
    - -
    -

    -Pure -is an algebraic/functional -programming language based on term rewriting. Programs are collections -of equations which are used to evaluate expressions in a symbolic -fashion. Pure offers dynamic typing, eager and lazy evaluation, lexical -closures, a hygienic macro system (also based on term rewriting), -built-in list and matrix support (including list and matrix -comprehensions) and an easy-to-use C interface. The interpreter uses -LLVM as a backend to JIT-compile Pure programs to fast native code.

    - -

    Pure versions 0.44 and later have been tested and are known to work with -LLVM 2.8 (and continue to work with older LLVM releases >= 2.5).

    - -
    - - -
    -Glasgow Haskell Compiler (GHC) -
    - -
    -

    -GHC is an open source, -state-of-the-art programming suite for -Haskell, a standard lazy functional programming language. It includes -an optimizing static compiler generating good code for a variety of -platforms, together with an interactive system for convenient, quick -development.

    - -

    In addition to the existing C and native code generators, GHC 7.0 now -supports an LLVM -code generator. GHC supports LLVM 2.7 and later.

    - -
    - - -
    -Clay Programming Language -
    - -
    -

    -Clay is a new systems programming -language that is specifically designed for generic programming. It makes -generic programming very concise thanks to whole program type propagation. It -uses LLVM as its backend.

    - -
    - - -
    -llvm-py Python Bindings for LLVM -
    - -
    -

    -llvm-py has been updated to work -with LLVM 2.8. llvm-py provides Python bindings for LLVM, allowing you to write a -compiler backend or a VM in Python.

    - -
    - - - -
    -FAUST Real-Time Audio Signal Processing Language -
    - -
    -

    -FAUST is a compiled language for real-time -audio signal processing. The name FAUST stands for Functional AUdio STream. Its -programming model combines two approaches: functional programming and block -diagram composition. In addition with the C, C++, JAVA output formats, the -Faust compiler can now generate LLVM bitcode, and works with LLVM 2.7 and -2.8.

    - -
    - - -
    -Jade Just-in-time Adaptive Decoder Engine -
    - -
    -

    Jade -(Just-in-time Adaptive Decoder Engine) is a generic video decoder engine using -LLVM for just-in-time compilation of video decoder configurations. Those -configurations are designed by MPEG Reconfigurable Video Coding (RVC) committee. -MPEG RVC standard is built on a stream-based dataflow representation of -decoders. It is composed of a standard library of coding tools written in -RVC-CAL language and a dataflow configuration — block diagram — -of a decoder.

    - -

    Jade project is hosted as part of the Open -RVC-CAL Compiler and requires it to translate the RVC-CAL standard library -of video coding tools into an LLVM assembly code.

    - -
    - - -
    -LLVM JIT for Neko VM -
    - -
    -

    Neko LLVM JIT -replaces the standard Neko JIT with an LLVM-based implementation. While not -fully complete, it is already providing a 1.5x speedup on 64-bit systems. -Neko LLVM JIT requires LLVM 2.8 or later.

    - -
    - - -
    -Crack Scripting Language -
    - -
    -

    -Crack aims to provide -the ease of development of a scripting language with the performance of a -compiled language. The language derives concepts from C++, Java and Python, -incorporating object-oriented programming, operator overloading and strong -typing. Crack 0.2 works with LLVM 2.7, and the forthcoming Crack 0.2.1 release -builds on LLVM 2.8.

    - -
    - - -
    -Dresden TM Compiler (DTMC) -
    - -
    -

    -DTMC provides support for -Transactional Memory, which is an easy-to-use and efficient way to synchronize -accesses to shared memory. Transactions can contain normal C/C++ code (e.g., -__transaction { list.remove(x); x.refCount--; }) and will be executed -virtually atomically and isolated from other transactions.

    - -
    - - -
    -Kai Programming Language -
    - -
    -

    -Kai (Japanese 会 for -meeting/gathering) is an experimental interpreter that provides a highly -extensible runtime environment and explicit control over the compilation -process. Programs are defined using nested symbolic expressions, which are all -parsed into first-class values with minimal intrinsic semantics. Kai can -generate optimised code at run-time (using LLVM) in order to exploit the nature -of the underlying hardware and to integrate with external software libraries. -It is a unique exploration into world of dynamic code compilation, and the -interaction between high level and low level semantics.

    - -
    - - -
    -OSL: Open Shading Language -
    - -
    -

    -OSL is a shading -language designed for use in physically based renderers and in particular -production rendering. By using LLVM instead of the interpreter, it was able to -meet its performance goals (>= C-code) while retaining the benefits of -runtime specialization and a portable high-level language. -

    - -
    - What's New in LLVM 2.8? + What's New in LLVM 2.9?
    @@ -607,19 +315,9 @@ in this section.
    -

    LLVM 2.8 includes several major new capabilities:

    +

    LLVM 2.9 includes several major new capabilities:

    @@ -634,19 +332,6 @@ in this section. expose new optimization opportunities:

    @@ -662,30 +347,7 @@ expose new optimization opportunities:

    release includes a few major enhancements and additions to the optimizers:

    - -
  15. The -fast-isel instruction selection path (used at -O0 on X86) was rewritten - to work bottom-up on basic blocks instead of top down. This makes it - slightly faster (because the MachineDCE pass is not needed any longer) and - allows it to generate better code in some cases.
  16. - +FastISel for ARM. @@ -816,42 +410,6 @@ it run faster:

    @@ -866,72 +424,6 @@ it run faster:

    @@ -944,29 +436,10 @@ it run faster:

    If you're already an LLVM user or developer with out-of-tree changes based -on LLVM 2.7, this section lists some "gotchas" that you may run into upgrading +on LLVM 2.8, this section lists some "gotchas" that you may run into upgrading from the previous release.

    @@ -974,72 +447,6 @@ from the previous release.

    In addition, many APIs have changed in this release. Some of the major LLVM API changes are:

    @@ -1057,30 +464,6 @@ mainline, but may also impact users who leverage the LLVM build infrastructure or are interested in LLVM qualification.

    @@ -1114,10 +497,11 @@ components, please contact us on the LLVMdev list.