|
From: <sv...@va...> - 2015-09-24 15:15:33
|
Author: de
Date: Thu Sep 24 16:15:25 2015
New Revision: 508
Log:
Updated page to reflect ports supported by v3.11.0
Added Solaris + illumos ports as requested by Ivo Raiser
Modified:
trunk/info/platforms.html
Modified: trunk/info/platforms.html
==============================================================================
--- trunk/info/platforms.html (original)
+++ trunk/info/platforms.html Thu Sep 24 16:15:25 2015
@@ -6,21 +6,20 @@
<p>Valgrind supports the following platforms:</p>
<ul>
-<li><b>x86/Linux:</b> support is mature and almost complete.</li>
-<li><b>AMD64/Linux:</b> support is mature and almost complete. Note that AMD64 is just another name for x86-64, and that Valgrind works fine on Intel machines.</li>
-<li><b>PPC32/Linux:</b> support is new but fairly complete.</li>
-<li><b>PPC64/Linux:</b> support is new but fairly complete.</li>
-<li><b>x86/Darwin (Mac OS X):</b> support is new.</li>
-<li><b>AMD64/Darwin (Mac OS X):</b> support is new.</li>
-<li><b>S390X/Linux:</b> support is new in 3.7.0.</li>
-<li><b>ARM/Linux</b> support for ARMv7 is fairly complete.</li>
-<li><b>ARM/Android</b> support is new in 3.7.0.</li>
-<li><b>MIPS32/Linux</b> support is new in 3.8.0.</li>
+<li><b>x86/Linux:</b> up to and including SSSE3, but not higher -- no SSE4, AVX, AVX2. This target is in maintenance mode now..</li>
+<li><b>AMD64/Linux:</b> up to and including AVX2. This is the primary development target and tends to be well supported.</li>
+<li><b>PPC32/Linux, PPC64/Linux, PPC64LE/Linux:</b> up to and including Power8.</li>
+<li><b>S390X/Linux:</b> supported.</li>
+<li><b>ARM/Linux:</b> pp to and including ARMv7.</li>
+<li><b>ARM64/Linux:</b> Up to and including ARMv8.</li>
+<li><b>MIPS32/Linux, MIPS64/Linux:</b> supported.</li>
+<li><b>X86/Solaris, AMD64/Solaris, X86/illumos, AMD64/illumos</b>: support is new in 3.11.0.</li>
+<li><b>X86/Darwin (10.10, 10.11), AMD64/Darwin (10.10, 10.11):</b> supported.</li>
+<li><b>ARM/Android, ARM64/Android, MIPS32/Android, X86/Android:</b> supported.</li>
</ul>
-<p>On Linux, you must be running kernel 2.6.X or later, and glibc
-2.5.X or later. That covers the vast majority of installed systems at
-present. On Mac OS X you must be running 10.7.x or later.</p>
+<p>On Linux, you must be running kernel 3.0 or later, and glibc
+2.5.X or later. On Mac OS X you must be running 10.9.x or later.</p>
<p>For details of which distributions the current release
(<?php echo $config['release-version']; ?>) builds and runs its
@@ -44,18 +43,13 @@
FreeBSD page</a>.</p></li>
<li><p><b>x86/NetBSD</b><br>
- Eric Auge, Kailash Sethuraman and Peter Bex
- are doing a port of Valgrind 3.X, available at
- <a href="http://vg4nbsd.berlios.de/">this page</a>.
- </p></li>
-
-<li><p><b>x86/Solaris, amd64/Solaris, x86/illumos, and amd64/illumos</b><br>
- The port of Valgrind on Oracle Solaris
- and illumos has been developed since 2012 and is actively maintained
- by a collaborative effort of several people. The code is available at
- <a href="https://bitbucket.org/iraisr/valgrind-solaris">this page</a>.
- A presentation about the port given at FOSDEM 2014 is available at
- <a href="https://fosdem.org/2014/schedule/event/valgrind_solaris/attachments/slides/359/export/events/attachments/valgrind_solaris/slides/359/valgrind_solaris.pdf">this page</a>.
+ Eric Auge, Kailash Sethuraman and Peter Bex are doing a port of
+ Valgrind 3.X, available at <a href="http://vg4nbsd.berlios.de/">this page</a>.</p></li>
+
+<li><p><b>sparcv9/Solaris</b><br />
+ The port of Valgrind on sparcv9/Solaris is currently in progress.
+ The code is available at <a href="https://bitbucket.org/iraisr/valgrind-solaris">this page</a>.
+ There are still many challenges ahead and a lot of work to do.</p></li>
</ul>
|