diff options
author | Chris Lattner <sabre@nondot.org> | 2010-09-05 20:49:45 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-09-05 20:49:45 +0000 |
commit | 8dc5fafeecdd953a6f711b9b29c5ffe7036921ca (patch) | |
tree | 30ac2b23e2e71fd038b6f46064ae603e518df9b1 /docs/ReleaseNotes.html | |
parent | dfe254b86e93b131cceb6aa27c33b33b2c8102d6 (diff) |
some random notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113118 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 1535c28fa0..44e983ec89 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -295,7 +295,10 @@ organization changes have happened: <p>LLVM 2.8 includes several major new capabilities:</p> <ul> -<li>.</li> +<li>atomic lowering pass.</li> +<li>RegionInfo pass: opt -regions analyze" or "opt -view-regions". +<!-- Tobias Grosser --></li> +<li>ARMGlobalMerge: <!-- Anton --> </li> </ul> </div> |