- 27656f8 DRD: revert r12308 because it didn't help by bart · 13 years ago
- b4913ad DRD: add two ppc output variants by bart · 13 years ago
- 25026ef DRD, load/store tracing: avoid evaluating the address expression twice by bart · 13 years ago
- 1e856ea Add a configure test for detecting whether gcc supports atomic operations on by bart · 13 years ago
- 4797dbe DRD: Suppress uninteresting races triggered by the dynamic loader by bart · 13 years ago
- ac0686d drd/tests/Makefile.am: update EXTRA_DIST by bart · 13 years ago
- 42f3263 drd --trace-addr: make tracing 64-bit values on a 32-bit platform work by bart · 13 years ago
- 7ca75ed DRD, --trace-addr: enable support for Ity_F32 and Ity_F64 / temporarily disable support for 64-bit CAS on 32-bit platforms by bart · 13 years ago
- e7da9a8 DRD: Eliminate a temporary variable by bart · 13 years ago
- d2ba0ea drd/tests/annotate_trace_memory*: add 32-bit output variants by bart · 13 years ago
- 811b60e drd/tests/pth_cleanup_handler: increase timeout by bart · 13 years ago
- 9ad8d80 DRD: rearrange the definition of u_widen_irop[][] by bart · 13 years ago
- 5cda1b5 DRD: make the tracing regression test more complete by bart · 13 years ago
- b63dc78 DRD: Make the code for instrumenting store operations more robust by bart · 13 years ago
- 37013cf drd.h: Add macro DRD_STOP_TRACE_VAR(). To do: update manual by bart · 13 years ago
- 59d93d7 DRD: make DRD_(stop_tracing_address_range)() work at an acceptable speed by bart · 13 years ago
- 8c3de75 DRD help text: remove a superfluous dot by bart · 13 years ago
- f7a5b3f Remove trailing whitespace by bart · 13 years ago
- 24e71c6 Disable drd/tests/std_thread until libstdc++ gets fixed (see also http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51504). by bart · 13 years ago
- ea69215 DRD: Make --trace-addr work for atomic loads and stores. To do: update manual by bart · 13 years ago
- 7826acb DRD, --trace-addr: trace stored values too by bart · 13 years ago
- 71ce132 DRD: Two non-functional changes: adjust source code indentation and fix by bart · 13 years ago
- 1531023 Follow-up for r12281: update regtest expected output by bart · 13 years ago
- f68af88 DRD: Add test program for std::thread. by bart · 13 years ago
- 78bfc71 Add command-line option --fair-sched=[no|yes|try]. Use --fair-sched=try by bart · 13 years ago
- 1081fe2 Remove emacs modeline and/or local variables from DRD source files by bart · 13 years ago
- 4b3a742 Fix #284384 (clang 3.1 -Wunused-value warnings in valgrind.h, by sewardj · 13 years ago
- 93f2d3e Remove the Qt4 regression tests because these are too hard to maintain by bart · 13 years ago
- c340306 Get a bunch more copyright dates in the right format, 20xx-2011, by sewardj · 13 years ago
- ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
- 33f6482 Add a custom filter for the drd/tests/annotate_barrier_xml regression test by bart · 13 years ago
- eb8577f Remove the ppc-cross directory because the scripts in it are not fully functional by bart · 13 years ago
- 57306c0 Move --child-silent-after-fork=yes from drd/tests/threaded-fork.vgtest to drd/tests/verify-xml-output by bart · 13 years ago
- 5939156 drd/tests/threaded-fork: Make sure that the generated XML output is valid by bart · 13 years ago
- 8720d53 drd, XML testing: trigger more XMLcode by bart · 13 years ago
- b17fe21 drd, XML: more xsd refinements by bart · 13 years ago
- b36fec1 drd: Add drd/docs/drd-xml-output.xsd to the distribution tarball by bart · 13 years ago
- 505b35c Document command-line switches new in version 3.7.0 by bart · 13 years ago
- 282e337 Document command-line switches new in version 3.7.0 by bart · 13 years ago
- 6530c2a drd, XML: add xsd schema description and a script to verify the DRD XML output against the xsd by bart · 13 years ago
- ad994e8 drd, XML tracing: move newline generation into DRD_(trace_msg)() / change tracing output format slightly. by bart · 13 years ago
- b6ab69e drd, XML: more XML output consistency improvements by bart · 13 years ago
- ca7285e drd, XML: make the XML output a little easier to parse by bart · 13 years ago
- 863594d drd/tests/filter_stderr: Don't touch XML tags by bart · 13 years ago
- fc13f2c drd, XML: Use proper XML syntax by bart · 13 years ago
- 786a7c7 Set svn:executable property by bart · 13 years ago
- e708600 drd: Enable XML output. See also #282949. To do: document the output format. by bart · 13 years ago
- 2358660 Update expected output - the ppc output changed due to r12038. by bart · 13 years ago
- 352db6d drd: Use Vg_DebugMsg for debug messages by bart · 13 years ago
- 74b2d97 drd: Convert a few VG_(message)() calls into VG_(maybe_record_error)() calls by bart · 13 years ago
- b92ff0f DRD, refactoring: Introduce DRD_(trace_msg)() by bart · 13 years ago
- ad2fc77 Fix GCC warnings about incompatible pointer assignments. by florian · 13 years ago
- de60fe5 drd, s390: Make the annotate_ignore_* and the pth_barrier* tests produce by bart · 13 years ago
- 818f17e Make drd/drd_pthread_intercepts.c compile again on Linux systems without usable <linux/futex.h> header by bart · 13 years ago
- cfb0e95 Add exp files for s390x. GCC's use of the MVC insn causes by florian · 13 years ago
- 3c94445 For intercepts in libc and the dynamic linker (ld.so or dyld), split by sewardj · 13 years ago
- 863f1eb drd: Yet another regression test reliability improvement. by bart · 13 years ago
- 5cbd26e drd: Avoid reporting false positive race reports inside pthread_join(). by bart · 13 years ago
- 25f8a7e Remove the svn:executable property from a source file by bart · 13 years ago
- 7aac06f drd/tests/pth_barrier: Reduce stack usage by bart · 13 years ago
- 4b82d69 Check return code of pthread_create and bail out if by florian · 13 years ago
- c2f5a53 Yet another thread test scheduler sensitivity fix by bart · 13 years ago
- d378eaa drd: Make racing pthread_barrier_wait() calls trigger an error message instead by bart · 13 years ago
- 47c7580 drd/tests/pth_barrier_thr_cr: Suppress pthread_barrier_wait() race reports since these are triggered intentionally. by bart · 13 years ago
- 6c73cf6 drd/tests/pth_barrier_thr_cr: Add more error checking. by bart · 13 years ago
- 512a378 drd/tests/tc21_pthonce: Eliminate output variation by bart · 13 years ago
- d61580e drd: Fix a race condition in the barrier implementation that could result in false positives. by bart · 13 years ago
- b56542a drd: Add a stress test for the barrier implementation by bart · 13 years ago
- cdc3fdb drd: Remove an unused member variable from the barrier implementation by bart · 13 years ago
- 178b686 drd: drd_thread.c source code cleanup by bart · 13 years ago
- 3e928c3 drd, bitmap node allocator: recognize root node size properly by bart · 13 years ago
- b6230df drd/tests/pth_barrier[23]: Filter output such that only the error count is kept by bart · 13 years ago
- 4651e97 Yet another thread test scheduler sensitivity fix by bart · 13 years ago
- d65009d drd/tests/pth_once: Restrict the number of callers to three. by bart · 13 years ago
- 1f4f300 drd: Remove a too strict assert() statement by bart · 13 years ago
- 9e71885 Yet another thread test scheduler sensitivity fix by bart · 13 years ago
- f58eb29 drd/tests/pth_detached_sem: Send regression test output to stderr instead of stdout by bart · 13 years ago
- 689a868 Verify drd/tests/pth_detached stderr output instead of the stdout output. by bart · 13 years ago
- b040454 Two more scheduler sensitivity fixes for thread tool regression tests by bart · 13 years ago
- a4cd017 Micro-optimize the matinv regression test by bart · 13 years ago
- d1a5cd6 drd: Make drd_pthread_intercepts.c compile again on systems where by bart · 13 years ago
- 8dc52aa Make test 1 output independent of scheduler variations. by bart · 13 years ago
- 30efc13 Revert r11916, r11917, r11918 and r11923. by bart · 13 years ago
- 6d956dc drd: Delay deletion of memory access information of joined threads in order not by bart · 13 years ago
- cfca2d4 More thread test scheduler sensitivity fixes by bart · 13 years ago
- db57889 Eliminate a superfluous sleep() call and check the pthread_cond_wait() return value by bart · 13 years ago
- ac39dee More thread tool regression test scheduler sensitivity fixes by bart · 13 years ago
- 651f56b drd/Linux: eliminate busy waiting when starting a thread by bart · 13 years ago
- 0a29cbc drd/tests/atomic_var: Reduce scheduler sensitivity by bart · 13 years ago
- e6cb2df Disable drd/tests/tc19_shadowmem because too scheduler sensitive by bart · 13 years ago
- e35e9d8 drd/tests/annotate_smart_pointer2: Filter out offset by bart · 13 years ago
- b6c51bf drd: add a test that verifies that a race is reported for the annotate_smart_pointer test program with annotations disabled by bart · 13 years ago
- 19aa392 drd/tests/annotate_smart_pointer: remove a superfluous initialization by bart · 13 years ago
- 0c09bf0 The pthread.h on Android has no definition for pthread_rwlock_t, which by sewardj · 13 years ago
- 20d702d drd/tests/matinv: Add missing return statement in an error path. by bart · 13 years ago
- ac5b95b drd: Source code cleanup - merge two blocks of tracing code by bart · 13 years ago
- 43ab339 drd: Source code cleanup - outdent a code block by bart · 13 years ago
- c6861b7 drd: Simplify a boolean expression by bart · 13 years ago
- 4b3fdb2 drd: Source code cleanup - change two variables from int to bool and outdent one code block by bart · 13 years ago
- f5fe4b6 drd: Add an assert statement by bart · 13 years ago