Age | Commit message (Expand) | Author | Files | Lines |
2009-05-28 | Merge the DARWIN branch onto the trunk. | njn | 3 | -17/+96 |
2009-05-21 | DARWIN sync: spacing. | njn | 1 | -2/+3 |
2009-05-18 | Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the | njn | 1 | -6/+4 |
2009-04-22 | Add support for reading Windows PDB debug info (symbols and line | sewardj | 1 | -2/+6 |
2009-03-10 | Updated copyright years. | njn | 3 | -3/+3 |
2009-02-24 | Remove a number of unused parameters, found with -Wunused-parameter. | njn | 1 | -5/+5 |
2009-02-17 | In the core, include malloc_usable_size() as one of the functions that must | njn | 1 | -1/+1 |
2008-10-13 | - Reinstate the 'atfork' from 2.4.0, which was more powerful, and expose it to | njn | 1 | -1/+1 |
2008-07-07 | Merged FORMATCHECK branch (r8368) to trunk. | bart | 1 | -5/+5 |
2008-05-01 | Merge branches/OTRACK_BY_INSTRUMENTATION into the trunk. This adds | sewardj | 1 | -25/+51 |
2008-02-11 | Update copyright dates ("200X-2007" --> "200X-2008"). | sewardj | 3 | -3/+3 |
2007-12-18 | Improve handling of programs which require very large main thread | sewardj | 1 | -0/+8 |
2007-11-09 | Merge (from branches/THRCHECK) r6804: | sewardj | 1 | -11/+27 |
2007-09-23 | Fix various format string errors, courtesy of Florian Krohm. | njn | 1 | -2/+2 |
2007-08-29 | Valgrind-side changes to track vx1786 (which was: Support x86 $int | sewardj | 1 | -1/+5 |
2007-05-01 | Avoid compilation warnings with gcc-4.2. | sewardj | 1 | -1/+1 |
2007-02-12 | Get rid of the unused --model-pthreads flag. | sewardj | 1 | -3/+0 |
2007-01-08 | Update copyright dates. | sewardj | 3 | -3/+3 |
2006-12-24 | Split the thread_runstate event into two, start_client_code and | njn | 1 | -4/+4 |
2006-12-23 | Change the core-tool interface 'thread_run' event to be more useful: | sewardj | 1 | -7/+20 |
2006-12-17 | A naming-only change: rename VG_(set_running) to VG_(acquire_BigLock) | sewardj | 3 | -42/+41 |
2006-11-17 | Redo the interface to m_initimg (module for setting up the initial | sewardj | 1 | -0/+4 |
2006-10-17 | Merge r6148: | sewardj | 2 | -67/+222 |
2006-10-14 | Create a new module, m_vki, and move all knowledge about the kernel | sewardj | 2 | -1/+3 |
2006-10-14 | Create a new module, m_vkiscnums, and move all the system call numbers | sewardj | 1 | -1/+1 |
2006-06-05 | Update copyright dates. | sewardj | 3 | -3/+3 |
2006-05-07 | Increase scheduling quantum to 100k basic blocks. Nowadays even | sewardj | 1 | -1/+1 |
2006-04-05 | Minor scheduler tidyings: | sewardj | 1 | -0/+1 |
2006-03-21 | Make the unrecognised-instruction error message more informative. | njn | 1 | -1/+3 |
2006-03-16 | upmerge r5768 (Allow a thread to spin longer when yielding before | sewardj | 1 | -2/+2 |
2006-02-07 | Synthesise and deliver SIGTRAP to clients when requested to do so by vex. | sewardj | 1 | -0/+4 |
2006-01-22 | rm 'inline' - produces too many complaints with -Winline | sewardj | 1 | -1/+1 |
2006-01-20 | Changes to make function wrapping work better on ppc64-linux: | sewardj | 1 | -1/+19 |
2006-01-17 | Add test code for checking that m_debuginfo's tocptr-reading code on | sewardj | 1 | -3/+19 |
2006-01-13 | Fix bogus assertions. | sewardj | 1 | -3/+17 |
2006-01-13 | Decode NOREDIR events properly in debug output. | tom | 1 | -0/+1 |
2006-01-12 | Fix more ppc64-linux function wrapping and symbol-table bits and pieces. | sewardj | 1 | -1/+1 |
2006-01-12 | Make function wrapping work on ppc32-linux. | sewardj | 1 | -115/+36 |
2006-01-12 | Make function wrapping work on amd64-linux. | sewardj | 1 | -27/+0 |
2006-01-12 | Merge in function wrapping support from the FNWRAP branch. That | sewardj | 1 | -136/+360 |
2006-01-02 | More paranoia please. | sewardj | 1 | -2/+3 |
2005-12-26 | More dispatcher tuning for ppc32/64. Makes a big difference for | sewardj | 1 | -10/+9 |
2005-12-22 | When switching threads on ppc64, clear the reservation pseudo-reg, as on ppc32. | sewardj | 1 | -1/+1 |
2005-12-21 | Renamed coregrind.h to pub_core_clreq.h and introduced pub_tool_clreq.h to | njn | 1 | -3/+1 |
2005-12-19 | Remove all remaining profiling gunk. | njn | 1 | -20/+0 |
2005-12-16 | Add missing cases in debug printing. | sewardj | 1 | -0/+4 |
2005-12-15 | - Track vex r1494 (x86/amd64 change of conventions for getting | sewardj | 1 | -2/+6 |
2005-11-29 | Add framework for ppc64 support. Apologies in advance for the | sewardj | 1 | -1/+1 |
2005-11-10 | Call VG_(unknown_SP_update) each time we switch to a new thread. This | tom | 1 | -0/+2 |
2005-11-03 | Track API change in vex r1429. | sewardj | 1 | -4/+8 |