From: Chris Lattner Date: Mon, 4 Oct 2010 03:58:12 +0000 (+0000) Subject: checkpoint X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3bdcda1a8b0df7a26116e313d2ac8eadbabed843;p=oota-llvm.git checkpoint git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115494 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 8e1c4561a74..48d5c6fe5cd 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -645,21 +645,6 @@ release includes a few major enhancements and additions to the optimizers:

- - -
-Interpreter and JIT Improvements -
- -
- - - -
-
MC Level Improvements @@ -689,9 +674,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 @@ -715,35 +699,57 @@ infrastructure, which allows us to implement more aggressive algorithms and make it run faster:

    @@ -860,24 +866,6 @@ 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