1. de764e8 by sewardj · 17 years ago
  2. 99a2ceb by sewardj · 17 years ago
  3. 8a7b41b Fix various format string errors, courtesy of Florian Krohm. by njn · 17 years ago
  4. 91b470c Make the --max-stackframe machinery 64-bit clean. by sewardj · 17 years ago
  5. 198f34f Get rid of VG_(getcwd) and replace it with a pair of functions, by sewardj · 17 years ago
  6. bcccbc0 When doing 'demo' translations for --profile-flags=, make at least by sewardj · 17 years ago
  7. 1274d24 Fix bug 142197: don't free --toolname:foo options after they've been munged, by njn · 17 years ago
  8. 948a6fc Make ptrace-based launchers able to handle --help, --version etc. by sewardj · 17 years ago
  9. 125fd4f Generate valid XML (conforming to docs/internals/xml-output.txt) even by sewardj · 17 years ago
  10. 14c7cc5 Get rid of the type XArrayStrings in m_clientstate and use new generic by sewardj · 17 years ago
  11. 95611ff --wait-for-gdb=yes: gcc 4.1.2 now appears to delete do-nothing loops, so by sewardj · 17 years ago
  12. f767d96 by sewardj · 18 years ago
  13. 650d82a Get rid of the unused --model-pthreads flag. by sewardj · 18 years ago
  14. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  15. 0785468 Remove redundant \n by sewardj · 18 years ago
  16. e66f2e0 Merge (from 3_2_BRANCH) r6457/8 (Support 64k pages on ppc32/64-linux by sewardj · 18 years ago
  17. f9d2f9b Redo the interface to m_initimg (module for setting up the initial by sewardj · 18 years ago
  18. 5471ec6 Increase # bbs in profile. by sewardj · 18 years ago
  19. 12ab765 Final merges from branches/AIX5; mostly tracking of SysRes change. by sewardj · 18 years ago
  20. 17c1104 Move code that creates the initial Linux memory image (stack, env, by sewardj · 18 years ago
  21. 4cfea4f by sewardj · 18 years ago
  22. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  23. 33dbfce Clarify usage instructions for --trace-flags. by njn · 18 years ago
  24. a2cd32d Move into 2006. by sewardj · 18 years ago
  25. b977908 A new flag, --error-exitcode=, has been added, to allow changing the by sewardj · 18 years ago
  26. c40fce5 Print a slightly more helpful error message if the log file creation fails. by sewardj · 18 years ago
  27. ca54af3 by njn · 18 years ago
  28. 1d0825f Merge in the COMPVBITS branch to the trunk. This is a big change to by njn · 18 years ago
  29. 4c3faae A couple of initialisations to keep gcc-4.1.0 happy. by sewardj · 18 years ago
  30. 6b3e0d7 Fix boundary conditions relating to stack permissions (see r5645). by sewardj · 19 years ago
  31. c6527d6 When setting the initial permissions of the area below the initial by sewardj · 19 years ago
  32. c8c5c87 Handle main thread stacks up to 16MB. by sewardj · 19 years ago
  33. e3121f3 Track vex r1555 (Change the way Vex represents architecture variants by sewardj · 19 years ago
  34. 33afdb5 Change the default --trace-notbelow= number from zero to infinity, by sewardj · 19 years ago
  35. cf95181 ppc64-linux: set R2 before running __libc_freeres by sewardj · 19 years ago
  36. 1a85f4f by sewardj · 19 years ago
  37. 0ec07f3 Merge in function wrapping support from the FNWRAP branch. That by sewardj · 19 years ago
  38. f0915fc Initial redirect stuff for ppc64-linux. by sewardj · 19 years ago
  39. 13247ca Finally fix the bug causing dynamic ppc64-linux executables not to by sewardj · 19 years ago
  40. 297c88f fixed up ppc64 assembly with .opd sections by cerion · 19 years ago
  41. bcd75fc Remove all remaining profiling gunk. by njn · 19 years ago
  42. da033f5 Fix for bug #117096. by njn · 19 years ago
  43. c726652 More V setup for ppc64 - client stack setup - init_thread1state: set TOC ptr by cerion · 19 years ago
  44. 2108204 Take ppc64 startup further along the road by cerion · 19 years ago
  45. 42c8355 Change hp2ps to output .ps files in the same dir that the .hp input files by njn · 19 years ago
  46. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  47. 2fedc64 Counterpart to r5202: restore previous assembler state with .previous by sewardj · 19 years ago
  48. d9fc382 Hmm. Perhaps all those top-level pieces of assembly weren't such a by sewardj · 19 years ago
  49. 0ddabca record more email comments by njn · 19 years ago
  50. 7c555a9 Record previous log message as a comment in the code. by njn · 19 years ago
  51. 33ca9e8 Make the data segment (heap) executable. LinuxThreads on ppc32 creates by sewardj · 19 years ago
  52. 1f0bbc7 Slightly reorder the preamble-printing order, and also print the CPU arch/subarch detected. by sewardj · 19 years ago
  53. 20241ba Incremented the xml output protocolversion to 2, following the change in the time field format of r5042 by cerion · 19 years ago
  54. e3826cf Hook the ppc32 stuff up to the revised CPU detection machinery, and by sewardj · 19 years ago
  55. e2d1e67 Tidy up the machinery for detecting the CPU type and capabilities. by sewardj · 19 years ago
  56. 00cfcfc Don't imply that the --tool option is mandatory. by njn · 19 years ago
  57. 628add6 Rename --simulation-hints as --sim-hints for brevity. by njn · 19 years ago
  58. 151a639 Fix compiler warnings. by tom · 19 years ago
  59. 2315d18 Suppress AT_SYSINFO in the auxiliary vector because it contains a by tom · 19 years ago
  60. 592ae09 Reinstate timestamping, sort-of, having trashed VG_(ctime) as part of by sewardj · 19 years ago
  61. 3c3f0c1 Document the --kernel-variant= option. by sewardj · 19 years ago
  62. f72cced Second try at getting rid of the is_self() hack used to decide when to by sewardj · 19 years ago
  63. fb7bcde Dual architecture support - this commit is a major rework of the build by tom · 19 years ago
  64. bbe14b1 Fix up references to log files names containing "pid" in them and by tom · 19 years ago
  65. 0d15944 Don't give the heap execute permission - the linux kernel doesn't by tom · 19 years ago
  66. 2e9f3f3 The version string from --version was being printed to stderr. This by njn · 19 years ago
  67. 40b9ce7 Enable Altivec by default if it is available. by sewardj · 19 years ago
  68. 74b4cca Remove all remaining references to pointercheck. It's sad to see it by sewardj · 19 years ago
  69. 19617ae The Spin-Doctor arrives in Valgrind-Land: rename --weird-hacks= to by sewardj · 19 years ago
  70. 20b4a15 Make the usage message a little neater and more self-consistent. by njn · 19 years ago
  71. 03d8aa8 Get rid of various compilation warnings. by sewardj · 19 years ago
  72. 7375061 by njn · 19 years ago
  73. 60a4b0b Fix statement-before-declaration warnings for the core code. by tom · 19 years ago
  74. 5f3a998 Disable ppc32 altivec pro tem (just temporarily). by sewardj · 19 years ago
  75. ce5a566 by sewardj · 19 years ago
  76. a48a493 Make ppc32-linux build again following aspacem merge. Doesn't work, though: by sewardj · 19 years ago
  77. 9d5564d Fix up vg_preload_core.so vs. vgpreload_core.so confusion introduced by njn · 19 years ago
  78. 5e94078 Fix command-line printing. by sewardj · 19 years ago
  79. 1ae3f3a Get rid of pub_core_main.h, so that m_main is not imported by anyone, by sewardj · 19 years ago
  80. 5f229e2 Get rid of some macros used only by the old aspacemgr, and tidy up by sewardj · 19 years ago
  81. a0461a6 Get rid of the "ioctl-mmap" weird-hack flag. by sewardj · 19 years ago
  82. fdf91b4 Small cleanups, mostly of m_main: by sewardj · 19 years ago
  83. 90d3854 Don't reserve space for trampoline page on the stack, since it isn't by sewardj · 19 years ago
  84. 45f4e7c by sewardj · 19 years ago
  85. c6957cf Rename VG_(have_altivec) => VG_(have_altivec_ppc) for consistency. by cerion · 19 years ago
  86. bc28f66 setup new variable VG_(have_altivec) from auxv::AT_HWCAP by cerion · 19 years ago
  87. 7b4e5ba by njn · 19 years ago
  88. 46a4a76 Make sure we have enough space for the name if the path is empty. Patch by tom · 19 years ago
  89. 753673f Print all XML output with a consistent nesting style, so as to make it by sewardj · 19 years ago
  90. cdd81cb ppc32-linux only: HACK: for now, mess with the auxv handed to the by sewardj · 19 years ago
  91. 5b742c3 If --log-file-qualifier= is set, and we're logging to a file or by sewardj · 19 years ago
  92. ce54555 Recategorise options in the usage message. by njn · 19 years ago
  93. 3448a1c Don't claim that the --single-step= and --optimise= flags exist any by sewardj · 19 years ago
  94. 33e6042 Rename tags in XML <status> block. by sewardj · 19 years ago
  95. 8637545 --branchpred= doesn't do anything (I'm not sure what it ever did do). Rm'd. by sewardj · 19 years ago
  96. 3d7c2f0 Get rid of --support-elan3=. This flag wasn't doing anything since by sewardj · 19 years ago
  97. 6c3a219 Rename --smc-support= to --smc-check=. by sewardj · 19 years ago
  98. 9264559 A commit which is almost all trivial change. by sewardj · 19 years ago
  99. c8ec9f8 Recategorise some options in the usage message. by njn · 19 years ago
  100. 97f7e0c Use %t rather than %s in some places for constructing XML output. by sewardj · 19 years ago