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 | 64d9d2b819e6f6ec02e3b8477b427f27e55d97d8 (patch) | |
| tree | 7759b349468208fd737e1b4fdaea6cb540004879 | |
| parent | 9ceb7c8f23b8d1212b533b3273fea7da0bcf0c2c (diff) | |
| download | bcm5719-llvm-64d9d2b819e6f6ec02e3b8477b427f27e55d97d8.tar.gz bcm5719-llvm-64d9d2b819e6f6ec02e3b8477b427f27e55d97d8.zip | |
QOI feature implemented.
llvm-svn: 19756
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 8baa90b38d3..660b363a979 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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> |

