- fa0a7f4 Check for Solaris specific program headers PT_SUNW_SYSSTAT and PT_SUNW_SYSSTAT_ZONE; by iraisr · 9 years ago
- 65105dc Merge tilegx instruction test patch "valgrind-tilegx-instruction-test.patch" by zliu · 9 years ago
- 07c41c2 Properly guard none/tests/amd64/avx-1. This resolves one failing regression test on OS X with modern hardware. n-i-bz. by rhyskidd · 9 years ago
- cb30149 Fix testcase such that it can be run under cron on Solaris. by florian · 9 years ago
- 4f2fe91 Properly conditionalise these tests, now that they are guarded on certain combinations of operating system and compiler. by rhyskidd · 9 years ago
- b9749a5 Remove command line options --db-attach and --db-command which were by florian · 9 years ago
- a18a528 Resolve makefile consistency error at conclusion of make regtest by rhyskidd · 9 years ago
- d20c762 Complete fix for bz#344416 - Fix make regtest does not work cleanly on OS X (3). by rhyskidd · 9 years ago
- 308a98c Partial fix for bz#344416 - Fix make regtest does not work cleanly on OS X (2). by rhyskidd · 9 years ago
- 906b2dc Partial fix for bz#344416 - Fix make regtest does not work cleanly on OS X. by rhyskidd · 9 years ago
- b63380a Add two more tests with missing interpreter names. by florian · 9 years ago
- 55084cf Add testcase. Should have been in r15429. by florian · 9 years ago
- 512f27e Fix BZ #338606. Basically, the bug was that it was believed that by florian · 9 years ago
- 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
- 4793735 Patch 7 of 7, improve PPC HW capabiltiy checking. by carll · 9 years ago
- 5bd4f6d Patch 4 and 5 of 7, improve PPC HW capabiltiy checking. by carll · 9 years ago
- 17e3da7 Patch 2 of 7, improve PPC HW capabiltiy checking. by carll · 9 years ago
- 0a52ee2 Fix syntax error; by florian · 9 years ago
- b9e129b Fix from Andreas Arnez for bug 342841 s390x unrecognized instruction fiebra by cborntra · 9 years ago
- ad4e979 Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru). by florian · 9 years ago
- 748ba7a Backing out patch 1 and 2 from Bugzilla 349790. by carll · 9 years ago
- 6504495 Patch 2 of 6 by carll · 9 years ago
- 47a17e8 Fix two testcase builds so they work when linked against a VEX by florian · 9 years ago
- da0a8cb 324181 mmap does not handle MAP_32BIT (handle it now, rather than fail it) by philippe · 9 years ago
- 4544de9 mips64: modify load_indexed_instructions test by petarj · 9 years ago
- fbfd7c6 Fix r15302 for early gcc compilers on OS X. Cannot declare variable in for loop pre C99. n-i-bz. by rhyskidd · 9 years ago
- f6a6380 Add regression test for bz#228343. by rhyskidd · 9 years ago
- 0dc3526 Signal handler ucontext_t not filled out correctly on OS X bz#341419 by rhyskidd · 9 years ago
- 07a167c Fix regression test added in r15282. by rhyskidd · 9 years ago
- 49af592 Add (presently) failing test case for bz#234814. by rhyskidd · 9 years ago
- f0c6139 Unguard none/tests/x86/cse_fail on OS X, as the test completes. n-i-bz. by rhyskidd · 9 years ago
- 1dfa412 Re-enable functioning none/tests/amd64/bug137714-amd64 on OS X n-i-bz by rhyskidd · 9 years ago
- c97b61f Properly guard none/tests/amd64/*.vgtest on OS X for tests not compiled n-i-bz by rhyskidd · 9 years ago
- 8301982 Add procfs-non-linux.stderr.exp variants to EXTRA_DIST. by mjw · 9 years ago
- 423b52b Remove an incorrect assertion. Need to consider SkShmC segments as well. by florian · 9 years ago
- 6a4c682 Follow-up bz#344936: Distinguish readlinkat tests for OS X platforms that do or do not support the readlinkat syscall. by rhyskidd · 9 years ago
- e72941d Fix rounding when printing floating point numbers. by florian · 9 years ago
- 416bb8b Fix unhandled syscall: unix:473 (readlinkat) on OS X 10.10 bz#344936 by rhyskidd · 9 years ago
- 7a5681f In functions VG_(am_relocate_nooverlap_client) and VG_(am_extend_map_client) by florian · 9 years ago
- 050c8f7 Get prototype from system header. by florian · 9 years ago
- c290b88 Fix bug in do_mremap. Also need to allow SkShmC segments. by florian · 9 years ago
- aa19e15 Add (presently) failing test case for bz#254164. by rhyskidd · 9 years ago
- 452fe80 by carll · 10 years ago
- 710d307 Fix also the rm vgcore of a disabled test (also spotted by Matthias Schwarzott) by philippe · 10 years ago
- 76e04ec Fix regression test compile issue on OS X platform, introduced in r15113. n-i-bz by rhyskidd · 10 years ago
- 981abb5 Issue an error message if then brk segment overflows. by florian · 10 years ago
- 7d4a28b Fix an assertion in the address space manager. BZ #345887. by florian · 10 years ago
- 256a6da There is an ABI change in how the PPC64 gcc compiler handles 128 bit arguments by carll · 10 years ago
- 395c2c7 Update the expected output file none/tests/ppc64/jm_int_isa_2_07.stdout.exp by carll · 10 years ago
- d609660 Add support for the lbarx, lharx, stbcx and sthcs instructions. by carll · 10 years ago
- 203a35d For ppc64, use the endianess of the running program, rather by philippe · 10 years ago
- a89b046 Add support for the lbarx, lharx, stbcx and sthcs instructions. by carll · 10 years ago
- cb46d25 Following fix done in tilegx host in vex: r3130, reenable tilegx as host by philippe · 10 years ago
- 548863e by zliu · 10 years ago
- 03aba74 Remove allecec.c from none/tests/tilegx by zliu · 10 years ago
- 4465bd5 Followup to r14974. That revision oversimplified a condition, part by florian · 10 years ago
- ffcfa7a Add 2 tests none/tests/libvex_test and libvexmultiarch_test by philippe · 10 years ago
- 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 10 years ago
- 5370de0 Add missing stdout.exp file by philippe · 10 years ago
- 1fe64fd Consolidate shell script testcases without interpreter. by florian · 10 years ago
- 677b6f5 arm64: remove redundant comment on test cases for FSQRT 2d_2d, 4s_4s, 2s_2s by sewardj · 10 years ago
- 251e180 arm64: enable test cases for FSQRT 2d_2d, 4s_4s, 2s_2s by sewardj · 10 years ago
- a09a725 arm64: enable test cases for by sewardj · 10 years ago
- 0a6d897 New directory: none/tests/scripts Move corresponding testcases there. by florian · 10 years ago
- 8d22844 Add testcase for BZ 231357. by florian · 10 years ago
- e4a4c57 When skipping white space after #! to find the interpreter by florian · 10 years ago
- 3815259 Add a test that triggers sector recycling by philippe · 10 years ago
- 1a877fd arm64: enable test cases for FCVT{N,M,A,P,Z}{S,U} 2d_2d, 4s_4s, 2s_2s by sewardj · 10 years ago
- a840bc0 arm64: add test cases for by sewardj · 10 years ago
- 6aacb06 mips64: extend the test with new cases for Cavium SEQI and SNEI by petarj · 10 years ago
- 05d2cab Address darwin compile issue introduced in r15013, due to _IOC_NONE by rhyskidd · 10 years ago
- cac2b54 Add ecag.stdout.exp-z13. by florian · 10 years ago
- e50e220 add cache info for z13 by cborntra · 10 years ago
- 924c852 New Option --avg-transtab-entry-size=<number> can be used to tune by philippe · 10 years ago
- 21628d2 Fix the testcase so it works on platforms where _IOC_NONE != 0 by florian · 10 years ago
- d0720e4 Implement command line option --valgrind-stacksize=<number> by philippe · 10 years ago
- 846691e Rewritten to use a single line instead of line splicing by florian · 10 years ago
- 15fa8a2 Produce a user message in case of stack overflow. by florian · 10 years ago
- 10e7c67 Change the testcase such that the output matches the intended output. by florian · 10 years ago
- 7f3e0bc Add a comment explaining why there are only 3 emulation warnings by florian · 10 years ago
- e19e2ae arm64: enable test cases for conversion instructions which are by sewardj · 10 years ago
- 2e0da2a arm64: enable test cases for by sewardj · 10 years ago
- 1e802b6 Add command line flag --max-threads=<integer> to increase the number of by florian · 10 years ago
- 4d50c2f Enable test cases for by sewardj · 10 years ago
- 7483ef3 Enable test cases for all remaining FP multiply instructions: by sewardj · 10 years ago
- 679e410 Enable test cases: by sewardj · 10 years ago
- 5905222 Enable test cases for all FP compare instructions: by sewardj · 10 years ago
- 8d47a61 Allow the user to specify precise-exception behaviour for translations by sewardj · 10 years ago
- f01eaf2 Add test cases for AVX-1 conditional vector stores: by sewardj · 10 years ago
- 44e5376 Add test cases for VPMASKMOV{D,Q} xmm/ymm to memory. by sewardj · 10 years ago
- 1b14466 Re-enable building of manythreads and thread-exits tests. Patch and discussion per BZ #341613. by rhyskidd · 10 years ago
- 866862a Fix BZ #116002. by florian · 10 years ago
- 227a1ec Add limited support for printing floating point numbers to by florian · 10 years ago
- a5dc2fd Update expected output for none/tests/darwin/access_extended. by sewardj · 10 years ago
- 5313495 Update test result following VEX r3029. by florian · 10 years ago
- 5b99e66 Fix BZ 334802. Patch by Mark Wielaard with a few mods to make it apply. by florian · 10 years ago
- 465adfd Add an early-clobber constraint. Otherwise, it will segfault when compiled by florian · 10 years ago
- 1e407cc mips64: add test cases for Cavium BBIT032 and BBIT132 by petarj · 10 years ago
- d0d42bf Add test cases for RORV x_x_x, w_w_w. by sewardj · 10 years ago
- a9e7d88 Add test cases for CLS x_x, w_w. by sewardj · 10 years ago