[llvm-commits] [llvm] r52008 - /llvm/trunk/docs/ReleaseNotes.html

Dan Gohman gohman at apple.com
Thu Jun 5 08:46:36 PDT 2008


Author: djg
Date: Thu Jun  5 10:46:36 2008
New Revision: 52008

URL: http://llvm.org/viewvc/llvm-project?rev=52008&view=rev
Log:
Add a note mentioning --view-sunit-dags improvements.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=52008&r1=52007&r2=52008&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Thu Jun  5 10:46:36 2008
@@ -202,6 +202,8 @@
     non-power-of-2 integer sizes.</li>
 <li>Support for 128-bit integers on X86-64.</li>
 <li>Several compile time speedups for code with large basic blocks.</li>
+<li>Several improvements which make llc's <tt>--view-sunit-dags</tt>
+    visualization of scheduling dependency graphs easier to understand.</li>
 </ul>
 
 </div>





More information about the llvm-commits mailing list