- 39eb667 Fix minor anomaly pointed out by icc9. by sewardj · 19 years ago
- 453e8f8 Get rid of general case in mkLazy3 and instead add new cases as they appear. by sewardj · 19 years ago
- e91cea7 Track vex r1573 (introduction of 4-arg IR primops for ppc fmadd/fmsub). by sewardj · 19 years ago
- b0e1ccc This causes problems on setups where ld.so is mapped at just over 1M: by sewardj · 19 years ago
- c7e8c74 Test program aimed at exercising x87 insns a bit on amd64. by sewardj · 19 years ago
- bee2c28 Add a check for fsincos. by sewardj · 19 years ago
- 672f778 Yet more x86 instruction tests, mostly aimed at wierd/transcendental x87 insns. by sewardj · 19 years ago
- d6075eb Tidy up a couple more x86-related primops following rounding changes. by sewardj · 19 years ago
- 22ac5f4 Followup to r5605: fixes for x86 by sewardj · 19 years ago
- ed69fdb by sewardj · 19 years ago
- 9af10a1 Change the number of client request args from 4 to 5 as that may by sewardj · 19 years ago
- 4f3e0f2 Track vex r1553 (addition of Iop_Est8FRecip, case Iop_Est5FRSqrt) by sewardj · 19 years ago
- 02fd0d7 Test program to check the behaviour of a bunch of FP functions. by sewardj · 19 years ago
- 48e7bc4 Use perf/fbench as a simple FP test too. This is a modified copy, not a symlink. by sewardj · 19 years ago
- 46712cd Use the bz2 test in perf/ as a regression-test, just as a moderately by sewardj · 19 years ago
- 5a6d7e4 Wibble by sewardj · 19 years ago
- c885844 Make amd64 function wrapping work again following recent changes. by sewardj · 19 years ago
- d68ac3e Changes to make function wrapping work better on ppc64-linux: by sewardj · 19 years ago
- 134d1aa More function wrapping tests. by sewardj · 19 years ago
- 7d5c209 Track line number changes. by sewardj · 19 years ago
- 80d9eac More __libc_start_main -> "(below_main)" changes. by sewardj · 19 years ago
- 2da8f33 Update with new expected outputs. by sewardj · 19 years ago
- 9e9864c Suppressions-tests fixes. by sewardj · 19 years ago
- 4658b35 Fixes to track the "(below main)" change. by sewardj · 19 years ago
- 5a3f36f Don't try sys_sigprocmask on ppc64-linux. by sewardj · 19 years ago
- 81c145a getcontext() seems to be unimplemented on glibc-2.3.3 on ppc64-linux. by sewardj · 19 years ago
- a151c39 Clever handling of partially defined equality does not work on by sewardj · 19 years ago
- 714cbe0 This was segfaulting on ppc64-linux, even natively. These changes by sewardj · 19 years ago
- 26fd33d Make a bit less nonsensical on 64-bit platforms. by sewardj · 19 years ago
- e21a858 To reduce the endless nuisance of multiple different names for "the by sewardj · 19 years ago
- 9085f7e Make these behave correctly on ppc64 ELF. by sewardj · 19 years ago
- 2e1a677 Valgrind-side handling (fast case) for the ppc64 ELF stack redzone. by sewardj · 19 years ago
- 461df9c These files all speak about instrumentation functions. by sewardj · 19 years ago
- 62eae5f Increase size of the largest guest state handled. by sewardj · 19 years ago
- 0ec07f3 Merge in function wrapping support from the FNWRAP branch. That by sewardj · 19 years ago
- 6792df3 Make this test 64-bit clean. by sewardj · 19 years ago
- 7894793 Fix a casting bug in the LOADV8 slow (misaligned) case spotted by Nick. by sewardj · 19 years ago
- 48540da Build fix for oset_test following recent build system hackery. by sewardj · 19 years ago
- 3a699b8 amd64-linux adjustments as a followup to r5493. by sewardj · 19 years ago
- 0126214 by sewardj · 19 years ago
- a974276 Make this work on SSE1-only machines. by sewardj · 19 years ago
- 834db0e Also do sse memory overrun tests on x86. by sewardj · 19 years ago
- a5b1b25 Add a test program which checks for memory overruns in the SSE insn decoder. by sewardj · 19 years ago
- 694202c Update for recent change to OSet interface. by njn · 19 years ago
- b00944a Handle ppc64-related primops. by sewardj · 19 years ago
- 53ee1fc Deal with function pointer vs function entry crazyness on ppc64-linux. by sewardj · 19 years ago
- 1bc8210 Handle CmpORD64{U,S} as ppc64 requires those. by sewardj · 19 years ago
- e004d72 Add a destructor function to OSet_Destroy() which can be called for each node. by njn · 19 years ago
- 13a4926 Remove remaining profiling gunk from Memcheck. by njn · 19 years ago
- fe5115a Remove the old profiling stuff from Memcheck. by njn · 19 years ago
- 6b23958 Clarify leak checker output. by njn · 19 years ago
- d55121e Fixed to check whether __builtin_expect is supported before using it. by tom · 19 years ago
- 5741d40 Duh, remove debug printing. Duh. by sewardj · 19 years ago
- 75d8eb9 Nasty hack to stop the leak checker dying on custom-allocator example by sewardj · 19 years ago
- 7e9ed71 When using a custom allocator that allocates with no intervening by sewardj · 19 years ago
- 2108204 Take ppc64 startup further along the road by cerion · 19 years ago
- 03e0e7c Tidying up stuff re generating manpage from *.xml docs by de · 19 years ago
- d0220c1 Add directories missed in r5250 (ppc64 first checkin). by sewardj · 19 years ago
- 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
- 97ab7e7 mc-tech-docs.xml - removed ref to cachegrind.org by de · 19 years ago
- 71ef8e7 Fix obscure memcheck bug found by Nick. This could cause false by sewardj · 19 years ago
- 2fa01f1 Add a few missing regtest outputs. by sewardj · 19 years ago
- 7e109d1 Minor doc tweaks, mostly white space by de · 19 years ago
- 0ba33f6 Last of the __libc_start_main fixes. by tom · 19 years ago
- d48d927 Yet more __libc_start_main updates. by tom · 19 years ago
- a9951cd Update XML results for __libc_start_main change. by tom · 19 years ago
- 428bdf7 Fix argument count given to makecontext. by tom · 19 years ago
- 36c7619 Update some expected results in line with Julian's fix to stop by tom · 19 years ago
- c2588a5 comment about the test by njn · 19 years ago
- b67c6ce wibl by njn · 19 years ago
- 7c68e98 gcc isn't so hot at reading English text by sewardj · 19 years ago
- 09ef408 copy log message as a comment by njn · 19 years ago
- b325ad1 Allocate stack with mmap rather than malloc, so that on ppc32 we get an executable by sewardj · 19 years ago
- 89551b3 This won't work on ppc32 unless you ask for an alt stack with x permissions, by sewardj · 19 years ago
- 754b82d A couple of these syscalls fail differently when running on an amd64 by sewardj · 19 years ago
- 176cb4c Added fp vector conversion/rounding irops to memcheck by cerion · 19 years ago
- 37b4503 Update XML results. by tom · 19 years ago
- 8d9fec5 Complete documentation trawl for 3.1.0. by sewardj · 19 years ago
- 90c524e Remove horribly out-of-date comment. by njn · 19 years ago
- bb704c3 Make this test compile on my machine. by njn · 19 years ago
- e78ba2a Couple more irops for memcheck. by cerion · 19 years ago
- 99d7d1b Use the amd64 tests on amd64, not the x86 ones... by tom · 19 years ago
- c82c149 Add a filter for the amd64 tests. by tom · 19 years ago
- accb353 Run instruction tests under memcheck as well as none. by tom · 19 years ago
- 2fb8f7a Add a stack switching test. by tom · 19 years ago
- b12b89f Add results for 64 bit systems. by tom · 19 years ago
- ef56732 Allow 32 bit x86 tests to run on amd64 machines. by tom · 19 years ago
- 151a639 Fix compiler warnings. by tom · 19 years ago
- cbf8be7 Oops. Track primop renamings. by sewardj · 19 years ago
- 43d6075 Handle IR primops arising from running Altivec code. It seems Altivec by sewardj · 19 years ago
- f3418c0 Get rid of old flags that memcheck no longer has. by sewardj · 19 years ago
- e07b83e Add tests for --partial-loads-ok= flag. by sewardj · 19 years ago
- 0ded7a4 memcheck: make --partial-loads-ok=yes work again, but now make it by sewardj · 19 years ago
- 45a6abb fwrite.stdout.exp seems to be not present and make dist doesn't like that. by sewardj · 19 years ago
- fb7bcde Dual architecture support - this commit is a major rework of the build by tom · 19 years ago
- 545663e Handle vector FP unordered compares. by sewardj · 19 years ago
- 42d6367 The memcheck/tests/sigprocmask test is designed to test that we handle by tom · 19 years ago
- 81afd4b Update EXTRA_DIST to include new results files. by tom · 19 years ago
- 770ba3d Add alternate results for memcheck/tests/strchr on amd64. by tom · 19 years ago
- 8e9cb43 Removed memcheck/tests/weirdioctl as it is badly broken and seems by tom · 19 years ago