1. 04eb109 Move description of --read-var-info= from the "debugging options" by sewardj · 16 years ago
  2. f8722ca Don't let GDB_PATH be "" if no GDB is found at configure time, as this causes by sewardj · 16 years ago
  3. bbaef87 Fixes for compilation warnings from the apparently very strict by sewardj · 16 years ago
  4. 618658d Get rid of longstanding and now pointless restriction that disallowed by sewardj · 16 years ago
  5. f98e1c0 Merge Helgrind from branches/YARD into the trunk. Also includes some by sewardj · 16 years ago
  6. 61a1b05 Track recent AIX 5.3 updates. by sewardj · 16 years ago
  7. 94c8eb4 by sewardj · 16 years ago
  8. 9c606bd by sewardj · 16 years ago
  9. a8ffda6 Format string fixes for ppc{32,64}-aix5. by sewardj · 16 years ago
  10. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  11. c191a04 Followup to r8178: don't segfault if VG_(clo_log_name) is NULL. by sewardj · 16 years ago
  12. 4efbaa7 Reinstate printing of log-file-qualifiers in XML output (Ashley Pittman). by sewardj · 16 years ago
  13. 7cf4e6b by sewardj · 16 years ago
  14. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago
  15. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 17 years ago
  16. 7c1a19a Mark the main thread as running while the initial memory declarations by tom · 17 years ago
  17. dc2f79e Comment-only change. by sewardj · 17 years ago
  18. c9d3383 AIX5 counterpart to r7302: Improve handling of programs which require by sewardj · 17 years ago
  19. 95d86c0 Improve handling of programs which require very large main thread by sewardj · 17 years ago
  20. 5bdfbd2 When allocating space for the client stack on Linux, take notice of by sewardj · 17 years ago
  21. 5abcc0b Get rid of VG_NUMW_CLO, as it is pretty much identical to VG_NUM_CLO, by sewardj · 17 years ago
  22. 374a36d by njn · 17 years ago
  23. 12373b1 Followup to r7192: don't bork the compilation if GDB_PATH is not by sewardj · 17 years ago
  24. 7839d11 In the --help text, print the actual name of the GDB that will by by sewardj · 17 years ago
  25. 6e31f80 Add a new flag, --child-silent-after-fork=no|yes [no]. When enabled, by sewardj · 17 years ago
  26. de764e8 by sewardj · 17 years ago
  27. 99a2ceb by sewardj · 17 years ago
  28. 8a7b41b Fix various format string errors, courtesy of Florian Krohm. by njn · 17 years ago
  29. 91b470c Make the --max-stackframe machinery 64-bit clean. by sewardj · 17 years ago
  30. 198f34f Get rid of VG_(getcwd) and replace it with a pair of functions, by sewardj · 17 years ago
  31. bcccbc0 When doing 'demo' translations for --profile-flags=, make at least by sewardj · 17 years ago
  32. 1274d24 Fix bug 142197: don't free --toolname:foo options after they've been munged, by njn · 17 years ago
  33. 948a6fc Make ptrace-based launchers able to handle --help, --version etc. by sewardj · 17 years ago
  34. 125fd4f Generate valid XML (conforming to docs/internals/xml-output.txt) even by sewardj · 17 years ago
  35. 14c7cc5 Get rid of the type XArrayStrings in m_clientstate and use new generic by sewardj · 17 years ago
  36. 95611ff --wait-for-gdb=yes: gcc 4.1.2 now appears to delete do-nothing loops, so by sewardj · 18 years ago
  37. f767d96 by sewardj · 18 years ago
  38. 650d82a Get rid of the unused --model-pthreads flag. by sewardj · 18 years ago
  39. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  40. 0785468 Remove redundant \n by sewardj · 18 years ago
  41. e66f2e0 Merge (from 3_2_BRANCH) r6457/8 (Support 64k pages on ppc32/64-linux by sewardj · 18 years ago
  42. f9d2f9b Redo the interface to m_initimg (module for setting up the initial by sewardj · 18 years ago
  43. 5471ec6 Increase # bbs in profile. by sewardj · 18 years ago
  44. 12ab765 Final merges from branches/AIX5; mostly tracking of SysRes change. by sewardj · 18 years ago
  45. 17c1104 Move code that creates the initial Linux memory image (stack, env, by sewardj · 18 years ago
  46. 4cfea4f by sewardj · 18 years ago
  47. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  48. 33dbfce Clarify usage instructions for --trace-flags. by njn · 18 years ago
  49. a2cd32d Move into 2006. by sewardj · 18 years ago
  50. b977908 A new flag, --error-exitcode=, has been added, to allow changing the by sewardj · 18 years ago
  51. c40fce5 Print a slightly more helpful error message if the log file creation fails. by sewardj · 18 years ago
  52. ca54af3 by njn · 18 years ago
  53. 1d0825f Merge in the COMPVBITS branch to the trunk. This is a big change to by njn · 18 years ago
  54. 4c3faae A couple of initialisations to keep gcc-4.1.0 happy. by sewardj · 18 years ago
  55. 6b3e0d7 Fix boundary conditions relating to stack permissions (see r5645). by sewardj · 19 years ago
  56. c6527d6 When setting the initial permissions of the area below the initial by sewardj · 19 years ago
  57. c8c5c87 Handle main thread stacks up to 16MB. by sewardj · 19 years ago
  58. e3121f3 Track vex r1555 (Change the way Vex represents architecture variants by sewardj · 19 years ago
  59. 33afdb5 Change the default --trace-notbelow= number from zero to infinity, by sewardj · 19 years ago
  60. cf95181 ppc64-linux: set R2 before running __libc_freeres by sewardj · 19 years ago
  61. 1a85f4f by sewardj · 19 years ago
  62. 0ec07f3 Merge in function wrapping support from the FNWRAP branch. That by sewardj · 19 years ago
  63. f0915fc Initial redirect stuff for ppc64-linux. by sewardj · 19 years ago
  64. 13247ca Finally fix the bug causing dynamic ppc64-linux executables not to by sewardj · 19 years ago
  65. 297c88f fixed up ppc64 assembly with .opd sections by cerion · 19 years ago
  66. bcd75fc Remove all remaining profiling gunk. by njn · 19 years ago
  67. da033f5 Fix for bug #117096. by njn · 19 years ago
  68. c726652 More V setup for ppc64 - client stack setup - init_thread1state: set TOC ptr by cerion · 19 years ago
  69. 2108204 Take ppc64 startup further along the road by cerion · 19 years ago
  70. 42c8355 Change hp2ps to output .ps files in the same dir that the .hp input files by njn · 19 years ago
  71. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  72. 2fedc64 Counterpart to r5202: restore previous assembler state with .previous by sewardj · 19 years ago
  73. d9fc382 Hmm. Perhaps all those top-level pieces of assembly weren't such a by sewardj · 19 years ago
  74. 0ddabca record more email comments by njn · 19 years ago
  75. 7c555a9 Record previous log message as a comment in the code. by njn · 19 years ago
  76. 33ca9e8 Make the data segment (heap) executable. LinuxThreads on ppc32 creates by sewardj · 19 years ago
  77. 1f0bbc7 Slightly reorder the preamble-printing order, and also print the CPU arch/subarch detected. by sewardj · 19 years ago
  78. 20241ba Incremented the xml output protocolversion to 2, following the change in the time field format of r5042 by cerion · 19 years ago
  79. e3826cf Hook the ppc32 stuff up to the revised CPU detection machinery, and by sewardj · 19 years ago
  80. e2d1e67 Tidy up the machinery for detecting the CPU type and capabilities. by sewardj · 19 years ago
  81. 00cfcfc Don't imply that the --tool option is mandatory. by njn · 19 years ago
  82. 628add6 Rename --simulation-hints as --sim-hints for brevity. by njn · 19 years ago
  83. 151a639 Fix compiler warnings. by tom · 19 years ago
  84. 2315d18 Suppress AT_SYSINFO in the auxiliary vector because it contains a by tom · 19 years ago
  85. 592ae09 Reinstate timestamping, sort-of, having trashed VG_(ctime) as part of by sewardj · 19 years ago
  86. 3c3f0c1 Document the --kernel-variant= option. by sewardj · 19 years ago
  87. f72cced Second try at getting rid of the is_self() hack used to decide when to by sewardj · 19 years ago
  88. fb7bcde Dual architecture support - this commit is a major rework of the build by tom · 19 years ago
  89. bbe14b1 Fix up references to log files names containing "pid" in them and by tom · 19 years ago
  90. 0d15944 Don't give the heap execute permission - the linux kernel doesn't by tom · 19 years ago
  91. 2e9f3f3 The version string from --version was being printed to stderr. This by njn · 19 years ago
  92. 40b9ce7 Enable Altivec by default if it is available. by sewardj · 19 years ago
  93. 74b4cca Remove all remaining references to pointercheck. It's sad to see it by sewardj · 19 years ago
  94. 19617ae The Spin-Doctor arrives in Valgrind-Land: rename --weird-hacks= to by sewardj · 19 years ago
  95. 20b4a15 Make the usage message a little neater and more self-consistent. by njn · 19 years ago
  96. 03d8aa8 Get rid of various compilation warnings. by sewardj · 19 years ago
  97. 7375061 by njn · 19 years ago
  98. 60a4b0b Fix statement-before-declaration warnings for the core code. by tom · 19 years ago
  99. 5f3a998 Disable ppc32 altivec pro tem (just temporarily). by sewardj · 19 years ago
  100. ce5a566 by sewardj · 19 years ago