aboutsummaryrefslogtreecommitdiff
path: root/helgrind
AgeCommit message (Expand)Author
2004-11-29Added beginnings of an AMD64 port, so lots of new files and directories.njn
2004-11-26Reinstated Helgrind and Cachegrind; at least, they are included innjn
2004-11-26Forgot to remove this line when I removed the x86-specific tests thenjn
2004-11-25Removing the insn_* tests from helgrind, memcheck, addrcheck andnjn
2004-11-22Last few skin-->tool changes, in various places.njn
2004-11-22Rename macros ("SKIN"-->"TOOL")njn
2004-11-22Converted the SK_ prefix to TL_ everywhere.njn
2004-11-22Renamed VG_(skin_panic) as VG_(tool_panic).njn
2004-11-22Renamed functions with 'Skin' in them: SK_(pp_SkinError),njn
2004-11-22Renamed sk_assert() as tl_assert().njn
2004-11-22Changed name of tool shared objects from vgskin_XXX.so to vgtool_XXX.so.njn
2004-11-22Convert the 'skin_errors' need to 'tool_errors'.njn
2004-11-18Generalised the reg test script again: replaced the "cpu_test" line,nethercote
2004-11-0464-bit cleanness: convert client requests to receive and return UWords.nethercote
2004-11-0464-bit cleanness: lots more replacing of UInt with UWord as necessary.nethercote
2004-11-0464-bit cleanness: make the hash-table have UWord keys instead of UInt keys.nethercote
2004-11-0364-bit cleanness: Yet more UInt-->SizeT changes.nethercote
2004-11-0264-bit cleanness:nethercote
2004-11-0264-bit cleanness: Converted malloc() et al to use SizeT rather than Int.nethercote
2004-10-20Build vg_replace_malloc.c into a library, because it makes the Makefiles a bitnethercote
2004-10-20Arch-abstraction:nethercote
2004-10-19Arch-abstraction:nethercote
2004-10-19Arch-abstraction:nethercote
2004-10-19Arch-abstraction:nethercote
2004-10-13Allow for test output files.nethercote
2004-09-13All newlines are borked; fix.nethercote
2004-09-07Arch-abstraction:nethercote
2004-09-02Arch-abstraction: renamed "vg_skin.h" as "tool.h". Kept a residual vg_skin.hnethercote
2004-09-01Use Makefile.am includes. This gets rid of 110 lines of repetitive Makefile.amnethercote
2004-08-25Putting "dist_" in front of a "_DATA" variable means it is included in "makenethercote
2004-08-23Small step in factoring out arch-specific code: replacenethercote
2004-08-23Remove a bunch of unnecessary -DVG_LIBDIR="\"$(libdir)"\" arguments innethercote
2004-08-18Remove 3 identical and self-admittedly spurious assertions.nethercote
2004-07-25Add instruction tests for the LFENCE/MFENCE/SFENCE instructions.thughes
2004-07-16Slightly change, with J's approval, startup copyright messages to betternethercote
2004-07-10Don't force tool redzones to be multiples of 8.nethercote
2004-07-10Fix for bug #78048.nethercote
2004-06-29Make VPATH builds work so that valgrind can be built in a differentthughes
2004-06-27Removed all uses of nested functions as they only work with gcc andthughes
2004-06-16Introduced 4 macros to minimise boilerplate command line processing code.nethercote
2004-04-16Make that damn 'inherit' test stop failing, even if Helgrind isn't doing thenethercote
2004-04-13Changed error message from:nethercote
2004-03-31Added more floating point instruction tests.thughes
2004-03-28Added more floating point instruction tests.thughes
2004-03-28Added tests for floating point multiple and divide instructions.thughes
2004-03-27Extended instruction test system to handle x87 floating point instructionsthughes
2004-03-15Move the handling of PSHUFW from the SSE code to the MMX code so thatthughes
2004-03-12Fix "make distcheck", and also make sure that the generated archivefitzhardinge
2004-03-09Fix expected standard error output for mmxext tests to resolvethughes
2004-03-09Fix bug 69856; teach Helgrind about all the new SSE-related UOps.fitzhardinge