diff options
| author | Dan Gohman <gohman@apple.com> | 2008-06-05 15:46:36 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2008-06-05 15:46:36 +0000 |
| commit | 809d91e306ffc09b3ee5d017bad46310f91dfe26 (patch) | |
| tree | 824b3f277d8edd11f874b689b2eef883766e8e5c /docs/ReleaseNotes.html | |
| parent | 85765e62dd04a2714af27af9bd454147226dfcc2 (diff) | |
Add a note mentioning --view-sunit-dags improvements.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52008 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
| -rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 7720bf442d..9222009c4e 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -202,6 +202,8 @@ faster:</p> 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> |
