From 96a89c70dfe6f98c50eb4a3aee80d075aadee361 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Thu, 5 Jun 2008 18:39:01 +0000 Subject: fix typos, tweak stuff, make it to validate git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52015 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'docs') diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 3599eb896c..03a74b91e2 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -81,7 +81,7 @@ It includes a large number of features and refinements from LLVM 2.2.

LLVM 2.2 was the last LLVM release to support llvm-gcc 4.0 and llvm-upgrade. llvm-gcc 4.0 has been replaced with llvm-gcc 4.2. llvm-upgrade was useful for upgrading LLVM 1.9 files to LLVM 2.x syntax, but you can always use a previous -LLVM release to do this. One nice impact of this is that the LLVM regressionn +LLVM release to do this. One nice impact of this is that the LLVM regression test suite no longer depends on llvm-upgrade, which makes it run faster.

LLVM 2.3 renames the LLVMBuilder and LLVMFoldingBuilder classes to @@ -113,15 +113,15 @@ superset of the features as the 'gcc' driver.

dispatching them to different tools.
  • Flexible (and extensible) rules for defining different tools.
  • The different intermediate steps performed by tools are represented -as edged in the abstract graph.
  • -The 'language' for driver behaviour definition is tablegen and thus +as edges in the abstract graph. +
  • The 'language' for driver behaviour definition is tablegen and thus it's relatively easy to add new features.
  • The definition of driver is transformed into set of C++ classes, thus no runtime interpretation is needed.
  • - +
  • Reimplemented LTO interface in C.
  • @@ -196,7 +196,7 @@ faster: