X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FReleaseNotes.html;h=2f83b9447d1d98613e3ac0451f8aef501a58bb0f;hb=2bf4b54a800c2dd44c0a5939fe629ea120bee2ad;hp=b4554047ebcb8165c2b0b4c7c02c7f1201f30193;hpb=2fb6e5c16caad264a5ddb3f3089bc2ee5daf59db;p=oota-llvm.git diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index b4554047ebc..2f83b9447d1 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -119,10 +119,27 @@ production-quality compiler for C, Objective-C, C++ and Objective-C++ on x86

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

- + @@ -145,6 +162,44 @@ production-quality compiler for C, Objective-C, C++ and Objective-C++ on x86 + +
+DragonEgg: llvm-gcc ported to gcc-4.5 +
+ +
+

+DragonEgg is a port of llvm-gcc to +gcc-4.5. Unlike llvm-gcc, dragonegg in theory does not require any gcc-4.5 +modifications whatsoever (currently one small patch is needed) thanks to the +new gcc plugin architecture. +DragonEgg is a gcc plugin that makes gcc-4.5 use the LLVM optimizers and code +generators instead of gcc's, just like with llvm-gcc. +

+ +

+DragonEgg is still a work in progress, but it is able to compile a lot of code, +for example all of gcc, LLVM and clang. Currently Ada, C, C++ and Fortran work +well, while all other languages either don't work at all or only work poorly. +For the moment only the x86-32 and x86-64 targets are supported, and only on +linux and darwin (darwin may need additional gcc patches). +

+ +

+The 2.8 release has the following notable changes: +

+ +
+
VMKit: JVM/CLI Virtual Machine Implementation @@ -160,7 +215,6 @@ collector. In LLVM 2.8, the VMKit .NET VM is no longer being maintained.

-
compiler-rt: Compiler Runtime Library @@ -188,77 +242,80 @@ blocks runtime included in compiler_rt.

-DragonEgg: llvm-gcc ported to gcc-4.5 +LLDB: Low Level Debugger

-DragonEgg is a port of llvm-gcc to -gcc-4.5. Unlike llvm-gcc, dragonegg in theory does not require any gcc-4.5 -modifications whatsoever (currently one small patch is needed) thanks to the -new gcc plugin architecture. -DragonEgg is a gcc plugin that makes gcc-4.5 use the LLVM optimizers and code -generators instead of gcc's, just like with llvm-gcc. -

+LLDB is a brand new member of the LLVM +umbrella of projects. LLDB is a next generation, high-performance debugger. It +is built as a set of reusable components which highly leverage existing +libraries in the larger LLVM Project, such as the Clang expression parser, the +LLVM disassembler and the LLVM JIT.

-DragonEgg is still a work in progress, but it is able to compile a lot of code, -for example all of gcc, LLVM and clang. Currently Ada, C, C++ and Fortran work -well, while all other languages either don't work at all or only work poorly. -For the moment only the x86-32 and x86-64 targets are supported, and only on -linux and darwin (darwin may need additional gcc patches). -

- -

-The 2.8 release has the following notable changes: -

+LLDB is in early development and not included as part of the LLVM 2.8 release, +but is mature enough to support basic debugging scenarios on Mac OS X in C, +Objective-C and C++. We'd really like help extending and expanding LLDB to +support new platforms, new languages, new architectures, and new features.

-
-LLDB: Low Level Debugger +libc++: C++ Standard Library

-LLDB is

- -

-

+libc++ is another new member of the LLVM +family. It is an implementation of the C++ standard library, written from the +ground up to specifically target the forthcoming C++'0X standard and focus on +delivering great performance.

-2.8 status here. +As of the LLVM 2.8 release, libc++ is virtually feature complete, but would +benefit from more testing and better integration with Clang++. It is also +looking forward to the C++ committee finalizing the C++'0x standard.

+ +
-libc++: C++ Standard Library +KLEE: A Symbolic Execution Virtual Machine

-libc++ is

- -

+KLEE is a symbolic execution framework for +programs in LLVM bitcode form. KLEE tries to symbolically evaluate "all" paths +through the application and records state transitions that lead to fault +states. This allows it to construct testcases that lead to faults and can even +be used to verify some algorithms.

-

-2.8 status here. -

+

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

+
@@ -309,8 +366,8 @@ recompilation of larger parts of the compiler chain.

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.

+More in-depth blurb is available on the wiki.

@@ -321,14 +378,14 @@ href="http://www.quokforge.org/projects/horizon/wiki/Wiki">the wiki.

-Clam AntiVirus is an open source (GPL) +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 +X86, X86-64, PPC32/64, falling back to its own interpreter otherwise. +The git version was updated to work with LLVM 2.8.

The

Jade project is hosted as part of the Open @@ -486,14 +543,14 @@ builds on LLVM 2.8.

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 +__transaction { list.remove(x); x.refCount--; }) and will be executed virtually atomically and isolated from other transactions.

-Kai Interpreter +Kai Programming Language
@@ -510,6 +567,23 @@ 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. +

+ +
+ +
@@ -526,23 +600,6 @@ in this section.
- -
-LLVM Community Changes -
- -
- -

In addition to changes to the code, between LLVM 2.7 and 2.8, a number of -organization changes have happened: -

- - -
-
Major New Features @@ -553,8 +610,16 @@ organization changes have happened:

LLVM 2.8 includes several major new capabilities:

@@ -569,13 +634,19 @@ organization changes have happened: expose new optimization opportunities:

@@ -591,33 +662,38 @@ expose new optimization opportunities:

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

-
  • + -
    -Interpreter and JIT Improvements -
    - -
    - - +-->
    @@ -650,9 +726,9 @@ in.

  • The MC disassembler now fully supports ARM and Thumb. ARM assembler support is still in early development though.
  • The X86 MC assembler now supports the X86 AES and AVX instruction set.
  • -
  • Work on ELF and COFF support is well underway, but isn't useful yet in LLVM - 2.8. Please contact the llvmdev mailing list if you're interested in - this.
  • +
  • Work on ELF and COFF object files and ARM target support is well underway, + but isn't useful yet in LLVM 2.8. Please contact the llvmdev mailing list + if you're interested in this.
  • For more information, please see the . -

    Target Independent Code Generator Improvements @@ -676,35 +751,57 @@ infrastructure, which allows us to implement more aggressive algorithms and make it run faster:

    @@ -715,38 +812,46 @@ it run faster:

    -

    New features of the X86 target include: +

    New features and major changes in the X86 target include:

    @@ -761,14 +866,22 @@ it run faster:

    - - -
    -New Useful APIs -
    - -
    - -

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

    - - - - -
    - - -
    -Other Improvements and New Features -
    - -
    -

    Other miscellaneous features include:

    - - -
    @@ -865,81 +947,142 @@ it run faster:

    on LLVM 2.7, this section lists some "gotchas" that you may run into upgrading from the previous release.

    - - renamed "Release" -> "Release+Asserts"; "Release-Asserts" -> "Release etc. - - + +

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

    + +
    +Development Infrastructure Changes +
    + +
    + +

    This section lists changes to the LLVM development infrastructure. This +mostly impacts users who actively work on LLVM or follow development on +mainline, but may also impact users who leverage the LLVM build infrastructure +or are interested in LLVM qualification.

    + + +
    @@ -971,8 +1114,8 @@ components, please contact us on the LLVMdev list.

    @@ -1119,37 +1262,9 @@ Depending on it for anything serious is not advised.

    4.2. If you are interested in Fortran, we recommend that you consider using dragonegg instead.

    -

    The llvm-gcc 4.2 Ada compiler has basic functionality. However, this is not a -mature technology, and problems should be expected. For example:

    - +

    The llvm-gcc 4.2 Ada compiler has basic functionality, but is no longer being +actively maintained. If you are interested in Ada, we recommend that you +consider using dragonegg instead.