History log of /external/valgrind/tests/mips_features.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4110f6a5a1e39d5cd6f59a80874394116f41aa41 27-Sep-2014 petarj <petarj@a5019735-40e9-0310-863c-91ae7b9d1cf9> mips64: run FPU tests only when FPU is available

Check whether the target platform is meant to have an FPU before executing
tests that make use of a floating-point unit.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14571 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/tests/mips_features.c
88cd1624de6ac8a5f94830983f9963794e0014a7 27-Sep-2014 petarj <petarj@a5019735-40e9-0310-863c-91ae7b9d1cf9> mips: extend mips_features with a check for FPU

Extend mips_features with "hard-float" query to which mips_features will
respond whether or not the platform is meant to have a floating point unit.
The query is not a runtime check, but a built-time check.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14570 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/tests/mips_features.c
b3eae3e849c4f3ca0136c779fb59eae4cb8d770a 19-Mar-2014 dejanj <dejanj@a5019735-40e9-0310-863c-91ae7b9d1cf9> mips: Disable test on mips32/64 big-endian platforms.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13881 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/tests/mips_features.c
55e7f1978c924f436d67424e324d9cd380d076ff 29-Jan-2014 petarj <petarj@a5019735-40e9-0310-863c-91ae7b9d1cf9> mips64: detect Cavium Octeon II in mips_features

Detect Cavium Octeon II CPU. This is needed as a prerequisite for
successful execution of cavium-octeon2 specific tests.

Patch by Zahid Anwar.

Related to Bugzilla issue 326444.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13782 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/tests/mips_features.c
0432cfee3039e4a6a014e61bd4a4e6adee0330d8 16-Sep-2013 petarj <petarj@a5019735-40e9-0310-863c-91ae7b9d1cf9> mips32/mips64: rename mips32_features to mips_features

As this file is now detecting mips64/Cavium boards, we are renaming it to
reflect that. The functional change is that mips_features now can detect
Cavium board and allow Cavium-specific tests to be run.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13551 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/tests/mips_features.c