1. b746437 Document the state machine implemented in vg_proxylwp.c. by jsgf · 21 years ago
  2. 855d93d A complete reworking of Valgrind's handling of system calls and signals, by jsgf · 21 years ago
  3. 8399f6a Fixed "pop (%esp)", which must increment %esp before using it to calculate the by njn · 21 years ago
  4. 5428450 Added (trivially) support for "push %ss". Minimally tested, along with "pop by njn · 21 years ago
  5. 9e4c1f9 Added (trivally) support for "pop %ss". Untested. by njn · 21 years ago
  6. ff28df9 by njn · 21 years ago
  7. 5686735 Delete some "inline" directives on functions that gcc-3.3.1 declined by sewardj · 21 years ago
  8. 737a375 Implement DIVPS/DIVPD (Tom Hughes <thh@cyberscience.com>) by sewardj · 21 years ago
  9. 5e657c3 Implement pthread_spinlock_* (Tim Potter, tpot@samba.org) by sewardj · 21 years ago
  10. 32a17d1 Whoops, forgot to commit changes to Makefile.am when I added the 'new_nothrow' by njn · 21 years ago
  11. da536bb include sys/time.h when we have it. by daywalker · 21 years ago
  12. 5cebf57 Added interceptions for: by njn · 21 years ago
  13. 97b7b26 Rudimentary, kludgy, incomplete and probably just plain wrong support by sewardj · 21 years ago
  14. 247f32f Handle SSE5. by sewardj · 21 years ago
  15. d799418 by njn · 21 years ago
  16. 6e69ecd by njn · 21 years ago
  17. ed61971 Improved the ESP-update pass -- it's method for finding the ESP-deltas was very by njn · 21 years ago
  18. 972a759 speed optimisation: assuming that a tempreg not related to %esp before by daywalker · 21 years ago
  19. f26b216 export emit_movzbl_regmem_reg as the other variants are exported too by daywalker · 21 years ago
  20. 79aad84 inc/dec %ESP support MERGE TO STABLE by daywalker · 21 years ago
  21. d0eab5f by njn · 21 years ago
  22. 69c0687 Export to skins a function, VG_(HT_count_nodes)(), which was always intended to by njn · 21 years ago
  23. e36543a comment change only by njn · 21 years ago
  24. 06072ec Removed sort_hash_array(). Changed VG_(HT_to_sorted_array)() to by njn · 21 years ago
  25. d3b0c5f by njn · 21 years ago
  26. 34ac027 by njn · 21 years ago
  27. 607adfc by njn · 21 years ago
  28. e7442cf Made VG_(read_millisecond_timer)() available to skins. Also made it cope by njn · 21 years ago
  29. 99ccf08 Added VG_(getcwd_alloc)(), which is much easier to use than VG_(getcwd)(). by njn · 21 years ago
  30. da2e36d Tiny formatting changes by njn · 21 years ago
  31. 95bc386 Disallowed size==1 for WIDEN. by njn · 21 years ago
  32. b2b8f10 Don't panic on MMX UInstrs. In effect, makes it work for MMX, as well by sewardj · 21 years ago
  33. 8988f93 Implement MOVQ -- move 8 bytes of XMM reg or mem to XMM reg. by sewardj · 21 years ago
  34. da762d4 Change things so that default.supp is only deleted with "make distclean", by njn · 21 years ago
  35. e864e2f by njn · 21 years ago
  36. 207c41e by njn · 21 years ago
  37. dfc9b8c by njn · 21 years ago
  38. b106c42 revert accidental debug code I committed last time. by daywalker · 21 years ago
  39. f45a4eb by njn · 21 years ago
  40. 59fb25c Increase size of block-tracking hash table(s) from 997 to 4999. by sewardj · 21 years ago
  41. 7c874c7 Add a suppression for stack underrun bug(s) in the c++ support library by sewardj · 21 years ago
  42. b18d253 implement IN and OUT opcodes. by daywalker · 21 years ago
  43. b2d4432 Remove extraneous tabs from Memcheck --trace-codegen output. by njn · 21 years ago
  44. 89409f8 Remove two pieces of identical code used by Memcheck and Addrcheck, and put by njn · 21 years ago
  45. 7443bb5 Add support for "movl imm32, %esp". Needed for 'grinding vg_startup.S :) by njn · 21 years ago
  46. eb60b94 Fix a couple of bugs in the sigalstack wrapper (Nb: found when I was by njn · 21 years ago
  47. 5d945de implement a couple more instructions. I've mailed this patch to Julian by daywalker · 21 years ago
  48. b1db123 be more specific which allocation failed by daywalker · 21 years ago
  49. b6d9b54 implement all SSE(2) ucodes. now I can run mplayer in valgrind :) by daywalker · 21 years ago
  50. dc8d5e5 At startup, now tests if program is statically linked. Bails with a useful by njn · 21 years ago
  51. fa1016e by njn · 21 years ago
  52. 667c98f typo by daywalker · 21 years ago
  53. e9cab14 by njn · 21 years ago
  54. 7fd598c by njn · 21 years ago
  55. 2f306e0 add suppression about common X11 protocol and ICE errors. Please by daywalker · 21 years ago
  56. 8b5d8eb remove default.supp during clean by daywalker · 21 years ago
  57. df9ae42 compiler warning fixes by daywalker · 21 years ago
  58. 3222e0a fix compiler warnings by daywalker · 21 years ago
  59. 8ad1a40 fix compiler warning by daywalker · 21 years ago
  60. 37d06f2 Suppress a couple more messages when -q applies. by sewardj · 21 years ago
  61. 0355dff by sewardj · 21 years ago
  62. 6c84655 by njn · 21 years ago
  63. d84bde7 Made the realpath overlap ones apply for Addrcheck too. by njn · 21 years ago
  64. b94b81e by njn · 21 years ago
  65. 86dc2bc With -v option, client program's argv[] now printed at startup. Should be by njn · 21 years ago
  66. c2699f6 by njn · 21 years ago
  67. f962a76 Forgot to add these files for the writev regression test. by njn · 21 years ago
  68. 6e8250c patch for adjtimex syscall by Bob Van Manen <BVanManen@Scene7.com> by daywalker · 21 years ago
  69. aca67c5 by njn · 21 years ago
  70. 0d14a56 Trivial assertion fix -- the SSE3 instructions can be of size 8. by njn · 21 years ago
  71. 7360f8e by njn · 21 years ago
  72. b6cae9f Fixed overlap errors so the hacky strdup'ing of strings isn't necessary; by njn · 21 years ago
  73. b29d4cb docs typo by njn · 21 years ago
  74. fa509e2 Minor fix: errors on MMX_MemRd instructions were erroneously being called by njn · 21 years ago
  75. 32e2e36 implement waitpid syscall. Patch by Benjamin Lee <benjaminlee@users.sf.net> by daywalker · 21 years ago
  76. 21f805d Teach Cachegrind about SSE instructions, courtesy of Josef Weidendorfer. by njn · 21 years ago
  77. a8fb5a3 Added #17 about how to write suppressions. by njn · 21 years ago
  78. a70114c Fix up the way SK_(update_extra)() is called. by njn · 21 years ago
  79. 7201b2a Comment-only change by njn · 21 years ago
  80. 3cf1430 Fix inaccuracies in #12. by njn · 21 years ago
  81. 1aa1850 Added FAQ #16, about that assertion failure in 'make' when building. by njn · 21 years ago
  82. 87ef6a6 comments change only by njn · 21 years ago
  83. 481f851 Another update to #12. by njn · 21 years ago
  84. ab88298 Clarified FAQ #14. by njn · 21 years ago
  85. 4fda9bf its linux 2.6.x these days by daywalker · 21 years ago
  86. ae34aef Added FAQ 15, about writing to read-only memory. by njn · 21 years ago
  87. 3ceec24 Add memcmp() to our collection of functions we do ourselves. by sewardj · 21 years ago
  88. e3dd2e0 more wibble by sewardj · 21 years ago
  89. b9eda95 wibble by sewardj · 21 years ago
  90. af79551 --> 20030725 by sewardj · 21 years ago
  91. 4700f04 Increase VG_N_FORKHANDLERSTACK from 2 to 4. For reasons known only to by sewardj · 21 years ago
  92. 945f39f Update for 20030725. by sewardj · 21 years ago
  93. 45b672d VG_(mash_LD_PRELOAD_and_LD_LIBRARY_PATH): remove leading spaces and by sewardj · 21 years ago
  94. a602261 Fix the strdup-of-OverlapErr-string problem better. Move the by sewardj · 21 years ago
  95. 7ebf7c3 construct_error(): strdup the supplied s (string) param which gives by sewardj · 21 years ago
  96. 78adbf4 by njn · 21 years ago
  97. 398044f by njn · 21 years ago
  98. 7271864 by njn · 21 years ago
  99. c6b0fe5 Use init_ExeContext_storage instead of relying (unintentionally) on by sewardj · 21 years ago
  100. c2f5bb0 Just clarified VG_(mash_LD_PRELOAD_and_LD_LIBRARY_PATH)'s workings a bit. by njn · 21 years ago