aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-11-27 19:24:06 +0000
committerChris Lattner <sabre@nondot.org>2004-11-27 19:24:06 +0000
commita4bcecfb0cf0c152c86ce94cc251c93d0ad872a6 (patch)
treef22348f1a31075669c342f07bce001b3c4bd0dd8 /docs/ReleaseNotes.html
parentd5c36ea3957603aab7f0c78e41a4ecb2ed01f065 (diff)
downloadexternal_llvm-a4bcecfb0cf0c152c86ce94cc251c93d0ad872a6.zip
external_llvm-a4bcecfb0cf0c152c86ce94cc251c93d0ad872a6.tar.gz
external_llvm-a4bcecfb0cf0c152c86ce94cc251c93d0ad872a6.tar.bz2
Add some notes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18280 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index cd4e8ba..3a46f5f 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -86,6 +86,7 @@ benchmarks, and <b>many</b> other C and C++ programs.</p>
<div class="doc_text">
<ol>
+ <li>LLVM now includes a JIT for the PowerPC target.</li>
<li>LLVM now optimizes global variables significantly more than it did
before.
</li>
@@ -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
now much simpler</a> and more powerful.
</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>
</div>