1. 198f34f Get rid of VG_(getcwd) and replace it with a pair of functions, by sewardj · 17 years ago
  2. ca73f4d update bugstatus by dirk · 17 years ago
  3. b5579c3 VG_(needs_shadow_memory) does not exist; remove prototype for it. by sewardj · 17 years ago
  4. 620dd26 Apparently 'index' shadows a global decl on some targets; therefore rename. by sewardj · 17 years ago
  5. a780296 Handle a whole bunch of obscure types. by sewardj · 17 years ago
  6. 896a7fd Test a whole bunch of obscure types. by sewardj · 17 years ago
  7. a8c487f Merge (from branch) r6755 (Handle MPI_DOUBLE_PRECISION). by sewardj · 17 years ago
  8. c48fd56 update bugstatus by dirk · 17 years ago
  9. fbfa509 update suppression file. Patch by Diego Petteno from Gentoo by dirk · 17 years ago
  10. 0047460 Update by weidendo · 17 years ago
  11. e572755 callgrind: fix build with srcdir != builddir by weidendo · 17 years ago
  12. 6665ea2 Add a comment with a definitive account of when Memcheck does (and does not, by njn · 17 years ago
  13. 74b6bc4 callgrind_annotate: Fix a warning by weidendo · 17 years ago
  14. c84d8cd Callgrind manual: Fix typo by weidendo · 17 years ago
  15. 6a62401 Callgrind manual: rewriting start of section about avoding cycles by weidendo · 17 years ago
  16. 362f783 Callgrind format: Note about event names in the example by weidendo · 17 years ago
  17. 08e31e2 Merge (from 3.2 branch) r6743 (Edit the manual to bring it up to date by sewardj · 17 years ago
  18. c8bd0c5 glibc 2.6 support by dirk · 17 years ago
  19. ae44c38 Clarify --trace-children a little. by njn · 17 years ago
  20. 85e6675 Update svn:ignore properties. by rjwalsh · 17 years ago
  21. 941393b Update by weidendo · 17 years ago
  22. d7dccdb Callgrind: improve documentation by weidendo · 17 years ago
  23. 8badbaa by sewardj · 17 years ago
  24. 3b20f66 Update. by sewardj · 17 years ago
  25. e428ab0 Fix stack overflow which lead to totally mysterious .bss corruption by sewardj · 17 years ago
  26. b508d77 Older assemblers on amd64-linux don't do lahf/sahf; work around that. by sewardj · 17 years ago
  27. 2682038 Fix regression in new/new[]/delete/delete[] intercepts for gcc-2.96. by sewardj · 17 years ago
  28. 1ac9d0c Avoid compilation warnings with gcc-4.2. by sewardj · 17 years ago
  29. a72c26d If gcc supports -fno-stack-protector, use it. This should fix by sewardj · 17 years ago
  30. fcf5410 Update. by sewardj · 17 years ago
  31. 38dba99 Add disclaimers. by sewardj · 17 years ago
  32. db5c657 augment previous commit by njn · 17 years ago
  33. c1b1d42 It's generally a good idea to set call-by-reference arguments, especially by njn · 17 years ago
  34. 09beb9e wrap env related functions to be able to track undefined values better by dirk · 17 years ago
  35. 9a0cba4 Fix some copyright notices: by njn · 17 years ago
  36. bcccbc0 When doing 'demo' translations for --profile-flags=, make at least by sewardj · 17 years ago
  37. 6de362b Update. by sewardj · 17 years ago
  38. c6f43dd Fix out of date comment. by sewardj · 17 years ago
  39. 1f456de Test sahf/lahf on amd64. by sewardj · 17 years ago
  40. 443aa37 Handle some more types: {REAL,INTEGER}{4,8} and 2INT. Also a change by sewardj · 17 years ago
  41. 0a8db5c Explicitly zero CCs. It's already being done by VG_(OSet_AllocNode), but by njn · 17 years ago
  42. 6f286c3 Test some Fortran types. by sewardj · 17 years ago
  43. b63ca16 add a comment by njn · 17 years ago
  44. b4cfa2f Remove duplicate code -- make XArray use VG_(ssort). by njn · 17 years ago
  45. 72effab update by njn · 17 years ago
  46. 1b4e123 Augment a comment. by njn · 17 years ago
  47. a007859 clarify comment by njn · 17 years ago
  48. 6a34b36 update by njn · 17 years ago
  49. a3e991b Fix bug 142491: allow more --alloc-fn functions (128, up from 32). by njn · 17 years ago
  50. 19879f1 update by njn · 17 years ago
  51. 1274d24 Fix bug 142197: don't free --toolname:foo options after they've been munged, by njn · 17 years ago
  52. 2ebdb57 update by njn · 17 years ago
  53. 64bd24a Fix 142488: don't read ./.valgrindrc if CWD==HOME. by njn · 17 years ago
  54. a368961 by sewardj · 17 years ago
  55. 1b2add1 by sewardj · 17 years ago
  56. 3ecfaaa Update slightly. by sewardj · 17 years ago
  57. c952a2d More info about the VEX changes. by njn · 17 years ago
  58. fa18a26 Don't build SSE3 tests if the configure test determined that the assembler by sewardj · 17 years ago
  59. b81c795 Clarify the "out of memory" message. by njn · 17 years ago
  60. f0aabf8 Older assemblers don't speak SSE3. Add a configure test for it. by sewardj · 17 years ago
  61. a954461 Unbreak the build on ppc64-linux. by sewardj · 17 years ago
  62. 948a6fc Make ptrace-based launchers able to handle --help, --version etc. by sewardj · 17 years ago
  63. 810fe14 Followup to r6650: tidy up sys_sigreturn/sys_rt_sigreturn on ppc32/64-linux. by sewardj · 17 years ago
  64. cba8f43 Followup to r6650: tidy up sys_sigreturn/sys_rt_sigreturn on ppc32/64-linux. by sewardj · 17 years ago
  65. 1829053 Document and tidy up one of the more arcane corners of signal by sewardj · 17 years ago
  66. ea9c15e Use a 64-bit counter to keep track of the total number of bytes by sewardj · 17 years ago
  67. 3e5a8b5 Back out r6640; I'm pretty sure it is the wrong thing to do now. by sewardj · 17 years ago
  68. 12f8f92 Tidy up a lot by sewardj · 17 years ago
  69. 66225ad More redhat8 suppressions. by sewardj · 17 years ago
  70. de21b95 Add a test for vex ppc64 code generation bug fixed by vex r1739 by sewardj · 17 years ago
  71. 9dd4d68 Add a custom stderr filter for memcheck/tests/amd64/defcfaexpr. by sewardj · 17 years ago
  72. 0236a00 Add a test for int3 on x86 (from Peter Maydell) by sewardj · 17 years ago
  73. 0bfd9e6 Add a test for int3 on amd64 (from Peter Maydell) by sewardj · 17 years ago
  74. 7acef08 Handle sys_ioprio_set on amd64-linux. by sewardj · 17 years ago
  75. 7d6f103 It appears glibc-2.5's getenv() function steps along environment by sewardj · 17 years ago
  76. e265636 wibble by njn · 17 years ago
  77. 71043fe update by njn · 17 years ago
  78. 5b53268 Update. by sewardj · 17 years ago
  79. 429d539 Record which SuSE 10.1 packages are needed for a successful 'make dist'. by sewardj · 17 years ago
  80. 125fd4f Generate valid XML (conforming to docs/internals/xml-output.txt) even by sewardj · 17 years ago
  81. 775a368 Horrible hacks to make 'make dist' work properly. Previously it only by sewardj · 17 years ago
  82. 7454b07 Update bug status file. by tom · 17 years ago
  83. 7f4d7e4 Add support for linux key management system calls. by tom · 17 years ago
  84. d5df125 Add support for some I2C ioctls. by tom · 17 years ago
  85. b807a78 Handle some additional ptrace reason codes. Based on a patch by tom · 17 years ago
  86. fa3bcd4 Update. by sewardj · 17 years ago
  87. 669281e Add a regression test for unwind handling of DW_CFA_def_cfa_expression. by sewardj · 17 years ago
  88. 7888e22 Handle DW_CFA_def_cfa_expression; also DW_OP_mul. by sewardj · 17 years ago
  89. 19dc88f Fill in a few more DWARF3 'expression' related cases. by sewardj · 17 years ago
  90. c271ec8 by sewardj · 17 years ago
  91. bc13c05 update by njn · 17 years ago
  92. 261e4ce Barf more elegantly. by sewardj · 17 years ago
  93. 542eada Add .eh_frame gunk for VG_(amd64_linux_REDIR_FOR_vgettimeofday) and by sewardj · 17 years ago
  94. c4217cd Make the leb readers 64-bit clean. That should guard against another by sewardj · 17 years ago
  95. 72427fa by sewardj · 17 years ago
  96. 0f63148 VG_(addToXA): return index in the array where the item was added. by sewardj · 17 years ago
  97. 5bd7eca Callgrind: Fix potential buffer overruns with user provided strings by weidendo · 17 years ago
  98. 94ef4a4 Comment-only change. by sewardj · 17 years ago
  99. 14c7cc5 Get rid of the type XArrayStrings in m_clientstate and use new generic by sewardj · 17 years ago
  100. 7df1515 Make all the m_xarray functions tool-visible. by sewardj · 17 years ago