diff options
-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> |