Add a couple of new features

llvm-svn: 17282
This commit is contained in:
Chris Lattner 2004-10-27 16:28:17 +00:00
parent 7dfc2d29ac
commit e721eb007c
1 changed files with 3 additions and 0 deletions

View File

@ -94,6 +94,9 @@ benchmarks, and <b>many</b> other C and C++ programs.</p>
href="LangRef.html#i_unreachable"><tt>unreachable</tt></a> instruction,
which give the optimizer more information about the behavior of the
program.</li>
<li>The LLVM makefiles have been improved to build LLVM much faster and
includes new targets (like make dist-check).</li>
<li>The LLVM source code is now compatible with Microsoft Visual C++.</li>
</ol>
</div>