diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-09 21:16:16 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-09 21:16:16 +0000 |
commit | a50c4ba86f81c10bebfd70d90d196ea996e66940 (patch) | |
tree | 0975951091fa6b378dc871323e3a5f7f804b4112 /docs/ReleaseNotes.html | |
parent | 16af11d9622cb0ae678df4e21bdb874261626163 (diff) | |
download | external_llvm-a50c4ba86f81c10bebfd70d90d196ea996e66940.zip external_llvm-a50c4ba86f81c10bebfd70d90d196ea996e66940.tar.gz external_llvm-a50c4ba86f81c10bebfd70d90d196ea996e66940.tar.bz2 |
QOI bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11245 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index f18570e..071dd0a 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -115,6 +115,7 @@ In this release, the following Quality of Implementation issues were fixed: <li><a href="http://llvm.cs.uiuc.edu/PR182">[llvmgcc] C front-end does not compile "extern inline" into linkonce</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR73">Bytecode format inconsistent</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR209">[loadvn/inline/scalarrepl] Slow optimizations with extremely large basic blocks</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR224">[asmparser] Really slow parsing of types with complex upreferences</a></li> </ol> <!--=========================================================================--> |