1. 0e947cf debug info reader: Add support for rvalue references. Closes #278313#c5. by bart · 13 years ago
  2. 42f83fe <valgrind/valgrind.h>: Fix for Intel C/C++ compiler in MSVC compatibility mode. by bart · 13 years ago
  3. df0c09e Make -d (enable debug logging) work on Fedora 16 / x86. by bart · 13 years ago
  4. e3c0a2a Add testcase for bugzilla #287260. Testcase by M.Welinder by florian · 13 years ago
  5. 3e1e218 none/tests/x86/bug125959-x86 language conformance fix: do not trigger signed integer overflow. Fixes #292628. by bart · 13 years ago
  6. a22f59d (fixes bug 289939 wish: complete monitor cmd 'leak_check' with details by philippe · 13 years ago
  7. 91b7ec3 drd: Remove drd/drd_list.h again because of its GPLv2 license. by bart · 13 years ago
  8. 5c1f921 Fix a copy/paste error by bart · 13 years ago
  9. 41a378a drd: Add command-line option --ptrace-addr. by bart · 13 years ago
  10. e278ab5 drd: Use macros and inline functions for list manipulation by bart · 13 years ago
  11. e57a9e2 drd: Avoid that the changes from r12351 trigger a race condition when copying DrdPosixThreadArgs by bart · 13 years ago
  12. ce1d688 drd, semaphore implementation: Only wake the associated futex if at least one thread is waiting by bart · 13 years ago
  13. ae37e6d drd: Source code refactoring - use DRD_(thread_get_vc)() wherever appropriate by bart · 13 years ago
  14. c6bf184 drd: Source code refactoring - use DRD_(thread_get_vc)() wherever appropriate by bart · 13 years ago
  15. d678054 drd: Rename DRD_STOP_TRACE_VAR() into DRD_STOP_TRACING_VAR() by bart · 13 years ago
  16. a5cfd36 drd/tests/fp_race_xml: Filter out thread number and vector clock information by bart · 13 years ago
  17. e528697 drd: Fix a race condition in the pthread_create() intercept. by bart · 13 years ago
  18. b4c1afa drd: Generalize a suppression pattern by bart · 13 years ago
  19. e44bccc drd: Switch to new pool allocator by bart · 13 years ago
  20. 6e07448 Pool allocator: change the semantics of VG_(releasePA)() according to comment http://bugs.kde.org/show_bug.cgi?id=282230#c50. by bart · 13 years ago
  21. 5928d39 Add a perf test to measure the speed (and memory) of PDB handling. by philippe · 13 years ago
  22. 6643e96 Fixes 282230 group allocator for small fixed size, use it for MC_Chunk/SEc vbit by philippe · 13 years ago
  23. fdfca22 Improve configure for SSE 4.2 detection. Fixes #271438 by florian · 13 years ago
  24. 722b48e Announce fix for #270796. Also keep the bug list sorted. by florian · 13 years ago
  25. e64c5a9 debug info reader: Add support for DW_TAG_unspecified_type. Closes #278313. by bart · 13 years ago
  26. 2e2f213 drd: Remove prefix from local variable names by bart · 13 years ago
  27. dac4779 debug info reader: rearrange the source code such that gcc issues a warning if an enumeration label is missing. by bart · 13 years ago
  28. d19733c Add support for the s390's TROO insn. These are the valgrind bits. by florian · 13 years ago
  29. f7ef3b9 Update Subversion ignore lists by bart · 13 years ago
  30. a9cc2dd drd: Make it easier to enable the debug statements in the ELF section suppression code by bart · 13 years ago
  31. 864920d drd: Set up red zone before the first instruction of a thread is run. by bart · 13 years ago
  32. 993d32f drd: Refactor functions for starting / stopping to access stack memory by bart · 13 years ago
  33. ad193e7 drd: Reformat three comment blocks by bart · 13 years ago
  34. 8423490 Added a new parameter to the memcheck 'leak_check' GDB monitor command by philippe · 13 years ago
  35. ae52a93 Valgrind gdbserver can open/close connections multiple times by philippe · 13 years ago
  36. c521406 configure.in: Make compiler version check more robust by bart · 13 years ago
  37. 515e269 * Use the arg name forClient to document the calls to VG_(am_get_advisory) by philippe · 13 years ago
  38. 43acc07 Terminate comment correctly. by florian · 13 years ago
  39. 5544d5b Fix accounting for MC_(realloc). It was inconsistent as compared to by florian · 13 years ago
  40. e75fdeb add support for glibc 2.15 by dirk · 13 years ago
  41. 221b707 Avoid buffer overrun in percentify call. by philippe · 13 years ago
  42. 238ac2f Spelling fix by bart · 13 years ago
  43. 7ee8b88 Small doc changes: by philippe · 13 years ago
  44. 1d76a80 fix 289699 vgdb connection in relay mode erroneously closed due to buffer overrun by philippe · 13 years ago
  45. bd28c5e While investigating whether bugzilla #286040 was a problem or by florian · 13 years ago
  46. 54212b6 When reading a decimal value consume decimal digits, not hexdigits. by florian · 13 years ago
  47. 5945164 Beef up VG_(strerror) to provide correct messages for the by florian · 13 years ago
  48. 8f927a5 Fix 247386 make perf does not run all performance tests : by philippe · 13 years ago
  49. 15e301e * none/tests/linux/mremap3.vgtest : new test by philippe · 13 years ago
  50. 5eb378e Updated NEWS (set next version to 3.8.0, added 286270 to fixed bugs+reordered) by philippe · 13 years ago
  51. 27656f8 DRD: revert r12308 because it didn't help by bart · 13 years ago
  52. b4913ad DRD: add two ppc output variants by bart · 13 years ago
  53. 25026ef DRD, load/store tracing: avoid evaluating the address expression twice by bart · 13 years ago
  54. 1e856ea Add a configure test for detecting whether gcc supports atomic operations on by bart · 13 years ago
  55. 4797dbe DRD: Suppress uninteresting races triggered by the dynamic loader by bart · 13 years ago
  56. ac0686d drd/tests/Makefile.am: update EXTRA_DIST by bart · 13 years ago
  57. 8b173f7 Update Subversion ignore list by bart · 13 years ago
  58. 42f3263 drd --trace-addr: make tracing 64-bit values on a 32-bit platform work by bart · 13 years ago
  59. 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
  60. e7da9a8 DRD: Eliminate a temporary variable by bart · 13 years ago
  61. d2ba0ea drd/tests/annotate_trace_memory*: add 32-bit output variants by bart · 13 years ago
  62. 811b60e drd/tests/pth_cleanup_handler: increase timeout by bart · 13 years ago
  63. 9ad8d80 DRD: rearrange the definition of u_widen_irop[][] by bart · 13 years ago
  64. 4df13d3 Update Subversion ignore list by bart · 13 years ago
  65. 5cda1b5 DRD: make the tracing regression test more complete by bart · 13 years ago
  66. b63dc78 DRD: Make the code for instrumenting store operations more robust by bart · 13 years ago
  67. 37013cf drd.h: Add macro DRD_STOP_TRACE_VAR(). To do: update manual by bart · 13 years ago
  68. 59d93d7 DRD: make DRD_(stop_tracing_address_range)() work at an acceptable speed by bart · 13 years ago
  69. 8c3de75 DRD help text: remove a superfluous dot by bart · 13 years ago
  70. f7a5b3f Remove trailing whitespace by bart · 13 years ago
  71. 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
  72. ea69215 DRD: Make --trace-addr work for atomic loads and stores. To do: update manual by bart · 13 years ago
  73. 7826acb DRD, --trace-addr: trace stored values too by bart · 13 years ago
  74. 0952e92 Update Subversion ignore lists by bart · 13 years ago
  75. 71ce132 DRD: Two non-functional changes: adjust source code indentation and fix by bart · 13 years ago
  76. 2aeaf8e fix 286270 VG_(env_remove_valgrind_env_stuff) by philippe · 13 years ago
  77. 1531023 Follow-up for r12281: update regtest expected output by bart · 13 years ago
  78. b4ff782 configure.in: Rename the shell variable ac_have_builtin_atomic into ac_have_builtin_atomic_primary by bart · 13 years ago
  79. f68af88 DRD: Add test program for std::thread. by bart · 13 years ago
  80. a70dfab Fix a typo. by florian · 13 years ago
  81. e44b9cd Add script to assist in updating the C++ demangler from GCC trunk. by florian · 13 years ago
  82. 8dc79ce Update the C++ demangler by importing files from GCC trunk @ r181975. by florian · 13 years ago
  83. 78bfc71 Add command-line option --fair-sched=[no|yes|try]. Use --fair-sched=try by bart · 13 years ago
  84. 1081fe2 Remove emacs modeline and/or local variables from DRD source files by bart · 13 years ago
  85. de80335 Give a better help message for gdbserver when VALGRIND_LIB by philippe · 13 years ago
  86. dec4a56 Tweaks for the benefit of the webpage. by florian · 13 years ago
  87. 0f0ed67 Yesterday I changed dist.authors.html and dist.news.html in r442 by florian · 13 years ago
  88. 472e42d Get rid of Roland McGrath et al. by florian · 13 years ago
  89. 8503744 configure: Fix compiler version check. Closes #286384. by bart · 13 years ago
  90. bc33be6 arm-linux: fix signal returning so that if SA_RESTORER is not by sewardj · 13 years ago
  91. bcad739 The sparse wa maintains the nr of elements in use at level 0. by philippe · 13 years ago
  92. ed3ac74 Clarify where to set TMPDIR to have working FIFOs. by philippe · 13 years ago
  93. ff7efa6 New section for 3.7.1. Announce fix for #286374. by florian · 13 years ago
  94. 28a23c0 Callgrind: use jmpkind from VEX for side exits. by weidendo · 13 years ago
  95. add9ec4 callgrind: remove command file polling by weidendo · 13 years ago
  96. 7d219f8 Document test results. by florian · 13 years ago
  97. 62b0d40 Merge latest changes to this file from 3_7_BRANCH. by sewardj · 13 years ago
  98. e4310b3 RHEL 4 build fix by bart · 13 years ago
  99. bec5baf Remove TEST_TOOLS and TEXT_EXP_TOOLS as they are no longer needed. by florian · 13 years ago
  100. bad8ac6 Fix prerequisite to also require linux. So testcases get skipped by florian · 13 years ago