From 204fcaea41057bed5183f6a925d5b8903b19b962 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 29 Jan 2005 00:44:22 +0000 Subject: [PATCH] noteworthy. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19901 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 8e4ae82bd93..e211bcda5a9 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -78,6 +78,8 @@ bug fixes for those problems found since the 1.4 release.

  • LLVM now includes an Interprocedural Sparse Conditional Constant Propagation pass, named -ipsccp, which is run by default at link-time.
  • +
  • LLVM is now about 10% faster than before due to its core data structures + using less memory.