1. 080e58d Rename $VG_ARCH/signal.c and $VG_ARCH/signals.c, to make coregrind/vg_signals.c. by njn · 20 years ago
  2. ca0518d by njn · 20 years ago
  3. a720325 When doing pessimistic lazy propagation through a dirty helper call, by sewardj · 20 years ago
  4. a1d1a64 Simplified the way Cachegrind configures the caches; it was really by njn · 20 years ago
  5. cfcfa93 More debug printing for redirections (disabled). by sewardj · 20 years ago
  6. 3f469dc When creating a child, copy the parent's .vex/.vex_shadow into it so by sewardj · 20 years ago
  7. 277a6d6 Disable core dumps, and remove the previous attempts at factoring out by njn · 20 years ago
  8. c621f76 When VEX bombs, exit in a more understandable way. by sewardj · 20 years ago
  9. d79ef68 Move declarations of some thread-return-code values from Valgrind to VEX. by sewardj · 20 years ago
  10. 7eea51f Fix this test. by njn · 20 years ago
  11. e7da73c Rename arch_thread_aux_t --> ThreadArchAux, to match ThreadArchState. by njn · 20 years ago
  12. 0dbb7de Second (failed) attempt to get cmdline2 to work right. by sewardj · 20 years ago
  13. 5b1cc97 Update expected output. by sewardj · 20 years ago
  14. 12a74b5 Fix overly-restrictive assertion causing many threaded programs to fail. by sewardj · 20 years ago
  15. 14d01ce Reinstated Helgrind and Cachegrind; at least, they are included in by njn · 20 years ago
  16. d225283 Do some final "sk_" --> "tl_" changes that I missed earlier. by njn · 20 years ago
  17. e0a432b Forgot to remove this line when I removed the x86-specific tests the other day. by njn · 20 years ago
  18. 39b4f01 Removed mc_helpers.S, which is no longer used. by njn · 20 years ago
  19. 873b313 run_thread_for_a_while: ensure the guest state layout of the thread by sewardj · 20 years ago
  20. 5773590 Reinstate Massif. by njn · 20 years ago
  21. 2fc0c87 Removing the insn_* tests from helgrind, memcheck, addrcheck and by njn · 20 years ago
  22. 0a785fd Fix another potentially-failing use of get_current_tid(), in by sewardj · 20 years ago
  23. 06f8b93 Remove now-unnecessary macro. by njn · 20 years ago
  24. fcd5636 by njn · 20 years ago
  25. 7be3695 by njn · 20 years ago
  26. abb14ad Removed shadow_regs 'need', because it was being used only trivially in by njn · 20 years ago
  27. bd2e75c by njn · 20 years ago
  28. cf45fd4 by njn · 20 years ago
  29. d4795be Cleanups for baseBlock removal: fix some comments, remove two decls by njn · 20 years ago
  30. f720da8 Update comments for the renaming of arch_thread_t. by njn · 20 years ago
  31. 57fc173 Remove unneeded comments. by njn · 20 years ago
  32. 2a99cf6 Get rid of baseBlock. Now, when generated code is running, the guest by sewardj · 20 years ago
  33. 38f346e by njn · 20 years ago
  34. 453bb89 Remove out-of-date comment. by njn · 20 years ago
  35. bb12095 Comment-only changes. by njn · 20 years ago
  36. 4be6501 Remove out-of-date comment. by njn · 20 years ago
  37. fe40894 Several unrelated changes: by njn · 20 years ago
  38. 28058b7 Fix this regression test to account for the fact that FP regs are now by njn · 20 years ago
  39. 8804868 Make these work again. by njn · 20 years ago
  40. 383ae5e Make Vex less verbose, so the regression tests work again. by njn · 20 years ago
  41. 8738c28 Add a mandatory --with-vex option to configure script. by njn · 20 years ago
  42. cfb8ad5 The syscall wrappers for sys_fcntl{,64} were too simplistic -- the 3rd by njn · 20 years ago
  43. 3e38ce0 Add enough gunk to configure.in to get through ./configure on by sewardj · 20 years ago
  44. 3e578be Get rid of the high/low baseblock distinction. Pointless in a way by sewardj · 20 years ago
  45. 33db261 Get rid of the machinery for registering helper functions. VEX calls by sewardj · 20 years ago
  46. 7f232eb Point back to my VEX tree. This needs to be fixed with high priority. by sewardj · 20 years ago
  47. 4e9a4b6 Do our own implementations of strchrnul() and rawmemchr(). by sewardj · 20 years ago
  48. 0a41453 Removed now-defunct read/write checks for FPU ops. by njn · 20 years ago
  49. c18f2a8 Removed the now-defunct files vg_from_ucode.c and vg_to_ucode.c. by njn · 20 years ago
  50. f680246 Remove now-defunct --cleanup option for Memcheck. by njn · 20 years ago
  51. 2f7272c Move redundant function decls from core.h (they end up in tool.h anyway). by njn · 20 years ago
  52. ee8a586 Update Massif's TL_(instrument)() to work with Vex (trivial). by njn · 20 years ago
  53. 084a4e8 Fix some linking problems which were preventing memcheck from starting. by sewardj · 20 years ago
  54. 9f649aa Make various other tools compile; also fix the stage2 linker script. by sewardj · 20 years ago
  55. 37624a7 Remove extended_UCode 'need', which has been obsoleted by Vex. Kept the by njn · 20 years ago
  56. 8b8cecd Fix some out-of-date comments. by njn · 20 years ago
  57. 9544807 Make Memcheck compilable. by sewardj · 20 years ago
  58. 31ebc3f Remove useless parameters to TL_(pre_syscall)() and TL_(post_syscall)(). by njn · 20 years ago
  59. 94065fd by njn · 20 years ago
  60. fc26ff9 Rename macros ("SKIN"-->"TOOL") by njn · 20 years ago
  61. 8b635a4 Merge in enough changes from the old Vex tree to make stage2 link, at least. by sewardj · 20 years ago
  62. 26f0251 Converted the SK_ prefix to TL_ everywhere. by njn · 20 years ago
  63. 4be0a69 Renamed some profiling events. by njn · 20 years ago
  64. e3efbfd Removed include/vg_skin.h, which has been a shell just pointing to by njn · 20 years ago
  65. 6799325 Renamed VG_(skin_panic) as VG_(tool_panic). by njn · 20 years ago
  66. b126f73 Renamed functions with 'Skin' in them: SK_(pp_SkinError), by njn · 20 years ago
  67. ca82cc0 Renamed sk_assert() as tl_assert(). by njn · 20 years ago
  68. 063c540 Changed name of tool shared objects from vgskin_XXX.so to vgtool_XXX.so. by njn · 20 years ago
  69. 95ec870 Convert the 'skin_errors' need to 'tool_errors'. by njn · 20 years ago
  70. 50629ec Tiresome build-system hacks to connect to the VEX includes. by sewardj · 20 years ago
  71. 1fb20c2 No longer producing this file. by nethercote · 20 years ago
  72. 8467291 Minor tweaks for external tools, for Josef W. by nethercote · 20 years ago
  73. 093047d Yipes - my last checking borked the memcheck scalar test. This should by rjwalsh · 20 years ago
  74. 17d8530 Allow readlink to handle /proc/self/exe and /proc/<pid>/exe properly. by rjwalsh · 20 years ago
  75. e5c4eec by nethercote · 20 years ago
  76. 362c0d2 Arch-abstraction: by nethercote · 20 years ago
  77. 905b398 Added missing .cvsignore file. by nethercote · 20 years ago
  78. 836d46c by nethercote · 20 years ago
  79. c5e1d80 Generalised the reg test script again: replaced the "cpu_test" line, by nethercote · 20 years ago
  80. 0ec1e19 Replace magic number with proper constant. by nethercote · 20 years ago
  81. 64bc5af Generalised reg test script: instead of having a "delete:" line, for removing by nethercote · 20 years ago
  82. 163c5e8 Convert a whole bunch of "(UWord)NULL" occurrences to 0, which is easier to by nethercote · 20 years ago
  83. 328b769 Add explanatory comment to set_tid_address wrapper. by nethercote · 20 years ago
  84. 3d5e910 by nethercote · 20 years ago
  85. fd45353 Add coregrind/linux/ and coregrind/linux/* that was supposed to go in the last by nethercote · 20 years ago
  86. 8ff888f by nethercote · 20 years ago
  87. 5e5e213 The calculation used to round the size of a new thread's stack to a by thughes · 20 years ago
  88. 04d3a80 debug output wibble by nethercote · 20 years ago
  89. b9d1e65 by nethercote · 20 years ago
  90. fbd55ef fix incorrect counts by nethercote · 20 years ago
  91. d16f20b Add some missing test cases. by nethercote · 20 years ago
  92. 85a456f by nethercote · 20 years ago
  93. b77dee6 by nethercote · 20 years ago
  94. 92b2fd5 by nethercote · 20 years ago
  95. 330abb5 by nethercote · 20 years ago
  96. 89c33d2 Use sigprocmask(SIG_SETMASK) to make sure the signal mask is in a by thughes · 20 years ago
  97. 1112cab Don't try and return the old mask from sigprocmask if the user gave by thughes · 20 years ago
  98. af6921a Add arguments to the prctl call in the scalar test. by thughes · 20 years ago
  99. 38e0a9e add a bunch of tests by nethercote · 20 years ago
  100. ac866b9 Converted more syscalls, including futex() which I'm not too sure about. by nethercote · 20 years ago