[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Wed Oct 27 09:28:30 PDT 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.246 -> 1.247
---
Log message:
Add a couple of new features
---
Diffs of the changes: (+4 -1)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.246 llvm/docs/ReleaseNotes.html:1.247
--- llvm/docs/ReleaseNotes.html:1.246 Mon Oct 25 17:13:02 2004
+++ llvm/docs/ReleaseNotes.html Wed Oct 27 11:28:17 2004
@@ -94,6 +94,9 @@
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>
@@ -626,7 +629,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/10/25 22:13:02 $
+ Last modified: $Date: 2004/10/27 16:28:17 $
</address>
</body>
More information about the llvm-commits
mailing list