aboutsummaryrefslogtreecommitdiff
path: root/drd
AgeCommit message (Expand)Author
2009-04-23Another performance optimization.bart
2009-04-23Simplified bm_clear* implementations.bart
2009-04-23Added --show-confl-seg=no to the tc19_shadowmem test, which speeds up the tes...bart
2009-04-23Made DRD_(thread_set_pthreadid)() idempotent.bart
2009-04-23Optimized the functions for clearing bits in bitmaps.bart
2009-04-23Fixed bug in bm0_clear_range() that caused this fucntion to clear more bits t...bart
2009-04-23- Added more tests.bart
2009-04-22Fixed #189763.bart
2009-04-18Added expected output for 32-bit systems. Added -64bit suffix for existing ex...bart
2009-04-18glibc-2.3 expected output updates.bart
2009-04-17Compiles now on older Linux distributions too.bart
2009-04-13Make sure that DRD does not complain about mutexes being held too long on sys...bart
2009-04-02Made pth_detached2 regression test more reliable.bart
2009-03-31Another test plan update.bart
2009-03-30Updated test plan.bart
2009-03-26- Reindented code such that it uses three spaces for indentation insteadbart
2009-03-24Updated to do list.bart
2009-03-14Updated expected output.bart
2009-03-13Updated tc20_verifywrap expected output files.bart
2009-03-13Made DRD_(mutex_type) ignore mutex attribute flags.bart
2009-03-13Added pth_process_shared_mutex regression test.bart
2009-03-12Added comment block that explains why the creator thread waits until the crea...bart
2009-03-12Corrected a few comments.bart
2009-03-12Removed DRD_() wrapper from static variables. Corrected datatypes of DRD_(sg_...bart
2009-03-12Cleanup.bart
2009-03-12Removed obsolete function declaration.bart
2009-03-12Force thread scheduling order.bart
2009-03-11Force the order in which threads run.bart
2009-03-11Added a comment that explains the purpose of the test program.bart
2009-03-11Removed cross-tool dependency on helgrind/helgrind.h.bart
2009-03-11Reduced two expected output files to one for the test called atomic_var.bart
2009-03-10Updated copyright years.njn
2009-03-10Added support for the VG_USERREQ__HG_CLEAN_MEMORY client request.bart
2009-03-10Added DRD_(clean_memory)().bart
2009-03-10Added DRD_(thread_address_on_any_stack)().bart
2009-03-10Made sure that the tc19_shadowmem and tc24_nonzero_sem tests do something mea...bart
2009-03-10Added script filter_stderr_and_thread_no.bart
2009-03-08Reverted last commit (r9326) -- its commit message did not make sense.bart
2009-03-08Added vgopts: --var-info=yes.bart
2009-03-08Fixed another unintended data race.bart
2009-03-04- Added more comments.bart
2009-02-25atoll() is a terrible function -- you can't do any error checking with it.njn
2009-02-23Minor performance optimization: reduced the number of client objects that are...bart
2009-02-23Updated expected output files.bart
2009-02-23Get rid of all "make check" compile warnings, except for the ones fromnjn
2009-02-23A few more test/build changes.njn
2009-02-22Test files were being passed multiple arch options (eg. "-m32 -m64") whennjn
2009-02-22Updated documentation.bart
2009-02-22Added regression test for detection of unsynchronized pthread_barrier_wait() ...bart
2009-02-21- Bug fix: swapped order of VG_(OSetGen_Remove)() andbart