From 511433e7cf1f309e8075c94abdfdaef616ca4323 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 2 Mar 2009 03:24:11 +0000 Subject: [PATCH] more englishification git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65799 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 96 ++++++++++++++++++++++++------------------ 1 file changed, 54 insertions(+), 42 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index e92be0d9b42..ee0a3a6d5d7 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -419,7 +419,7 @@ several ways, including adding shadow induction variables to avoid
-Code Generator Improvements +Target Independent Code Generator Improvements
@@ -429,27 +429,34 @@ infrastructure, which allows us to implement more aggressive algorithms and make it run faster:

-
@@ -462,14 +469,34 @@ PBQP register allocator now supports register coalescing.

@@ -502,7 +529,7 @@ types.
  • Passing/returning aggregate types to/from functions.
  • Variable arguments.
  • Indirect function calls.
  • -
  • Interrupts/prgrams.
  • +
  • Interrupts/programs.
  • Debug info.
  • @@ -510,21 +537,6 @@ types. - -
    -Other Target Specific Improvements -
    - -
    -

    New target-specific features include: -

    - - - -
    -
    Improvements in LLVMC @@ -600,7 +612,7 @@ from the previous release.

    -- 2.34.1