Age | Commit message (Expand) | Author | Files | Lines |
2010-05-03 | Update copyright dates to 2010. | sewardj | 1 | -1/+1 |
2009-11-05 | New flag: --trace-children-skip=patt1,patt2,etc | sewardj | 1 | -0/+7 |
2009-08-04 | Various option-related tweaks: | njn | 1 | -1/+1 |
2009-07-15 | Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. | sewardj | 1 | -22/+6 |
2009-05-28 | Merge the DARWIN branch onto the trunk. | njn | 1 | -0/+4 |
2009-03-10 | Updated copyright years. | njn | 1 | -1/+1 |
2009-02-10 | Cleaned up the mess that was the treatment of "below main" functions such as | njn | 1 | -2/+0 |
2008-09-18 | Merge all remaining changes from branches/PTRCHECK. These are some | sewardj | 1 | -4/+4 |
2008-05-13 | Increased maximum number of suppression files from 10 to 100. Fixes #161487. | bart | 1 | -1/+1 |
2008-03-03 | Merge in the DATASYMS branch. | sewardj | 1 | -0/+2 |
2008-02-11 | Update copyright dates ("200X-2007" --> "200X-2008"). | sewardj | 1 | -1/+1 |
2008-01-09 | Move VG_(clo_backtrace_size) to a tool-visible header file. | sewardj | 1 | -2/+0 |
2007-12-18 | Improve handling of programs which require very large main thread | sewardj | 1 | -0/+3 |
2007-11-23 | Fixed up the log file mess throughout, including the docs. This killed | njn | 1 | -11/+5 |
2007-11-22 | Add support for %q in --massif-out-file. Todo: use this mechanism for the | njn | 1 | -0/+2 |
2007-11-17 | Add a new flag, --child-silent-after-fork=no|yes [no]. When enabled, | sewardj | 1 | -0/+6 |
2007-08-28 | Make the --max-stackframe machinery 64-bit clean. | sewardj | 1 | -2/+3 |
2007-02-12 | Essentially non-functional tidyings and improvements to debuginfo | sewardj | 1 | -0/+8 |
2007-02-12 | Get rid of the unused --model-pthreads flag. | sewardj | 1 | -2/+0 |
2007-02-09 | Oops; make declarations match definitions. So much for C's type system. | sewardj | 1 | -2/+2 |
2007-02-07 | Make VG_(clo_log_file_qualifier) tool-visible. | sewardj | 1 | -1/+1 |
2007-01-08 | Update copyright dates. | sewardj | 1 | -1/+1 |
2006-10-19 | Move a couple of functions out of tool view. | sewardj | 1 | -0/+11 |
2006-10-17 | Merge r6126: | sewardj | 1 | -0/+2 |
2006-06-05 | Update copyright dates. | sewardj | 1 | -1/+1 |
2006-05-12 | A new flag, --error-exitcode=, has been added, to allow changing the | sewardj | 1 | -1/+5 |
2005-11-12 | Rename --simulation-hints as --sim-hints for brevity. | njn | 1 | -1/+1 |
2005-10-20 | Remove all remaining references to pointercheck. It's sad to see it | sewardj | 1 | -3/+0 |
2005-10-20 | The Spin-Doctor arrives in Valgrind-Land: rename --weird-hacks= to | sewardj | 1 | -2/+2 |
2005-10-06 | The m_syswrap subsystem is Valgrind's model of how the kernel behaves | sewardj | 1 | -0/+5 |
2005-09-28 | Get rid of some macros used only by the old aspacemgr, and tidy up | sewardj | 1 | -1/+0 |
2005-07-26 | Make VG_(clo_vex_control) tool-visible so tools can control how | sewardj | 1 | -2/+0 |
2005-07-24 | --branchpred= doesn't do anything (I'm not sure what it ever did do). Rm'd. | sewardj | 1 | -2/+0 |
2005-07-24 | Get rid of --support-elan3=. This flag wasn't doing anything since | sewardj | 1 | -3/+0 |
2005-07-24 | Rename --smc-support= to --smc-check=. | sewardj | 1 | -1/+1 |
2005-07-19 | New command line option: --log-file-qualifier=VAR. When specified, | sewardj | 1 | -2/+9 |
2005-07-07 | Support for self modifying code on unfriendly platforms (x86, amd64) | sewardj | 1 | -0/+16 |
2005-06-18 | Move VG_CLO_DEFAULT_LOGPORT to a better spot. | njn | 1 | -4/+0 |
2005-06-12 | Finished the modularisation of vg_mylibc.c, which meant it could be removed. | njn | 1 | -16/+0 |
2005-06-01 | Move VALGRINDCLO and VALGRINDOPTS into m_options. | njn | 1 | -0/+16 |
2005-05-16 | Added module m_options for holding all the command-line option stuff. | njn | 1 | -0/+162 |