with a broad variety of C++ programs, though it has still received less testing
than the C front-end.</p>
+</div>
+
<!--=========================================================================-->
<div class="doc_subsubsection">
<a name="newfeatures">This release implements the following new features:</a>
</div>
+<div class="doc_text">
+
<ol>
<li>The LLVM <a href="LangRef.html#i_select"><tt>select</tt></a> instruction is
now fully implemented and supported by all transformations, native code
analysis algorithm.</li>
</ol>
+</div>
+
<!--=========================================================================-->
<div class="doc_subsubsection">
In this release, the following missing features were implemented:
</div>
+<div class="doc_text">
+
<ol>
<li><a href="http://llvm.cs.uiuc.edu/PR82">LLVM cannot handle structures with
more than 256 elements</a></li>
uses of external fns by immediate constant exprs</a></li>
</ol>
+</div>
<!--=========================================================================-->
<div class="doc_subsubsection">
issues were fixed:</a>
</div>
+<div class="doc_text">
+
<ol>
<li><a href="http://llvm.cs.uiuc.edu/PR305">LLVM tools will happily spew
bytecode onto your terminal</a></li>
for structure typedefs</a></li>
</ol>
+</div>
+
<!--=========================================================================-->
<div class="doc_subsubsection">
In this release, the following build problems were fixed:
</div>
+<div class="doc_text">
<ol>
<li><a href="http://llvm.cs.uiuc.edu/PR301">Minor configure bugs with
-disable/enable-povray and -disable-spec</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR289">shell scripts output by gccld don't
work if you change PATH</a></li>
</ol>
+</div>
<!--=========================================================================-->
<div class="doc_subsubsection">
improvements:</a>
</div>
+<div class="doc_text">
<ol>
<li>Fixed: <a href="http://llvm.cs.uiuc.edu/PR309">[vmcore] Code quality problem
due to long operand of getelementptr</a></li>
propagation of function calls. It currently supports a few math library
functions like sqrt/sin/cos/etc.</li>
</ol>
-
</div>
<!--=========================================================================-->
were fixed:</a>
</div>
+<div class="doc_text">
+
<p>Bugs in the LLVM Core:</p>
<ol>
<li><a href="http://llvm.cs.uiuc.edu/PR298">[llvmgcc] Variable length array
indexing miscompiled</a></li>
</ol>
-
+</div>
<!--=========================================================================-->
<div class="doc_subsubsection">
improvements:</a>
</div>
+<div class="doc_text">
+
<p>Documentation Improvements</p>
<ol>
<li><a href="BytecodeFormat.html">Documentation of the LLVM Bytecode file format
was added.</a></li>
<li>All documentation was brought up to HTML 4.01 (Strict) level.</li>
</ol>
+</div>
<!-- *********************************************************************** -->
In this release, the following portability problems were fixed:
</div>
+<div class="doc_text">
+
<ol>
<li><a href="http://llvm.cs.uiuc.edu/PR304">warnings compiling Stacker compiler
on Mac OS X</a></li>
understand abbreviated names in headers</a></li>
</ol>
+</div>
+
<!-- *********************************************************************** -->
<div class="doc_section">
<a name="knownproblems">Known Problems</a>