From: Chris Lattner Date: Wed, 27 Oct 2004 16:28:17 +0000 (+0000) Subject: Add a couple of new features X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f1ccf1a6dc071d1406bc2a6f280a77587e7f843e;p=oota-llvm.git Add a couple of new features git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17282 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index c4500e1d5a6..875571cf1fa 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -94,6 +94,9 @@ benchmarks, and many other C and C++ programs.

href="LangRef.html#i_unreachable">unreachable instruction, which give the optimizer more information about the behavior of the program. +
  • The LLVM makefiles have been improved to build LLVM much faster and + includes new targets (like make dist-check).
  • +
  • The LLVM source code is now compatible with Microsoft Visual C++.