- 006f29f Add a test case for semaphores with nonzero initial values. by sewardj · 17 years ago
- 11e352f Correctly handle semaphores with nonzero initial values. Fixes bug by sewardj · 17 years ago
- 1c7e833 So much for C's "type system" (ha ha). Correct version of r7250. by sewardj · 17 years ago
- 3c2f748 Don't assert when destroying a locked rwlock. by sewardj · 17 years ago
- 2ee3395 Don't break the build on AIX5.3. by sewardj · 17 years ago
- eafad3b Try to fix, or at least avoid if possible, some arbitrary delays at by sewardj · 17 years ago
- 3387889 Spelling fixes and misc tidying for the manual. (Brian Gough) by sewardj · 17 years ago
- b5f2964 Back out bogus strict-aliasing hacks and use -fno-strict-aliasing by default. by sewardj · 17 years ago
- 944fbf2 Change the baseline optimisation level from -O to -O2. by sewardj · 17 years ago
- e75c97e Rename a couple more UInts which really should be SVals. by sewardj · 17 years ago
- fb86168 Give shadow values their own type (SVal) for the usual by sewardj · 17 years ago
- 79ef5e5 by njn · 17 years ago
- 0d2a2c1 Comment-only change. by sewardj · 17 years ago
- 862ed5e Don't hang on some old systems, since that makes the entire regtest system hang. by sewardj · 17 years ago
- c17be79 Followup to r7105: stop gcc complaining about violations of ANSI C by sewardj · 17 years ago
- 572feb7 Rename in the manual. by sewardj · 17 years ago
- b411202 by sewardj · 17 years ago
- 609939f Rename this directory. by sewardj · 17 years ago
- 8a7b41b Fix various format string errors, courtesy of Florian Krohm. by njn · 17 years ago
- 3f94a7d Changes to m_hashtable: by sewardj · 17 years ago
- 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
- b5c7575 Get rid of the core-tool events pre_mutex_lock, post_mutex_lock and by sewardj · 18 years ago
- 0b9d74a by sewardj · 18 years ago
- f8126e9 change void* to Addr in mutex helpers. patch by Bard Van Assche. by dirk · 18 years ago
- 90527e3 Change a bunch of pointer <-> int casts to pointer <-> long casts so by sewardj · 18 years ago
- 4082356 Merge r6214 (some parts): by sewardj · 18 years ago
- 1eff82b by sewardj · 18 years ago
- 4cfea4f by sewardj · 18 years ago
- e4b0bf0 Update copyright dates. by sewardj · 18 years ago
- b148920 Update 64-bit cleanness info. by njn · 19 years ago
- 5e0e922 Clarify the Helgrind-doesn't-work message. by njn · 19 years ago
- eadcd86 Cleanup/restructure m_debuginfo, as described in by sewardj · 19 years ago
- 2dc8480 Fix typos by weidendo · 19 years ago
- 7fd15d6 Make the BSD-style license notices slightly more accurate. by njn · 19 years ago
- 94fb233 Don't use -gstabs on ppc64-linux, as it doesn't work with some gccs (Dave Nomura). by sewardj · 19 years ago
- 461df9c These files all speak about instrumentation functions. by sewardj · 19 years ago
- 0126214 by sewardj · 19 years ago
- bcd75fc Remove all remaining profiling gunk. by njn · 19 years ago
- 03e0e7c Tidying up stuff re generating manpage from *.xml docs by de · 19 years ago
- 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
- 8d9fec5 Complete documentation trawl for 3.1.0. by sewardj · 19 years ago
- 151a639 Fix compiler warnings. by tom · 19 years ago
- fb7bcde Dual architecture support - this commit is a major rework of the build by tom · 19 years ago
- 4ba057c Change the core-tool interface so that tools are fully aware of both by sewardj · 19 years ago
- 0cd42f0 Fix realloc wrappers to handle the out of memory case properly - if by tom · 19 years ago
- 6929333 Remove now-unused "shadow_memory" need. by njn · 19 years ago
- 45f4e7c by sewardj · 19 years ago
- 8cdd185 Add a note about a nice paper describing data races. by njn · 19 years ago
- 5db3212 Give informative failure messages if you try to use Helgrind or by njn · 19 years ago
- f69f945 by njn · 19 years ago
- 5d8a230 by njn · 19 years ago
- d9e5fd7 Rename functions to make the type involved clearer. by njn · 19 years ago
- af839f5 by njn · 19 years ago
- ae71dd4 argh! there were loads of the little beggars .... by de · 19 years ago
- fc51f8d Malloc replacement worked very much like a 'need', but wasn't one. by njn · 19 years ago
- c7561b9 by njn · 19 years ago
- 7cee6f9 Updates to the rest of the debuginfo module to track directory names. by sewardj · 19 years ago
- f536bbb by njn · 19 years ago
- f39e9a3 Finished the modularisation of vg_mylibc.c, which meant it could be removed. by njn · 19 years ago
- 29ef1c8 Stop gcc complaining about Helgrind on 64-bit platforms. Note, this by sewardj · 19 years ago
- 4802b38 Move some decls out of tool.h into the new file pub_tool_aspacemgr.h. by njn · 19 years ago
- adb7a75 Avoid compiler warnings. by njn · 19 years ago
- 132bfcc by njn · 19 years ago
- 36a20fa by njn · 19 years ago
- 13bfd85 by njn · 19 years ago
- 97405b2 by njn · 19 years ago
- 31513b4 by njn · 19 years ago
- ea27e46 Modularised all the debug info stuff as m_debuginfo/. It's a mess by njn · 19 years ago
- 2024234 by njn · 19 years ago
- 02bc4b8 by njn · 19 years ago
- 81c00df by njn · 19 years ago
- 36ef6ba by njn · 19 years ago
- 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 20 years ago
- 717cde5 by njn · 20 years ago
- fbdcba9 Helgrind: by njn · 20 years ago
- 51d827b by njn · 20 years ago
- 2bc1012 A crucial, crucial change: update my email address. by njn · 20 years ago
- c756a8e Update helgrind to use the new mechanism to declare it's interface by tom · 20 years ago
- 95e65f6 Reinstate Helgrind, to an extent: compile it, so that it doesn't bit-rot. by njn · 20 years ago
- 9fb73db by njn · 20 years ago
- db9b773 Use "VGA_" prefix more consistently. by njn · 20 years ago
- d01fef7 by njn · 20 years ago
- 6751613 make function names more uniform by njn · 20 years ago
- 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 20 years ago
- b5f6f51 by sewardj · 20 years ago
- cbdddcf by sewardj · 20 years ago
- b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
- 0e742df 64-bit cleanness: fix nasty bug... in the memory allocators, redzones by njn · 20 years ago
- 3e986b2 Overhauled the docs. Removed all the HTML files, put in XML files as by njn · 20 years ago
- c616819 by njn · 20 years ago
- 14d01ce Reinstated Helgrind and Cachegrind; at least, they are included in by njn · 20 years ago
- e0a432b Forgot to remove this line when I removed the x86-specific tests the other day. by njn · 20 years ago
- 2fc0c87 Removing the insn_* tests from helgrind, memcheck, addrcheck and by njn · 20 years ago
- 94065fd by njn · 20 years ago
- fc26ff9 Rename macros ("SKIN"-->"TOOL") by njn · 20 years ago
- 26f0251 Converted the SK_ prefix to TL_ everywhere. by njn · 20 years ago
- 6799325 Renamed VG_(skin_panic) as VG_(tool_panic). by njn · 20 years ago
- b126f73 Renamed functions with 'Skin' in them: SK_(pp_SkinError), by njn · 20 years ago
- ca82cc0 Renamed sk_assert() as tl_assert(). by njn · 20 years ago
- 063c540 Changed name of tool shared objects from vgskin_XXX.so to vgtool_XXX.so. by njn · 20 years ago