diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-11-27 19:50:58 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-11-27 19:50:58 +0000 |
| commit | b3d2adea45bd83ece60fa21e4f8c3d50460bfdc4 (patch) | |
| tree | 2b0d5ff81ee06905f260e25431de639a18e408cc /llvm/docs | |
| parent | 9d63271caa5b697bb4bd19c028f329c0dbf04c5f (diff) | |
| download | bcm5719-llvm-b3d2adea45bd83ece60fa21e4f8c3d50460bfdc4.tar.gz bcm5719-llvm-b3d2adea45bd83ece60fa21e4f8c3d50460bfdc4.zip | |
Add notes
llvm-svn: 18282
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 3a46f5f72f8..83c87c529b3 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -142,6 +142,9 @@ benchmarks, and <b>many</b> other C and C++ programs.</p> </li> <li>zlib and libpng are <a href="http://llvm.cs.uiuc.edu/PR417">no longer included in the main LLVM tarball</a>.</li> + <li>The LLVM code generator now generates asm writers for the target from + an abstract target description, instead of requiring them to be hand + written.</li> </ol> </div> @@ -254,6 +257,8 @@ were fixed:</a> cannot be marked 'constant' if they have nontrivial ctors or dtors</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR461">[llvmgcc] Crash compiling unnamed bitfield which does not increase struct size</a></li> + <li><a href="http://llvm.cs.uiuc.edu/PR424">[llvmgcc] llvmgcc emits invalid + constant exprs</a></li> </ol> <p>Bugs fixed in the Sparc V9 back-end:</p> |

