Skip to content

Commit eb8b184

Browse files
committed
These aren't bugs, don't phrase them like they are.
llvm-svn: 10423
1 parent 88e24cf commit eb8b184

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

llvm/docs/ReleaseNotes.html

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,15 +177,20 @@
177177

178178
<ol>
179179

180-
<li><a href="http://llvm.cs.uiuc.edu/PR29">C++ front-end is not generating
181-
linkonce linkage type when it can</a></li>
180+
<li>The C++ front-end now compiles functions to
181+
<a href="http://llvm.cs.uiuc.edu/PR29">use the linkonce linkage type</a>
182+
more, giving the optimizer more freedom.</a></li>
182183

183-
<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>
184+
<li>The C front-end now <a href="http://llvm.cs.uiuc.edu/PR84">generates
185+
type-safe code</a> in several cases that it did not before, which prevented
186+
some important optimizations.</li>
184187

185-
<li><a href="http://llvm.cs.uiuc.edu/PR96">Bad path to the C/C++ frontend causes
186-
build problems</a></li>
188+
<li>The LLVM build system has been taught to catch some common configuration
189+
problems that <a href="http://llvm.cs.uiuc.edu/PR96">caused it to get
190+
horribly confused</a> before.</li>
187191

188-
<li><a href="http://llvm.cs.uiuc.edu/PR114">LLVM header files should be -Wold-style-cast clean</a></li>
192+
<li>The LLVM header files are now
193+
<a href="http://llvm.cs.uiuc.edu/PR114">-Wold-style-cast clean</a>.</li>
189194

190195
<li>The LLVM bytecode reader has been <a
191196
href="http://llvm.cs.uiuc.edu/PR127">sped up a lot</a> (up to 4x in some

0 commit comments

Comments
 (0)