From: Chris Lattner Date: Sun, 27 Nov 2011 19:26:30 +0000 (+0000) Subject: move the detailed information about the EH rewrite to a comment, Bill is X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4f0fe43fa0754c40a40dea6add206f171b3f6d1f;p=oota-llvm.git move the detailed information about the EH rewrite to a comment, Bill is blog'izing it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145192 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 247a74be4f9..ca00a454afe 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -348,9 +348,8 @@ be used to verify some algorithms.

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, + 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 3.0.

@@ -388,8 +387,8 @@ be used to verify some algorithms.

Cling is an interactive compiler interface - (aka C++ interpreter). It uses LLVM's JIT and clang; it currently supports - C++ and C. It has a prompt interface, runs source files, calls into shared + (aka C++ interpreter). It supports C++ and C, and uses LLVM's JIT and the + Clang parser. It has a prompt interface, runs source files, calls into shared libraries, prints the value of expressions, even does runtime lookup of identifiers (dynamic scopes). And it just behaves like one would expect from an interpreter.

@@ -562,8 +561,8 @@ be used to verify some algorithms. binary compatible with Microsoft.NET. Has an optional, dynamically-loaded LLVM code generation backend in Mini, the JIT compiler.

-

Note that we use a Git mirror of LLVM with some patches. See: - https://github.com/mono/llvm

+

Note that we use a Git mirror of LLVM with some patches.

@@ -827,15 +826,12 @@ be used to verify some algorithms. -

-LLVM IR and Core Improvements -

-
- -

LLVM IR has several new features for better support of new targets and that - expose new optimization opportunities:

+ + + +

+LLVM IR and Core Improvements +

+ +
+ +

LLVM IR has several new features for better support of new targets and that + expose new optimization opportunities:

+ + +