diff options
author | Chris Lattner <sabre@nondot.org> | 2005-02-13 22:27:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-02-13 22:27:24 +0000 |
commit | e14babd14106060a5d11d7401391d04f3c52fcef (patch) | |
tree | 4dac08b30c7655f08f054148273e822242420b3a /llvm/docs | |
parent | 5824762378124651163d510146168ea8a707524d (diff) | |
download | bcm5719-llvm-e14babd14106060a5d11d7401391d04f3c52fcef.tar.gz bcm5719-llvm-e14babd14106060a5d11d7401391d04f3c52fcef.zip |
Add some updates
llvm-svn: 20164
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 0c07101231a..a80ad3fc822 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -79,7 +79,11 @@ bug fixes for those problems found since the 1.4 release.</p> Interprocedural Sparse Conditional Constant Propagation</a> pass, named -ipsccp, which is run by default at link-time.</li> <li>LLVM 1.5 is now about 15% faster than LLVM 1.4 and its core data structures - use about 20% less memory.</li> + use about 30% less memory.</li> + <li>LLVM includes new experimental native code generators for SparcV8 and + Alpha.</li> + <li>Support for Microsoft Visual Studio is improved, and <a + href="GettingStartedVS.html">not documented</a>.</li> </ol> </div> @@ -216,6 +220,7 @@ components, please contact us on the llvmdev list.</p> be used to step through programs and inspect the stack.</li> <li>The "iterative scan" register allocator (enabled with -regalloc=iterativescan) is not stable.</li> +<li>The SparcV8 and Alpha ports are experimental.</li> </ul> </div> |