diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 3599eb896cdb..03a74b91e283 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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: