diff options
author | Chris Lattner <sabre@nondot.org> | 2004-10-27 16:28:17 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-10-27 16:28:17 +0000 |
commit | f1ccf1a6dc071d1406bc2a6f280a77587e7f843e (patch) | |
tree | dc57bb7e6c4a97584baf198ada41c0c7d689413f | |
parent | 1fca5ff62bb2ecb5bfc8974f4dbfc56e9d3ca721 (diff) |
Add a couple of new features
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17282 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index c4500e1d5a..875571cf1f 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -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> |