1. 4627586 Use a macro to add declarations for functions like memcpy(), so that GCC by njn · 19 years ago
  2. f3b9d8e Make the regtests buildable on amd64, by moving various x86 specific by sewardj · 19 years ago
  3. 9926dce Wibble by sewardj · 19 years ago
  4. 3ce4654 cachegrind/tests/myprintf needs -fPIC on amd64 by sewardj · 19 years ago
  5. de4a4ab Sort out amd64 issues. by sewardj · 19 years ago
  6. 1c39800 amd64-linux build fix by sewardj · 19 years ago
  7. 33586e5 More syscall fixes (Tom Hughes). by sewardj · 19 years ago
  8. 02f718f Fix a bunch of amd64 syscalls. by sewardj · 19 years ago
  9. 9d9cdea 64-bit cleanness fix for command-line printing by sewardj · 19 years ago
  10. d0d9731 PRE_(mmap2) and PRE(old_mmap): if not MAP_FIXED but addr != 0, don't by sewardj · 19 years ago
  11. 1f8b3e7 De-convolute somewhat the client request usage for reporting overlap errors. by njn · 19 years ago
  12. 6751613 make function names more uniform by njn · 19 years ago
  13. 43fe47a Track recent jmp_with_stack hackery. by sewardj · 19 years ago
  14. 0dbfd4d Remove debug printing. by sewardj · 19 years ago
  15. 957ef8d Finally finish pissing around with jmp_with_stack. Now at least we by sewardj · 19 years ago
  16. 7f082a6 Mucho buggering about jmp_with_stack and its kin. Jeez. Now the by sewardj · 19 years ago
  17. 0c1a596 jmp_with_stack is a hack which makes no sense on archs which pass args by sewardj · 19 years ago
  18. 96db5e1 Horrible syscall-related hacks to make it at least compile on amd64. by sewardj · 19 years ago
  19. 2b641fe handleOneStatement: Derive a value for *instrAddr from the IMark in a by sewardj · 19 years ago
  20. 17a56bf Bring in the beginnings of 64-bit cleanness for IR mangling in cachegrind: by sewardj · 19 years ago
  21. d54babf Track Vex API change in rev 1062: pass both the guest and host word by sewardj · 19 years ago
  22. 21dc345 Track Vex API (semantics) changes in rev 1061: introduction of IRStmt_NoOp. by sewardj · 19 years ago
  23. 1cb50b2 Move VG_(get_EIP)() out of vg_execontext.c, where it doesn't belong, into by njn · 19 years ago
  24. f426131 by njn · 19 years ago
  25. 710d6c2 Track minor Vex API changes that occurred in Vex rev 1059. by sewardj · 19 years ago
  26. 7400cfa Comment-only change -- replace old function name. by njn · 19 years ago
  27. 3f04d24 Print messages only shown with -v using Vg_DebugMsg, rather than Vg_UserMsg. by njn · 19 years ago
  28. 8f01fbe Update expected outputs following institution of default --show-emwarns=no by sewardj · 19 years ago
  29. 6a3009b by njn · 19 years ago
  30. c62cc06 Change .CVS to .SVN by sewardj · 19 years ago
  31. b1131a8 Don't show VEX emulation warnings by default; they are just too tiresome. by sewardj · 19 years ago
  32. fcde2d2 Update VG_(bbs_done) correctly, so it agrees with the BB counts by sewardj · 19 years ago
  33. 3350a43 Explaination from David Woodhouse about meaning of thread groups. by sewardj · 19 years ago
  34. 08ccc5c Add missing break spotted by Nick. Turns out to be harmless - but by sewardj · 19 years ago
  35. 394790d Fix VG_({un}pad_address_space) so as to make sys_io_setup work again. by sewardj · 19 years ago
  36. 4d89e30 Fill in a bunch of amd64-specific crud. Still won't link though. by sewardj · 19 years ago
  37. 29faa50 Make existing tools aware of IR instruction marks. (They ignore them, though). by sewardj · 19 years ago
  38. ba30c1b Add an equally-valid looking alternative .stderr.exp for this test. by sewardj · 19 years ago
  39. ce7ec7d Add another possible .stderr output for memcheck/tests/writev. by sewardj · 19 years ago
  40. 9bd43d5 Remove pth_once from memcheck/tests. It already exists in by sewardj · 19 years ago
  41. 882af5f Reinstate VG_(find_root_memory). This makes the leak detector work again. by sewardj · 19 years ago
  42. 215776c Get rid of VG_(client_free) as it was never used. Rename its by sewardj · 19 years ago
  43. 1008bfc Update expected outputs to include missing stack frames that old UCode by sewardj · 19 years ago
  44. a168590 Don't try to stuff 16 bit values into 12 bit variables. by njn · 19 years ago
  45. f4d483b Replace an 8-line macro with a 2-line function that is also easier to by njn · 19 years ago
  46. 5fd5453 Make scalar.c slightly more robust against certain kinds of failures. by njn · 19 years ago
  47. ab63bbb Tweak manuel2 so that the Memcheck-detected error is more reliable, and that by njn · 19 years ago
  48. 036a491 Don't let GCC4.0 inline memcpy() and memcmp(), else the tests fail. by njn · 19 years ago
  49. c504748 Looks like the monkeys-with-typewriters department wrote the size-8 by sewardj · 19 years ago
  50. 3876e8d Stop sys_sigprocmask from dying with assertion failures. by sewardj · 19 years ago
  51. edc75ab Merge in the revised client request stuff from 2.4.X. This significantly by sewardj · 19 years ago
  52. 16063e6 Allow mmaps etc all the way down to zero. This 'fixes' as_mmap. by sewardj · 19 years ago
  53. ba04a7f Partially unbreak sigcontextings -- hopefully enough that self hosting works. by sewardj · 19 years ago
  54. d571aff Make sys_rt_sigreturn work. by sewardj · 19 years ago
  55. 31f7f26 Memcheck complains a lot at glibc-2.2.5 startup, for unclear reasons. by sewardj · 19 years ago
  56. 211dc45 gcc-2.96 build fixes. by sewardj · 19 years ago
  57. c24be7a Improve debug printing. by sewardj · 19 years ago
  58. 8138974 Fix another merge-related problem. I think this may resolve the by sewardj · 19 years ago
  59. 84ba89b Avoid compile warning. by njn · 19 years ago
  60. f308fd8 A gcc-2.96 build fix. by sewardj · 19 years ago
  61. 0d683fe A few more suppressions and redirections to keep memcheck happy. by sewardj · 19 years ago
  62. b71816c Don't read symbol tables for .so's that constitute part of Valgrind by sewardj · 19 years ago
  63. 0aa2479 Description of the master thread stuff. by sewardj · 19 years ago
  64. 79f76f2 A place to accumulate documentation for the hairiest bits of the system. by sewardj · 19 years ago
  65. b8dca86 Reinstated Memcheck. Did the full merge from CVS, except for the by njn · 19 years ago
  66. 86f12dc Reinstate Addrcheck. Some of the tests fail -- some of the leak ones by njn · 19 years ago
  67. adc585b Remove needless insn* tests. (They were removed once before, but were by njn · 19 years ago
  68. 76754cf Commit half-baked attempts to get memcheck and addrcheck to build. by sewardj · 19 years ago
  69. 2ac9524 by njn · 19 years ago
  70. e5f5769 Fix minor problems in filters. This helps a couple of massif tests to pass. by njn · 19 years ago
  71. b5d320c Oops. The code redir subsystem would work better if it actually got by sewardj · 19 years ago
  72. c7c3161 comment-only change by njn · 19 years ago
  73. 6e6588c Remove "VG_" prefix from non-global macros. by njn · 19 years ago
  74. a3b16dc Avoid name clash with builtin isdigit(). by njn · 19 years ago
  75. 083f302 Get rid of VG_(malloc_aligned)(), and make VG_(arena_malloc_aligned)() local by njn · 19 years ago
  76. 9f46df6 by njn · 19 years ago
  77. 9def6e6 Add support for sys_tgkill (syscall 270), needed by tls gunk on x86-linux. by sewardj · 19 years ago
  78. 828022a Remove the alignment arg from VG_(arena_calloc)() and VG_(arena_realloc)(), by njn · 19 years ago
  79. dac1e45 Remove dead function VG_(is_empty_arena)(). Also cleaned up the comment in by njn · 19 years ago
  80. 3049055 Comment-only change: use the right macro name. by njn · 19 years ago
  81. 14319cc Remove some dead macros. by njn · 19 years ago
  82. 562241e Make MAC_(print_malloc_stats) local by moving it and associated stuff to by njn · 19 years ago
  83. 0674acb Note that VG_(HT_construct)() allocates memory. by njn · 19 years ago
  84. 38629a7 Comment-only change: fix incorrect statement by njn · 19 years ago
  85. 9ec0f3e Make VG_(deliver_signals)() local. by njn · 19 years ago
  86. ab4779f Remove dead macros VG_UINSTR_READS_REG/VG_UINSTR_WRITES_REG. by njn · 19 years ago
  87. 669ef07 Make malloc stats debug messages fit in 80 chars. by njn · 19 years ago
  88. 1fd5eb2 Use Vg_DebugMsg for all the things printed with -v, rather than Vg_UserMsg. by njn · 19 years ago
  89. 9271cbc Move the ExeContext stats message earlier, and print it when verbosity == 2, by njn · 19 years ago
  90. b9ecfe3 comment-only wibble by njn · 19 years ago
  91. d06ed47 Add missing printf argument. by njn · 19 years ago
  92. 1d3566c by njn · 19 years ago
  93. a530fc6 For signals which are ignored by default (SIGCONT, CHLD, WINCH and URG), by njn · 19 years ago
  94. f225331 Fix incorrect parsing of 'R' floating-point types. by njn · 19 years ago
  95. 3f8c437 When a multi-threaded program forks(), only the thread actually by njn · 19 years ago
  96. cafca7b Get more useful stack traces for internal errors/panics which happen by njn · 19 years ago
  97. 21f9195 Documentation update. This should bring the core of the documentation by njn · 19 years ago
  98. 75a93cf Followup to rev 3319: remove bits of these tests which 3319 didn't, by sewardj · 19 years ago
  99. 93aa362 Get rid of dastest and rcl_assert. These test instructions that are by sewardj · 19 years ago
  100. 8c0b3bb BUGFIX: process_cmd_line_options mangles options with the syntax by njn · 19 years ago