diff options
author | Chris Lattner <sabre@nondot.org> | 2003-12-12 04:56:02 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-12-12 04:56:02 +0000 |
commit | 97e4acdd7bad21eac464f0573a24f91071d0612f (patch) | |
tree | 03a55e41da7dfdbfc689b529e2129a92148e07f3 /docs | |
parent | 287c9e67219cb6af563409c15397ad000c1b6af4 (diff) | |
download | external_llvm-97e4acdd7bad21eac464f0573a24f91071d0612f.zip external_llvm-97e4acdd7bad21eac464f0573a24f91071d0612f.tar.gz external_llvm-97e4acdd7bad21eac464f0573a24f91071d0612f.tar.bz2 |
These aren't bugs, don't phrase them like they are.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10423 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.html | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 849b879..c22eac5 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -177,15 +177,20 @@ fixed: <ol> -<li><a href="http://llvm.cs.uiuc.edu/PR29">C++ front-end is not generating -linkonce linkage type when it can</a></li> +<li>The C++ front-end now compiles functions to + <a href="http://llvm.cs.uiuc.edu/PR29">use the linkonce linkage type</a> + more, giving the optimizer more freedom.</a></li> -<li><a href="http://llvm.cs.uiuc.edu/PR84">C front-end generates non-type-safe code for expressions it could generate type-safe code</a></li> +<li>The C front-end now <a href="http://llvm.cs.uiuc.edu/PR84">generates + type-safe code</a> in several cases that it did not before, which prevented + some important optimizations.</li> -<li><a href="http://llvm.cs.uiuc.edu/PR96">Bad path to the C/C++ frontend causes -build problems</a></li> +<li>The LLVM build system has been taught to catch some common configuration + problems that <a href="http://llvm.cs.uiuc.edu/PR96">caused it to get + horribly confused</a> before.</li> -<li><a href="http://llvm.cs.uiuc.edu/PR114">LLVM header files should be -Wold-style-cast clean</a></li> +<li>The LLVM header files are now + <a href="http://llvm.cs.uiuc.edu/PR114">-Wold-style-cast clean</a>.</li> <li>The LLVM bytecode reader has been <a href="http://llvm.cs.uiuc.edu/PR127">sped up a lot</a> (up to 4x in some |