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 | 1b476678775fe4ce77c8ff97cc6fcf5d2f5356dd (patch) | |
| tree | 30ac2b23e2e71fd038b6f46064ae603e518df9b1 | |
| parent | c1f3acb7b71a00f9a95bbbcf4de1cd02c805ac8a (diff) | |
| download | external_llvm-1b476678775fe4ce77c8ff97cc6fcf5d2f5356dd.zip external_llvm-1b476678775fe4ce77c8ff97cc6fcf5d2f5356dd.tar.gz external_llvm-1b476678775fe4ce77c8ff97cc6fcf5d2f5356dd.tar.bz2 | |
some random notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113118 91177308-0d34-0410-b5e6-96231b3b80d8
| -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 1535c28..44e983e 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> |
