1. bd7aca6 Handle DW_OP_deref in DWARF3 expressions. Fixes #147285. by sewardj · 17 years ago
  2. 579c236 Oops. Fix silly error that gcc-4.3 complained about. by sewardj · 17 years ago
  3. 4f9d674 Valgrind-side changes to track vx1786 (which was: Support x86 $int by sewardj · 17 years ago
  4. 52d4d1a callgrind: fix example description and clarification of callgrind format by weidendo · 17 years ago
  5. f82dfad Move a 'break' around. by sewardj · 17 years ago
  6. 91b470c Make the --max-stackframe machinery 64-bit clean. by sewardj · 17 years ago
  7. 81651dc Merge, from CGTUNE branch, a cleaned up version of r6742: by sewardj · 17 years ago
  8. e783ceb Fix silly bug. by sewardj · 17 years ago
  9. ab9c37e fixed a couple of minor things by njn · 17 years ago
  10. 23c97b6 Followup to r6783: supply a correct index/strchr replacement for by sewardj · 17 years ago
  11. d1dea99 This module supplies various replacement functions, amongst them a by sewardj · 17 years ago
  12. 43c48b6 updating licensing wording by dirk · 17 years ago
  13. b70dfff Update by sewardj · 17 years ago
  14. 487cadb Merge from CGTUNE branch: by sewardj · 17 years ago
  15. 4cc684b Merge from CGTUNE branch: by sewardj · 17 years ago
  16. 3f94a7d Changes to m_hashtable: by sewardj · 17 years ago
  17. cfdc5fd gcc-4.3 compile fixes. by sewardj · 17 years ago
  18. 9877e9b Dynamically expand the ExeContext hash table, rather than using a by sewardj · 17 years ago
  19. 1d2e2e6 The drastic increase in the number of per-arena freelists in r6771 by sewardj · 17 years ago
  20. d35bf74 Make the ExeContext hash table a whole lot bigger. by sewardj · 17 years ago
  21. 1069473 update suppressions by dirk · 17 years ago
  22. 0b3fd2d Previously, each Arena has a linked list of Superblocks, which can by sewardj · 17 years ago
  23. c1ac977 Some improvements for malloc/free intensive programs, inspired by by sewardj · 17 years ago
  24. 88eb963 suppression update for 10.3/glibc 2.6 by dirk · 17 years ago
  25. ff1e389 add glibc-2.6.supp to the distribution list by dirk · 17 years ago
  26. 0a93c63 Update. by sewardj · 17 years ago
  27. 4c99385 All platforms: make it clearer that missing syscalls constitute reportable bugs. by sewardj · 17 years ago
  28. 198f34f Get rid of VG_(getcwd) and replace it with a pair of functions, by sewardj · 17 years ago
  29. ca73f4d update bugstatus by dirk · 17 years ago
  30. b5579c3 VG_(needs_shadow_memory) does not exist; remove prototype for it. by sewardj · 17 years ago
  31. 620dd26 Apparently 'index' shadows a global decl on some targets; therefore rename. by sewardj · 17 years ago
  32. a780296 Handle a whole bunch of obscure types. by sewardj · 17 years ago
  33. 896a7fd Test a whole bunch of obscure types. by sewardj · 17 years ago
  34. a8c487f Merge (from branch) r6755 (Handle MPI_DOUBLE_PRECISION). by sewardj · 17 years ago
  35. c48fd56 update bugstatus by dirk · 17 years ago
  36. fbfa509 update suppression file. Patch by Diego Petteno from Gentoo by dirk · 17 years ago
  37. 0047460 Update by weidendo · 17 years ago
  38. e572755 callgrind: fix build with srcdir != builddir by weidendo · 17 years ago
  39. 6665ea2 Add a comment with a definitive account of when Memcheck does (and does not, by njn · 17 years ago
  40. 74b6bc4 callgrind_annotate: Fix a warning by weidendo · 17 years ago
  41. c84d8cd Callgrind manual: Fix typo by weidendo · 17 years ago
  42. 6a62401 Callgrind manual: rewriting start of section about avoding cycles by weidendo · 17 years ago
  43. 362f783 Callgrind format: Note about event names in the example by weidendo · 17 years ago
  44. 08e31e2 Merge (from 3.2 branch) r6743 (Edit the manual to bring it up to date by sewardj · 17 years ago
  45. c8bd0c5 glibc 2.6 support by dirk · 17 years ago
  46. ae44c38 Clarify --trace-children a little. by njn · 17 years ago
  47. 85e6675 Update svn:ignore properties. by rjwalsh · 17 years ago
  48. 941393b Update by weidendo · 17 years ago
  49. d7dccdb Callgrind: improve documentation by weidendo · 17 years ago
  50. 8badbaa by sewardj · 17 years ago
  51. 3b20f66 Update. by sewardj · 17 years ago
  52. e428ab0 Fix stack overflow which lead to totally mysterious .bss corruption by sewardj · 17 years ago
  53. b508d77 Older assemblers on amd64-linux don't do lahf/sahf; work around that. by sewardj · 17 years ago
  54. 2682038 Fix regression in new/new[]/delete/delete[] intercepts for gcc-2.96. by sewardj · 17 years ago
  55. 1ac9d0c Avoid compilation warnings with gcc-4.2. by sewardj · 17 years ago
  56. a72c26d If gcc supports -fno-stack-protector, use it. This should fix by sewardj · 17 years ago
  57. fcf5410 Update. by sewardj · 17 years ago
  58. 38dba99 Add disclaimers. by sewardj · 17 years ago
  59. db5c657 augment previous commit by njn · 17 years ago
  60. c1b1d42 It's generally a good idea to set call-by-reference arguments, especially by njn · 17 years ago
  61. 09beb9e wrap env related functions to be able to track undefined values better by dirk · 17 years ago
  62. 9a0cba4 Fix some copyright notices: by njn · 17 years ago
  63. bcccbc0 When doing 'demo' translations for --profile-flags=, make at least by sewardj · 17 years ago
  64. 6de362b Update. by sewardj · 17 years ago
  65. c6f43dd Fix out of date comment. by sewardj · 17 years ago
  66. 1f456de Test sahf/lahf on amd64. by sewardj · 17 years ago
  67. 443aa37 Handle some more types: {REAL,INTEGER}{4,8} and 2INT. Also a change by sewardj · 17 years ago
  68. 0a8db5c Explicitly zero CCs. It's already being done by VG_(OSet_AllocNode), but by njn · 17 years ago
  69. 6f286c3 Test some Fortran types. by sewardj · 17 years ago
  70. b63ca16 add a comment by njn · 17 years ago
  71. b4cfa2f Remove duplicate code -- make XArray use VG_(ssort). by njn · 17 years ago
  72. 72effab update by njn · 17 years ago
  73. 1b4e123 Augment a comment. by njn · 17 years ago
  74. a007859 clarify comment by njn · 17 years ago
  75. 6a34b36 update by njn · 17 years ago
  76. a3e991b Fix bug 142491: allow more --alloc-fn functions (128, up from 32). by njn · 17 years ago
  77. 19879f1 update by njn · 17 years ago
  78. 1274d24 Fix bug 142197: don't free --toolname:foo options after they've been munged, by njn · 17 years ago
  79. 2ebdb57 update by njn · 17 years ago
  80. 64bd24a Fix 142488: don't read ./.valgrindrc if CWD==HOME. by njn · 17 years ago
  81. a368961 by sewardj · 17 years ago
  82. 1b2add1 by sewardj · 17 years ago
  83. 3ecfaaa Update slightly. by sewardj · 17 years ago
  84. c952a2d More info about the VEX changes. by njn · 17 years ago
  85. fa18a26 Don't build SSE3 tests if the configure test determined that the assembler by sewardj · 17 years ago
  86. b81c795 Clarify the "out of memory" message. by njn · 17 years ago
  87. f0aabf8 Older assemblers don't speak SSE3. Add a configure test for it. by sewardj · 17 years ago
  88. a954461 Unbreak the build on ppc64-linux. by sewardj · 17 years ago
  89. 948a6fc Make ptrace-based launchers able to handle --help, --version etc. by sewardj · 17 years ago
  90. 810fe14 Followup to r6650: tidy up sys_sigreturn/sys_rt_sigreturn on ppc32/64-linux. by sewardj · 17 years ago
  91. cba8f43 Followup to r6650: tidy up sys_sigreturn/sys_rt_sigreturn on ppc32/64-linux. by sewardj · 17 years ago
  92. 1829053 Document and tidy up one of the more arcane corners of signal by sewardj · 17 years ago
  93. ea9c15e Use a 64-bit counter to keep track of the total number of bytes by sewardj · 17 years ago
  94. 3e5a8b5 Back out r6640; I'm pretty sure it is the wrong thing to do now. by sewardj · 17 years ago
  95. 12f8f92 Tidy up a lot by sewardj · 18 years ago
  96. 66225ad More redhat8 suppressions. by sewardj · 18 years ago
  97. de21b95 Add a test for vex ppc64 code generation bug fixed by vex r1739 by sewardj · 18 years ago
  98. 9dd4d68 Add a custom stderr filter for memcheck/tests/amd64/defcfaexpr. by sewardj · 18 years ago
  99. 0236a00 Add a test for int3 on x86 (from Peter Maydell) by sewardj · 18 years ago
  100. 0bfd9e6 Add a test for int3 on amd64 (from Peter Maydell) by sewardj · 18 years ago