1. 5b41092 Add VG_(atoll). by njn · 17 years ago
  2. a91a51e Update by weidendo · 17 years ago
  3. 73903ee callgrind_control: Fix behavior with callgrind runs of another user by weidendo · 17 years ago
  4. 498685c Add a warning about --log-file-exactly. by njn · 17 years ago
  5. 25b2d8c update by njn · 17 years ago
  6. bf8c350 Change an Int to a SSizeT to avoid overflows. Fixed bug 148174. by njn · 17 years ago
  7. 90c8192 Extra info about debugging with GDB by njn · 17 years ago
  8. 07f9656 Add a section to the cachegrind manual suggesting how to act on the results. by njn · 17 years ago
  9. 3a9d5dc Add section on how to use Cachegrind's results. by njn · 17 years ago
  10. 61e11d0 minor tweak by njn · 17 years ago
  11. 3db4322 callgrind: Use directory in debug info when available by weidendo · 17 years ago
  12. e2a9ad3 Split the OSet interface into two parts: "OSetGen_", which is the existing by njn · 17 years ago
  13. 5a8ba11 update by njn · 17 years ago
  14. f3b61d6 Add directory-reading of debug info to cachegrind. by njn · 17 years ago
  15. 1231cc7 remove dead declaration by njn · 17 years ago
  16. 73c6494 fix division by zero's by dirk · 17 years ago
  17. db19a18 suppression update for 10.3 by dirk · 17 years ago
  18. 53092c6 ppc64-linux equivalent to r6813 (use sigframe return stub in by sewardj · 17 years ago
  19. a594026 ppc32-linux signal handling: don't place the sigframe return stub on by sewardj · 17 years ago
  20. 1ceeaf5 Add test for tw instruction. by sewardj · 17 years ago
  21. c485ef2 Add test for tw and td instructions. by sewardj · 17 years ago
  22. 580f8c5 Update list-of-known-sins :-) by sewardj · 17 years ago
  23. 268b2f5 Add regtest for amd64 implementation of maskmovq and maskmovdq. by sewardj · 17 years ago
  24. bd7aca6 Handle DW_OP_deref in DWARF3 expressions. Fixes #147285. by sewardj · 17 years ago
  25. 579c236 Oops. Fix silly error that gcc-4.3 complained about. by sewardj · 17 years ago
  26. 4f9d674 Valgrind-side changes to track vx1786 (which was: Support x86 $int by sewardj · 17 years ago
  27. 52d4d1a callgrind: fix example description and clarification of callgrind format by weidendo · 17 years ago
  28. f82dfad Move a 'break' around. by sewardj · 17 years ago
  29. 91b470c Make the --max-stackframe machinery 64-bit clean. by sewardj · 17 years ago
  30. 81651dc Merge, from CGTUNE branch, a cleaned up version of r6742: by sewardj · 17 years ago
  31. e783ceb Fix silly bug. by sewardj · 17 years ago
  32. ab9c37e fixed a couple of minor things by njn · 17 years ago
  33. 23c97b6 Followup to r6783: supply a correct index/strchr replacement for by sewardj · 17 years ago
  34. d1dea99 This module supplies various replacement functions, amongst them a by sewardj · 17 years ago
  35. 43c48b6 updating licensing wording by dirk · 17 years ago
  36. b70dfff Update by sewardj · 17 years ago
  37. 487cadb Merge from CGTUNE branch: by sewardj · 17 years ago
  38. 4cc684b Merge from CGTUNE branch: by sewardj · 17 years ago
  39. 3f94a7d Changes to m_hashtable: by sewardj · 17 years ago
  40. cfdc5fd gcc-4.3 compile fixes. by sewardj · 17 years ago
  41. 9877e9b Dynamically expand the ExeContext hash table, rather than using a by sewardj · 17 years ago
  42. 1d2e2e6 The drastic increase in the number of per-arena freelists in r6771 by sewardj · 17 years ago
  43. d35bf74 Make the ExeContext hash table a whole lot bigger. by sewardj · 17 years ago
  44. 1069473 update suppressions by dirk · 17 years ago
  45. 0b3fd2d Previously, each Arena has a linked list of Superblocks, which can by sewardj · 17 years ago
  46. c1ac977 Some improvements for malloc/free intensive programs, inspired by by sewardj · 17 years ago
  47. 88eb963 suppression update for 10.3/glibc 2.6 by dirk · 17 years ago
  48. ff1e389 add glibc-2.6.supp to the distribution list by dirk · 17 years ago
  49. 0a93c63 Update. by sewardj · 17 years ago
  50. 4c99385 All platforms: make it clearer that missing syscalls constitute reportable bugs. by sewardj · 17 years ago
  51. 198f34f Get rid of VG_(getcwd) and replace it with a pair of functions, by sewardj · 17 years ago
  52. ca73f4d update bugstatus by dirk · 17 years ago
  53. b5579c3 VG_(needs_shadow_memory) does not exist; remove prototype for it. by sewardj · 17 years ago
  54. 620dd26 Apparently 'index' shadows a global decl on some targets; therefore rename. by sewardj · 17 years ago
  55. a780296 Handle a whole bunch of obscure types. by sewardj · 17 years ago
  56. 896a7fd Test a whole bunch of obscure types. by sewardj · 17 years ago
  57. a8c487f Merge (from branch) r6755 (Handle MPI_DOUBLE_PRECISION). by sewardj · 17 years ago
  58. c48fd56 update bugstatus by dirk · 17 years ago
  59. fbfa509 update suppression file. Patch by Diego Petteno from Gentoo by dirk · 17 years ago
  60. 0047460 Update by weidendo · 17 years ago
  61. e572755 callgrind: fix build with srcdir != builddir by weidendo · 17 years ago
  62. 6665ea2 Add a comment with a definitive account of when Memcheck does (and does not, by njn · 17 years ago
  63. 74b6bc4 callgrind_annotate: Fix a warning by weidendo · 17 years ago
  64. c84d8cd Callgrind manual: Fix typo by weidendo · 17 years ago
  65. 6a62401 Callgrind manual: rewriting start of section about avoding cycles by weidendo · 17 years ago
  66. 362f783 Callgrind format: Note about event names in the example by weidendo · 17 years ago
  67. 08e31e2 Merge (from 3.2 branch) r6743 (Edit the manual to bring it up to date by sewardj · 17 years ago
  68. c8bd0c5 glibc 2.6 support by dirk · 17 years ago
  69. ae44c38 Clarify --trace-children a little. by njn · 17 years ago
  70. 85e6675 Update svn:ignore properties. by rjwalsh · 17 years ago
  71. 941393b Update by weidendo · 17 years ago
  72. d7dccdb Callgrind: improve documentation by weidendo · 17 years ago
  73. 8badbaa by sewardj · 17 years ago
  74. 3b20f66 Update. by sewardj · 17 years ago
  75. e428ab0 Fix stack overflow which lead to totally mysterious .bss corruption by sewardj · 17 years ago
  76. b508d77 Older assemblers on amd64-linux don't do lahf/sahf; work around that. by sewardj · 17 years ago
  77. 2682038 Fix regression in new/new[]/delete/delete[] intercepts for gcc-2.96. by sewardj · 17 years ago
  78. 1ac9d0c Avoid compilation warnings with gcc-4.2. by sewardj · 17 years ago
  79. a72c26d If gcc supports -fno-stack-protector, use it. This should fix by sewardj · 17 years ago
  80. fcf5410 Update. by sewardj · 17 years ago
  81. 38dba99 Add disclaimers. by sewardj · 17 years ago
  82. db5c657 augment previous commit by njn · 17 years ago
  83. c1b1d42 It's generally a good idea to set call-by-reference arguments, especially by njn · 17 years ago
  84. 09beb9e wrap env related functions to be able to track undefined values better by dirk · 17 years ago
  85. 9a0cba4 Fix some copyright notices: by njn · 17 years ago
  86. bcccbc0 When doing 'demo' translations for --profile-flags=, make at least by sewardj · 17 years ago
  87. 6de362b Update. by sewardj · 17 years ago
  88. c6f43dd Fix out of date comment. by sewardj · 17 years ago
  89. 1f456de Test sahf/lahf on amd64. by sewardj · 17 years ago
  90. 443aa37 Handle some more types: {REAL,INTEGER}{4,8} and 2INT. Also a change by sewardj · 17 years ago
  91. 0a8db5c Explicitly zero CCs. It's already being done by VG_(OSet_AllocNode), but by njn · 17 years ago
  92. 6f286c3 Test some Fortran types. by sewardj · 17 years ago
  93. b63ca16 add a comment by njn · 17 years ago
  94. b4cfa2f Remove duplicate code -- make XArray use VG_(ssort). by njn · 17 years ago
  95. 72effab update by njn · 17 years ago
  96. 1b4e123 Augment a comment. by njn · 17 years ago
  97. a007859 clarify comment by njn · 17 years ago
  98. 6a34b36 update by njn · 17 years ago
  99. a3e991b Fix bug 142491: allow more --alloc-fn functions (128, up from 32). by njn · 17 years ago
  100. 19879f1 update by njn · 17 years ago