Age | Commit message (Expand) | Author | Files | Lines |
2008-05-01 | Merge branches/OTRACK_BY_INSTRUMENTATION into the trunk. This adds | sewardj | 1 | -2/+11 |
2008-05-01 | Fixed a compiler warning. | bart | 1 | -1/+1 |
2008-03-22 | Moved macro's that specify branch prediction hints to include/pub_tool_basics.h | bart | 1 | -8/+0 |
2008-03-03 | Merge in the DATASYMS branch. | sewardj | 24 | -1/+99 |
2008-03-02 | This wasn't supposed to go in the last commit; undo. | njn | 1 | -1/+1 |
2008-03-02 | Ignore Emacs temporary files. Also, produce the correct .diff filename when | njn | 1 | -1/+1 |
2008-02-27 | Make sure tc20_verifywrap does not trigger an assertion failure in combinatio... | bart | 1 | -2/+2 |
2008-02-25 | Intercept pthread_rwlock_try{rd,wr}lock. Fixes #158212. | sewardj | 2 | -11/+96 |
2008-02-17 | Comment-only changes. | sewardj | 2 | -2/+16 |
2008-02-15 | Try to sort out signedness problems in hg_wordfm.[ch], and do a bunch | sewardj | 5 | -143/+153 |
2008-02-11 | Update copyright dates ("200X-2007" --> "200X-2008"). | sewardj | 7 | -10/+10 |
2008-01-18 | Regtest/stability changes for drd (Bart Van Assche) | sewardj | 1 | -2/+2 |
2008-01-17 | Allow a WordFM iterator to be initialised so as to exclude all key | sewardj | 3 | -8/+196 |
2007-12-12 | Fix stupid error spotted by by Konstantin Serebryany. | sewardj | 1 | -1/+1 |
2007-12-09 | Don't do comparisons of (signed) Words by merely subtracting them, as | sewardj | 1 | -10/+21 |
2007-12-02 | Wibble. | sewardj | 2 | -6/+7 |
2007-11-30 | Add a test case for semaphores with nonzero initial values. | sewardj | 5 | -2/+51 |
2007-11-30 | Correctly handle semaphores with nonzero initial values. Fixes bug | sewardj | 4 | -64/+120 |
2007-11-29 | So much for C's "type system" (ha ha). Correct version of r7250. | sewardj | 1 | -1/+1 |
2007-11-29 | Don't assert when destroying a locked rwlock. | sewardj | 1 | -2/+4 |
2007-11-27 | Don't break the build on AIX5.3. | sewardj | 4 | -18/+26 |
2007-11-18 | Try to fix, or at least avoid if possible, some arbitrary delays at | sewardj | 1 | -2/+7 |
2007-11-17 | Spelling fixes and misc tidying for the manual. (Brian Gough) | sewardj | 1 | -3/+4 |
2007-11-16 | Back out bogus strict-aliasing hacks and use -fno-strict-aliasing by | sewardj | 2 | -44/+44 |
2007-11-16 | Change the baseline optimisation level from -O to -O2. | sewardj | 1 | -6/+6 |
2007-11-16 | Rename a couple more UInts which really should be SVals. | sewardj | 1 | -2/+2 |
2007-11-14 | Give shadow values their own type (SVal) for the usual | sewardj | 1 | -115/+121 |
2007-11-11 | Add some seemingly unnecessary initialisations to shut GCC 4.0.2 up. | njn | 1 | -3/+3 |
2007-11-11 | Comment-only change. | sewardj | 1 | -0/+2 |
2007-11-11 | Don't hang on some old systems, since that makes the entire regtest | sewardj | 1 | -3/+18 |
2007-11-10 | Followup to r7105: stop gcc complaining about violations of ANSI C | sewardj | 2 | -46/+57 |
2007-11-09 | Rename in the manual. | sewardj | 1 | -138/+138 |
2007-11-09 | Import thrcheck from the THRCHECK branch, and rename it Helgrind (with | sewardj | 147 | -0/+50230 |
2007-11-09 | Rename this directory. | sewardj | 50 | -6678/+0 |
2007-09-23 | Fix various format string errors, courtesy of Florian Krohm. | njn | 1 | -4/+4 |
2007-08-25 | Changes to m_hashtable: | sewardj | 1 | -3/+9 |
2007-01-08 | Update copyright dates. | sewardj | 2 | -3/+3 |
2006-12-28 | Get rid of the core-tool events pre_mutex_lock, post_mutex_lock and | sewardj | 1 | -0/+3 |
2006-12-24 | Non-functional commit: track IR renaming in vex r1689. | sewardj | 1 | -2/+2 |
2006-11-14 | change void* to Addr in mutex helpers. patch by Bard Van Assche. | dirk | 1 | -9/+9 |
2006-10-17 | Change a bunch of pointer <-> int casts to pointer <-> long casts so | sewardj | 1 | -2/+2 |
2006-10-17 | Merge r6214 (some parts): | sewardj | 1 | -1/+1 |
2006-10-17 | Merge r6086: | sewardj | 2 | -6/+46 |
2006-10-14 | Create a new module, m_vki, and move all knowledge about the kernel | sewardj | 1 | -0/+1 |
2006-06-05 | Update copyright dates. | sewardj | 2 | -3/+3 |
2006-04-23 | Update 64-bit cleanness info. | njn | 1 | -0/+3 |
2006-04-12 | Clarify the Helgrind-doesn't-work message. | njn | 1 | -0/+2 |
2006-04-04 | Cleanup/restructure m_debuginfo, as described in | sewardj | 1 | -1/+3 |
2006-03-31 | Fix typos | weidendo | 1 | -1/+1 |
2006-03-31 | Make the BSD-style license notices slightly more accurate. | njn | 1 | -3/+4 |