diff options
author | Chris Lattner <sabre@nondot.org> | 2005-01-22 18:45:35 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-01-22 18:45:35 +0000 |
commit | da1f03c1b5e1121a22704c245cc2e40b836f9898 (patch) | |
tree | 40e149dfe54670d3dc269d09000ac7b6245919ff | |
parent | 870c016934bacf43995d89531b166ae095ee3675 (diff) |
QOI feature implemented.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19756 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 8baa90b38d..660b363a97 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -76,7 +76,7 @@ bug fixes for those problems found since the 1.4 release.</p> <div class="doc_text"> <ol> <li>LLVM now includes an <a href="http://llvm.cs.uiuc.edu/PR415"> - Inter-Procedural Sparse Conditional Constant Propagation</a> pass, named + Interprocedural Sparse Conditional Constant Propagation</a> pass, named -ipsccp, which is run by default at link-time.</li> </ol> @@ -105,7 +105,8 @@ issues were fixed:</a> <div class="doc_text"> <ol> - <li></li> + <li><a href="http://llvm.cs.uiuc.edu/PR448">Building LLVM in optimized mode + should no longer cause GCC to hit swap in the PowerPC backend.</a></li> </ol> </div> |