Updated download page.

git-svn-id: http://llvm-py.googlecode.com/svn/trunk@52 8d1e9007-1d4e-0410-b67e-1979fd6579aa
This commit is contained in:
mdevan.foobar 2008-11-22 16:53:42 +00:00
commit 6374cb5e96
2 changed files with 29 additions and 6 deletions

View file

@ -1,8 +1,8 @@
Download
========
The latest release is 0.4, released 21-Nov-2008 (link:#changelog[Changelog]
below).
The latest release is 0.5, released 22-Nov-2008 (link:#changelog[Changelog]
below). 0.5 works only with LLVM 2.4, use 0.4 if you have LLVM 2.3.
Download it here:
@ -10,6 +10,7 @@ Download it here:
````~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release,Date,Package,Mirror
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0.5,22-Nov-2008,http://llvm-py.googlecode.com/files/llvm-py-0.5.tar.bz2[llvm-py-0.5.tar.bz2],link:llvm-py-0.5.tar.bz2[llvm-py-0.5.tar.bz2]
0.4,21-Nov-2008,http://llvm-py.googlecode.com/files/llvm-py-0.4.tar.bz2[llvm-py-0.4.tar.bz2],link:llvm-py-0.4.tar.bz2[llvm-py-0.4.tar.bz2]
0.3,8-Sep-2008,http://llvm-py.googlecode.com/files/llvm-py-0.3.tar.bz2[llvm-py-0.3.tar.bz2],link:llvm-py-0.3.tar.bz2[llvm-py-0.3.tar.bz2]
0.2.1,18-Jun-2008,http://llvm-py.googlecode.com/files/llvm-py-0.2.1.tar.bz2[llvm-py-0.2.1.tar.bz2],link:llvm-py-0.2.1.tar.bz2[llvm-py-0.2.1.tar.bz2]

View file

@ -33,8 +33,8 @@
</div>
<div id="preamble">
<div class="sectionbody">
<div class="para"><p>The latest release is 0.4, released 21-Nov-2008 (<a href="#changelog">Changelog</a>
below).</p></div>
<div class="para"><p>The latest release is 0.5, released 22-Nov-2008 (<a href="#changelog">Changelog</a>
below). 0.5 works only with LLVM 2.4, use 0.4 if you have LLVM 2.3.</p></div>
<div class="para"><p>Download it here:</p></div>
<div class="tableblock">
<table rules="all"
@ -61,6 +61,20 @@ cellspacing="0" cellpadding="4">
</tr>
</thead>
<tbody valign="top">
<tr>
<td align="left">
0.5
</td>
<td align="left">
22-Nov-2008
</td>
<td align="left">
<a href="http://llvm-py.googlecode.com/files/llvm-py-0.5.tar.bz2">llvm-py-0.5.tar.bz2</a>
</td>
<td align="left">
<a href="llvm-py-0.5.tar.bz2">llvm-py-0.5.tar.bz2</a>
</td>
</tr>
<tr>
<td align="left">
0.4
@ -147,7 +161,15 @@ package.</p></div>
<div class="sectionbody">
<div class="listingblock">
<div class="content">
<pre><tt>0.4, 21-Nov-2008:
<pre><tt>0.5, 22-Nov-2008:
* Added vicmp, vfcmp instructions and constant expressions.
* Builds on FreeBSD.
* Updated documentation.
* Migrate to LLVM 2.4.
0.4, 21-Nov-2008:
* Code cleanup, added license headers.
* Added llvm.core.load_library_permanently() (Issue #12).
@ -199,7 +221,7 @@ package.</p></div>
<div id="footer">
<div id="footer-text">
Web pages &copy; Mahadevan R. Generated with <a href="http://www.methods.co.nz/asciidoc/">asciidoc</a>.
Last updated 2008-11-21.
Last updated 2008-11-22.
</div>
</div>
</div>