diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index c9b168816be..da7706b2823 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -109,8 +109,16 @@ href="http://llvm.cs.uiuc.edu/PR220">install" and RPM package generation.
  • The "tblgen" tool is now documented.
  • -
  • The LLVM code generator can now fold spill code into instructions on targets -that support it.
  • +
  • The LLVM code generator got a multitude of improvements: + +
  • LLVM now no longer depends on the boost library.
  • The X86 backend now generates substantially better native code, and is faster.
  • The C backend has been turned moved from the "llvm-dis" tool to the "llc"