Skip to content
Snippets Groups Projects
Commit e026714f authored by Chris Lattner's avatar Chris Lattner
Browse files

Add some notes

llvm-svn: 18280
parent e792a74c
No related branches found
No related tags found
No related merge requests found
...@@ -86,6 +86,7 @@ benchmarks, and <b>many</b> other C and C++ programs.</p> ...@@ -86,6 +86,7 @@ benchmarks, and <b>many</b> other C and C++ programs.</p>
<div class="doc_text"> <div class="doc_text">
<ol> <ol>
<li>LLVM now includes a JIT for the PowerPC target.</li>
<li>LLVM now optimizes global variables significantly more than it did <li>LLVM now optimizes global variables significantly more than it did
before. before.
</li> </li>
...@@ -139,6 +140,8 @@ benchmarks, and <b>many</b> other C and C++ programs.</p> ...@@ -139,6 +140,8 @@ benchmarks, and <b>many</b> other C and C++ programs.</p>
<li>The target-to-JIT interfaces <a href="http://llvm.cs.uiuc.edu/PR283">are <li>The target-to-JIT interfaces <a href="http://llvm.cs.uiuc.edu/PR283">are
now much simpler</a> and more powerful. now much simpler</a> and more powerful.
</li> </li>
<li>zlib and libpng are <a href="http://llvm.cs.uiuc.edu/PR417">no longer
included in the main LLVM tarball</a>.</li>
</ol> </ol>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment