Add a couple of new features

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17282 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-10-27 16:28:17 +00:00
parent 1fca5ff62b
commit f1ccf1a6dc

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>