- ed39800 Upgrade to valgrind 3.13.0 (15 June 2017). by Elliott Hughes · 7 years ago
- a0664b9 Upgrade to valgrind 3.12.0. by Elliott Hughes · 8 years ago
- d7440ad Bug #278744 cvtps2pd with redundant RexW. by mjw · 9 years ago
- ef4ea0f Follow up to r15628, properly guard none/tests/ansi and fix a typo. n-i-bz. by rhyskidd · 9 years ago
- 115ffed Avoid compiler warning about uninitialised variable. Observed with gcc 5.1 by florian · 9 years ago
- 0bfd39c libvex_test: Use arm64_[di]MinLine_lg2_szB values that make libvex happy. by mjw · 9 years ago
- 4beff58 Make distcheck happy. Fix srcdir != builddir in none/tests/tilegx. by mjw · 9 years ago
- 72e4640 Changes related to new IROp Iop_RoundF128toInt. See VEX r3183. by florian · 9 years ago
- 23924e1 Do not compile ansi.c with clang as that compiler does not by florian · 9 years ago
- ff7469d Add callgrind.h by florian · 9 years ago
- 336b8a0 Update line number as a result of r15624. by florian · 9 years ago
- f286712 Add an assert. by florian · 9 years ago
- 743515c To test extended BFP opcodes we need sizeof(long double) == 16. by florian · 9 years ago
- 7161e33 Suppress unwanted clang 3.7 warnings. Fix undefined behaviour in perf/tinycc.c by florian · 9 years ago
- 8536a41 Bug 351873 Newer gcc doesn't allow __builtin_tabortdc[i] in ppc32 mode. by mjw · 9 years ago
- 4e1d946 Document that --read-inline-info=yes is the default by iraisr · 9 years ago
- 281f0e9 clang miscompiles faultstatus.c function test5(). by florian · 9 years ago
- eb6caa3 Comment out unused functions to avoid clang warnings. by florian · 9 years ago
- 29dd9e6 Change the default setting for --dsymutil from =no to =yes, since by sewardj · 9 years ago
- 6d9a338 Change the --smc-check default value to =all-non-file. by sewardj · 9 years ago
- 03d49dd More copyright date changes for 2015 (fallout from r15577) by sewardj · 9 years ago
- c398e51 Add bug338606 testfile to none/tests/scripts/Makefile.am EXTRA_DIST. by mjw · 9 years ago
- b4737fe Add test cases for VCVT.{S,U}32.F32, S[n], S[n], #imm. Pertains to #342783. by sewardj · 9 years ago
- cb8dd76 Enable building of ARMv8 crypto instruction tests, having finally by sewardj · 9 years ago
- 8331317 Add test cases for PRFM (register). Pertains to #345177. by sewardj · 9 years ago
- 7232d21 Increase test coverage on OS X, by re-enabling the none/tests/amd64/avx2-1 regression test. by rhyskidd · 9 years ago
- 917ca31 Preliminary OS X memalign() shim work, although this specific regression test remains guarded due to clang build issues with _randArray. by rhyskidd · 9 years ago
- 8010017 Increase test coverage on OS X, by re-enabling the none/tests/amd64/avx-1 regression tests with a handy memalign() shim. by rhyskidd · 9 years ago
- 681b466 Increase test coverage on OS X, by re-enabling the none/tests/*/movbe regression tests with a handy memalign() shim. by rhyskidd · 9 years ago
- 7c23ae4 Plumb through memalign16() rather than having four implementations of the same code. n-i-bz. by rhyskidd · 9 years ago
- 7ad9ba9 Add regression test for bz#350062 - vex x86->IR: unhandled instruction bytes: 0x66 0xF 0x3A 0xB (ROUNDSD) on OS X. by rhyskidd · 9 years ago
- 23e68ca Newer Solaris has added /proc/self/cmdline and /proc/<pid>/cmdline. by iraisr · 9 years ago
- 32f96ad do_cmpxchg8b(): fix incorrect inline assembly (wrong register name) by sewardj · 9 years ago
- 053f436 Add test cases for PCMPxSTRx case 0x18. Pertains to #348574, vex r3172. by sewardj · 9 years ago
- 7f0dfdd Add test cases for PCMPxSTRx case 0x42. Pertains to #339820, vex r3171. by sewardj · 9 years ago
- d604d8c Add test cases for missing AVX VCMPPD/VCMPPS cases. Pertains to vex r3170. by sewardj · 9 years ago
- d8a3444 For those testcases that crash one way or another by florian · 9 years ago
- 10ae6ad In filter_stderr_basic do not remove lines beginning with by florian · 9 years ago
- 82be88d Fix another GCC 5.1 warning. by florian · 9 years ago
- 9618859 Fix typo: add missing space between $(AM_CFLAGS) and @FLAG_FSANITIZE@ by philippe · 9 years ago
- e8e8df5 Let "make distclean" remove generated tilegx instruction test files by zliu · 9 years ago
- 7291814 Fix issue of "make dist BUILD_ALL_DOCS=no" by zliu · 9 years ago
- b637cd4 Ensure libvex tests in none are compiling on amd64, when configuring for 32 bits only by philippe · 9 years ago
- 82b558e Fix the "make regtest" error caused by the new tilegx instruction tests by zliu · 9 years ago
- f03f9f3 Guard two hanging tests on OS X 10.11, which otherwise prevent regression test suite from running in automated manner. n-i-bz by rhyskidd · 9 years ago
- 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 · 10 years ago
- 050c8f7 Get prototype from system header. by florian · 10 years ago
- c290b88 Fix bug in do_mremap. Also need to allow SkShmC segments. by florian · 10 years ago
- aa19e15 Add (presently) failing test case for bz#254164. by rhyskidd · 10 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