Add a couple of new features
authorChris Lattner <sabre@nondot.org>
Wed, 27 Oct 2004 16:28:17 +0000 (16:28 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 27 Oct 2004 16:28:17 +0000 (16:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17282 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index c4500e1d5a64e135498a2b72cd188b0305788495..875571cf1fae80f3966a0d53844b5edf3188ce7d 100644 (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>