- 9f20746 Updated copyright years. by njn · 16 years ago
- 11d59ca Roll back accidental change that shouldn't have been in r9316. by njn · 16 years ago
- 61485ab tests/arch_test is currently being used for two purposes: by njn · 16 years ago
- 683b7cb Merged r9287 (vgprintf fix) from the DARWIN branch. by njn · 16 years ago
- 251a0e7 Ported this test to ppc. by bart · 16 years ago
- 449642a Another 'make check' warning fix. by njn · 16 years ago
- 819e764 More 'make check' warning fixes. by njn · 16 years ago
- 685a959 Fix some more 'make check' warnings, ones that appear on non-Linux platforms. by njn · 16 years ago
- efc13c2 Get rid of all "make check" compile warnings, except for the ones from by njn · 16 years ago
- 6ab37c7 A few more test/build changes. by njn · 16 years ago
- 64c62d4 Some more test/build cleanups missed in prior commits. by njn · 16 years ago
- 07891f9 Test files were being passed multiple arch options (eg. "-m32 -m64") when by njn · 16 years ago
- 5304457 Various build system clean-ups and simplifications: by njn · 16 years ago
- cda5a15 For the fdleak_* tests, completely remove the stack traces showing where by njn · 16 years ago
- 870f170 Stack traces for Memcheck's syscall param errors are terribly unreliable, so by njn · 16 years ago
- 107bc57 Merge r9175 (don't run inappropriate OS- and platform-specific tests) from by njn · 16 years ago
- 0458a12 Moved 3 Linux-specific tests into linux/ directories. by njn · 16 years ago
- e66ffee Filter out everything after "(below main)" in a line. This will help with by njn · 16 years ago
- 6882443 Cleaned up the mess that was the treatment of "below main" functions such as by njn · 16 years ago
- d3e4dd9 Merge some minor regtest updates from the DARWIN branch: by njn · 16 years ago
- 7fd6d38 Rename all the arch/OS/platform-related variables in configure.in to make it by njn · 16 years ago
- a6dbb3f - No longer using VG_ARCH_ALL to determine the DIST_SUBDIRS used for by njn · 16 years ago
- 3ec9d9a Merge part of r8943 from the Darwin branch -- use VGA_* instead of VGP_* for by njn · 16 years ago
- 86728b2 Add a comment explaining this test. by njn · 16 years ago
- a00febc SSE3 and SSSE3 are two different things, so add a proper SSSE3 feature by tom · 16 years ago
- 4d598eb Fixed typo (a space was lost by copying text between shell sessions). by bart · 16 years ago
- fcb1cd6 The blockfault regression test now passes on 64 bit systems too. by bart · 16 years ago
- 9ba91f4 Update expected outputs. by sewardj · 16 years ago
- 6967b5f Add a new expected output for this test. Really it's a bad test, by sewardj · 16 years ago
- 6f089c7 Update expected output. by sewardj · 16 years ago
- 5e3e56b Run this test -q, so as to remove the variance in outputs exhibited as by sewardj · 16 years ago
- f4f5cd2 Add a test case for #156404 (main thread stack not getting extended by sewardj · 16 years ago
- bbf5a2f This should have been committed as part of r8623 (Fix longstanding bug by sewardj · 16 years ago
- e95d94f Fix longstanding bug in dual-arch support, which originated in by sewardj · 16 years ago
- 9c606bd by sewardj · 16 years ago
- 93ca0cb Make the rlimit_nofile regression tests less system dependent. by bart · 16 years ago
- fbce73d Make the fdleak regression tests less system dependent. by bart · 16 years ago
- c874142 #define HAS_ALTIVEC is now fetched from config.h instead of from Makefile.am. by bart · 16 years ago
- 285ae1c Fixed compiler warnings. by bart · 16 years ago
- 5a544ca Add a test case for #152818 (from Sergei Trofimovich) by sewardj · 16 years ago
- cec15e8 Make sure compilation of pth_cancel1.c gets $(AM_FLAG_M3264_PRI). by sewardj · 17 years ago
- c381849 Added yet another output variant. by bart · 17 years ago
- 137f8f6 Added yet another output variant. by bart · 17 years ago
- d8b6689 Added yet another output variant. by bart · 17 years ago
- 3a3e8ca Suppress unavoidable warning during compilation of pth_cancel1.c. by bart · 17 years ago
- 71a50b3 Moved mallinfo regression test from none/tests to memcheck/tests. by bart · 17 years ago
- bee023b Made mallinfo() regression test more extensive, based on a contribution by Eugene Toder. by bart · 17 years ago
- 68d9fab Added regression test for mallinfo(). by bart · 17 years ago
- b8b79ad Merge in the DATASYMS branch. by sewardj · 17 years ago
- 05b4823 Fix minor breakage in 7 tests. by njn · 17 years ago
- fad9c1c From Bart van Assche: by njn · 17 years ago
- 03d6900 Try to fix build system breakage w.r.t. ssse3_misaligned. It isn't by sewardj · 17 years ago
- 6d6da5b Only build the SSSE3 tests on machines whose assemblers know about by sewardj · 17 years ago
- 8231f32 Add SSSE3 tests. by sewardj · 17 years ago
- 95d86c0 Improve handling of programs which require very large main thread by sewardj · 17 years ago
- 728ae1c Get rid of compiler warnings. by sewardj · 17 years ago
- 28f80e9 Update expected outputs. by sewardj · 17 years ago
- 374a36d by njn · 17 years ago
- 0ab5548 Merge (from branches/THRCHECK) misc build-system changes. Nothing significant. by sewardj · 17 years ago
- 0657e1c Test for decoding of some instructions with redundant REX.W bits in by sewardj · 17 years ago
- 1ceeaf5 Add test for tw instruction. by sewardj · 17 years ago
- c485ef2 Add test for tw and td instructions. by sewardj · 17 years ago
- 268b2f5 Add regtest for amd64 implementation of maskmovq and maskmovdq. by sewardj · 17 years ago
- b508d77 Older assemblers on amd64-linux don't do lahf/sahf; work around that. by sewardj · 18 years ago
- 1f456de Test sahf/lahf on amd64. by sewardj · 18 years ago
- fa18a26 Don't build SSE3 tests if the configure test determined that the assembler by sewardj · 18 years ago
- de21b95 Add a test for vex ppc64 code generation bug fixed by vex r1739 by sewardj · 18 years ago
- 8af928c Updated expected output. by sewardj · 18 years ago
- 4ad1357 Make SSE-1 friendly. by sewardj · 18 years ago
- 2990a49 Add regtest against vex cse failure that surfaced in 3.2.2. by sewardj · 18 years ago
- 0d9a3ef Add a test for rc{l,r}{bwlq} on amd64. (from Emmanuel Thomé) by sewardj · 18 years ago
- 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
- aff33ae Update expected output following r6447 (Test lvxl and stvxl.) by sewardj · 18 years ago
- 7a1f3b6 Add regtest for bug129390 (altivec cache hint insns) by sewardj · 18 years ago
- 0b21412 Test lvxl and stvxl. by sewardj · 18 years ago
- e780434 Add regtest for #139050. by sewardj · 18 years ago
- cbe6c57 Regtest for bug 137714 (x86 MASKMOVQ/MASKMOVDQU insns) by sewardj · 18 years ago
- bf57ce7 Use standard pthread mutexes instead of spinlocks. Not all distros by sewardj · 18 years ago
- 76e8a96 Add locking so this produces repeatable results (Bart Van Assche). by sewardj · 18 years ago
- e1494c6 64-bit followup to r6404: fix and simplify the inline assembly, so it by sewardj · 18 years ago
- 5f2d97b Fix and simplify the inline assembly, so it works right when compiled by sewardj · 18 years ago
- 1f84dbc Include missing files in tarball. by sewardj · 18 years ago
- 2f3bcd2 Minor tidying for regtests on AIX. by sewardj · 18 years ago
- 7e0b776 Fix various regtests, mostly by adding 64-bit outputs. by sewardj · 18 years ago
- 0306d74 Update expected output. by sewardj · 18 years ago
- c8990d3 On SuSE 10.1 (amd64) fd 4 seems to be open at process start. Close it by sewardj · 18 years ago
- fc9f82d Update a couple of expected outputs. by sewardj · 18 years ago
- 82020a8 Add a regression test, courtesy of Bart Van Assche. by njn · 18 years ago
- 7d47d9e Regtest for #135421 (long-form encoding of 'push{l,w} %reg') by sewardj · 18 years ago
- 8116d7b A test for JECXZ and JCXZ. by sewardj · 18 years ago
- b95cd58 Add a regtest for #126147. by sewardj · 18 years ago
- 7554cc8 Add a regtest for #125959. by sewardj · 18 years ago
- 90527e3 Change a bunch of pointer <-> int casts to pointer <-> long casts so by sewardj · 18 years ago
- 3477e8c Update expected output. by sewardj · 18 years ago
- 4bdd505 Merge r6113: by sewardj · 18 years ago
- 1eff82b by sewardj · 18 years ago
- 90da11b A a test for the 'mcrfs' insn. by sewardj · 18 years ago
- 68245ce Regtest for #133678 (amd64 pextrw with 64-bit dst register) by sewardj · 18 years ago
- cbc4bdf Add regtest for #132918 (amd64 fprem). by sewardj · 18 years ago
- 969d89c 64-bit regtest for #132813 (Assertion at priv/guest-x86/toIR.c:652 fails) by sewardj · 18 years ago