|
From: <sv...@va...> - 2015-09-24 13:19:11
|
Author: de
Date: Thu Sep 24 14:19:04 2015
New Revision: 507
Log:
Updated index.html to reflect current platforms etc. wrt release 3.11.0
Modified:
trunk/index.html
Modified: trunk/index.html
==============================================================================
--- trunk/index.html (original)
+++ trunk/index.html Thu Sep 24 14:19:04 2015
@@ -11,11 +11,10 @@
<p> </p>
-<p>Valgrind is an
-instrumentation framework for building dynamic analysis tools. There
-are Valgrind tools that can automatically detect many memory management
-and threading bugs, and profile your programs in detail. You can also
-use Valgrind to build new tools.
+<p>Valgrind is an instrumentation framework for building dynamic analysis
+tools. There are Valgrind tools that can automatically detect many memory
+management and threading bugs, and profile your programs in detail. You can
+also use Valgrind to build new tools.
</p>
<p>The Valgrind distribution currently includes six production-quality
@@ -25,11 +24,12 @@
three experimental tools: a stack/global array overrun detector, a
second heap profiler that examines how heap blocks are used, and a
SimPoint basic block vector generator. It runs on the following
-platforms: X86/Linux, AMD64/Linux, ARM/Linux, ARM64/Linux,
-PPC32/Linux, PPC64/Linux, PPC64BE/Linux, S390X/Linux, MIPS32/Linux,
-MIPS64/Linux, ARM/Android (2.3.x and later), X86/Android (4.0 and
-later), MIPS32/Android, X86/Darwin and AMD64/Darwin (Mac OS X 10.9,
-with limited support for 10.8).</p>
+platforms: X86/Linux, AMD64/Linux, ARM/Linux, ARM64/Linux,
+PPC32/Linux, PPC64/Linux, PPC64LE/Linux, S390X/Linux, MIPS32/Linux,
+MIPS64/Linux, TILEGX/Linux, X86/Solaris, AMD64/Solaris, ARM/Android
+(2.3.x and later), ARM64/Android, X86/Android (4.0 and later),
+MIPS32/Android, X86/Darwin and AMD64/Darwin (Mac OS X 10.10, with
+initial support for 10.11).</p>
<p>Valgrind is <a href="http://www.opensource.org/">Open Source</a> /
<a href="http://www.gnu.org/philosophy/free-sw.html">Free Software</a>,
@@ -45,15 +45,14 @@
<ul>
<li><p><?php echo $config['release-date'].": ".$config['release-version']; ?>,
- for X86/Linux, AMD64/Linux, ARM/Linux, ARM64/Linux, PPC32/Linux,
- PPC64/Linux, PPC64BE/Linux, S390X/Linux, MIPS32/Linux, MIPS64/Linux,
- ARM/Android (2.3.x and later),
- X86/Android (4.0 and later),
- MIPS32/Android, X86/Darwin and AMD64/Darwin (Mac OS X
- 10.9, with limited support for 10.8)
- is available.
- (<a href="/docs/manual/dist.news.html">release notes</a>).
- </p></li>
+is available. This release supports:
+X86/Linux, AMD64/Linux, ARM/Linux, ARM64/Linux, PPC32/Linux, PPC64/Linux,
+PPC64LE/Linux, S390X/Linux, MIPS32/Linux, MIPS64/Linux, TILEGX/Linux, X86/Solaris,
+AMD64/Solaris, ARM/Android (2.3.x and later), ARM64/Android, X86/Android (4.0 and
+later), MIPS32/Android, X86/Darwin and AMD64/Darwin (Mac OS X 10.10, with initial
+support for 10.11). (<a href="/docs/manual/dist.news.html">release notes</a>).
+</p></li>
+
<li><p>21 October 2010:
Valkyrie-2.0.0, a Qt4-based GUI for the Memcheck and Helgrind
|