|
From: <sv...@va...> - 2010-07-01 08:27:21
|
Author: sewardj Date: 2010-07-01 09:27:13 +0100 (Thu, 01 Jul 2010) New Revision: 429 Log: Update news with Snow Leopard and SSE4 support items. Modified: trunk/index.html trunk/info/news.html Modified: trunk/index.html =================================================================== --- trunk/index.html 2010-05-06 22:48:11 UTC (rev 428) +++ trunk/index.html 2010-07-01 08:27:13 UTC (rev 429) @@ -40,6 +40,22 @@ <h2 align="center">Recent News</h2> <ul> + <li><p>July 1 2010: Initial support for MacOSX 10.6 (Snow Leopard) + has been folded into the trunk and is usable. Support for 64-bit + executables on 10.5 and 10.6 has also been improved. For more + details see the + <a href="downloads/repository.html">repository</a> page. + </p></li> + + <li><p>July 1 2010: Initial support for the SSE4.1/4.2 instruction + set has been folded into the trunk and is usable, for 64-bit + processes only at present. The implementation is incomplete but is + believed to cover all instructions generated by gcc-4.4/4.5 "-O3 + -msse4.2". Work on further coverage is ongoing. For more details + see the + <a href="downloads/repository.html">repository</a> page. + </p></li> + <li><p>May 6 2010: Initial support for ARM/Linux has been folded into the SVN trunk, and is usable on Ubuntu 9.04 and 9.10 for ARM. Further development to support more recent Ubuntus and the full Modified: trunk/info/news.html =================================================================== --- trunk/info/news.html 2010-05-06 22:48:11 UTC (rev 428) +++ trunk/info/news.html 2010-07-01 08:27:13 UTC (rev 429) @@ -7,6 +7,22 @@ <p>Below are a few of the important events in the history of Valgrind:</p> <ul> + <li><p>July 1 2010: Initial support for MacOSX 10.6 (Snow Leopard) + has been folded into the trunk and is usable. Support for 64-bit + executables on 10.5 and 10.6 has also been improved. For more + details see the + <a href="downloads/repository.html">repository</a> page. + </p></li> + + <li><p>July 1 2010: Initial support for the SSE4.1/4.2 instruction + set has been folded into the trunk and is usable, for 64-bit + processes only at present. The implementation is incomplete but is + believed to cover all instructions generated by gcc-4.4/4.5 "-O3 + -msse4.2". Work on further coverage is ongoing. For more details + see the + <a href="downloads/repository.html">repository</a> page. + </p></li> + <li><p>May 6 2010: Initial support for ARM/Linux has been folded into the SVN trunk, and is usable on Ubuntu 9.04 and 9.10 for ARM. Further development to support more recent Ubuntus and the full |