1. ed39800 Upgrade to valgrind 3.13.0 (15 June 2017). by Elliott Hughes · 7 years ago
  2. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  3. 97f1d33 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  4. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  5. 7571271 Remove a few embarassing comments. by florian · 9 years ago
  6. 7d4a28b Fix an assertion in the address space manager. BZ #345887. by florian · 9 years ago
  7. 01fcf6a Factor out the 'extend' function. We only need one version for Linux and by florian · 9 years ago
  8. 15fa8a2 Produce a user message in case of stack overflow. by florian · 10 years ago
  9. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  10. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  11. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  12. 6c591e1 by sewardj · 13 years ago
  13. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  14. 738856f Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  15. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  16. 9f20746 Updated copyright years. by njn · 16 years ago
  17. 1dcee09 Remove a number of unused parameters, found with -Wunused-parameter. by njn · 16 years ago
  18. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  19. 8b24302 Propagate the error number in x86 signal contexts to the client. by tom · 16 years ago
  20. 7cf4e6b by sewardj · 16 years ago
  21. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 17 years ago
  22. adacaf9 Propagate the ucontext information with a received signal to the by tom · 17 years ago
  23. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  24. 3f7bbfa Track VG_(am_find_nsegment) const-ness change. by sewardj · 18 years ago
  25. 4cfea4f by sewardj · 18 years ago
  26. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  27. 8a42de6 Restore %EIP from the info passed to the handler (ucontext), so as to by sewardj · 19 years ago
  28. f4c2310 Get core dumping working again - the architecture specific code that by tom · 19 years ago
  29. 45f4e7c by sewardj · 19 years ago
  30. af839f5 by njn · 19 years ago
  31. b9bce63 Simplify the implementation of m_trampoline and the stuff that refers by sewardj · 19 years ago
  32. 899ce73 by njn · 19 years ago
  33. c7561b9 by njn · 19 years ago
  34. a7598f6 Moved the code trampoline stuff into a new module, m_trampoline. Not by njn · 19 years ago
  35. f536bbb by njn · 19 years ago
  36. 132bfcc by njn · 19 years ago
  37. 36a20fa by njn · 19 years ago
  38. 13bfd85 by njn · 19 years ago
  39. 97405b2 by njn · 19 years ago
  40. 0c24647 by njn · 19 years ago
  41. 2024234 by njn · 19 years ago
  42. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
  43. a60a7c1 Rename some _SIZE macros as _SZB to make their units clear. This change is by njn · 19 years ago
  44. 2bc1012 A crucial, crucial change: update my email address. by njn · 19 years ago
  45. 502badb by njn · 19 years ago
  46. 0ee4a95 Rework signal stack handling to avoid doing arithmetic on void pointers by tom · 19 years ago
  47. ad67ade It helps if my changes actually compile... by tom · 19 years ago
  48. cf941da Allow for the red zone when generating new_mem_stack_signal and by tom · 19 years ago
  49. 55f9d1a by sewardj · 19 years ago
  50. 8a7fdd2 Make amd64-linux build again after m_sigframe hackery. by sewardj · 19 years ago
  51. 985fabb Create a new module, "sigframe", responsible for creating/destroying by sewardj · 19 years ago[Renamed (94%) from coregrind/x86/signals.c]
  52. 33ef39c Removed bogus (UInt) casts from the amd64 signal frame builder and some by tom · 19 years ago
  53. 50ba34e by njn · 19 years ago
  54. 695c16e Remove the "vg_" prefix from a lot of non-global variables. by njn · 20 years ago
  55. ba04a7f Partially unbreak sigcontextings -- hopefully enough that self hosting works. by sewardj · 20 years ago
  56. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 20 years ago
  57. b5f6f51 by sewardj · 20 years ago
  58. 51ac087 Add Valgrind-side support for subarchitecture descriptions, which are by sewardj · 20 years ago
  59. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
  60. c616819 by njn · 20 years ago
  61. 080e58d Rename $VG_ARCH/signal.c and $VG_ARCH/signals.c, to make coregrind/vg_signals.c. by njn · 20 years ago[Renamed (99%) from coregrind/x86/signal.c]
  62. 277a6d6 Disable core dumps, and remove the previous attempts at factoring out by njn · 20 years ago
  63. abb14ad Removed shadow_regs 'need', because it was being used only trivially in by njn · 20 years ago
  64. cf45fd4 by njn · 20 years ago
  65. 2a99cf6 Get rid of baseBlock. Now, when generated code is running, the guest by sewardj · 20 years ago
  66. 8b635a4 Merge in enough changes from the old Vex tree to make stage2 link, at least. by sewardj · 20 years ago
  67. 73b526f by nethercote · 20 years ago
  68. 2d0da23 comment wibbles by nethercote · 20 years ago
  69. f726923 If a thread is waiting on a mutex or condition variable when a signal is by thughes · 20 years ago
  70. aff1c77 by nethercote · 20 years ago
  71. e2925e9 Arch-abstraction: by nethercote · 20 years ago