From: Alkis Evlogimenos Date: Fri, 27 Feb 2004 05:26:23 +0000 (+0000) Subject: Add improvements to the code generator. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4817e9cac1ed6cf1a5a26f9c2c9da59909a96a4e;p=oota-llvm.git Add improvements to the code generator. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11896 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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"