From 4817e9cac1ed6cf1a5a26f9c2c9da59909a96a4e Mon Sep 17 00:00:00 2001 From: Alkis Evlogimenos Date: Fri, 27 Feb 2004 05:26:23 +0000 Subject: [PATCH] Add improvements to the code generator. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11896 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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" -- 2.34.1