1. ed39800 Upgrade to valgrind 3.13.0 (15 June 2017). by Elliott Hughes · 7 years ago
  2. a0664b9 Upgrade to valgrind 3.12.0. by Elliott Hughes · 7 years ago
  3. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  4. e7f48e6 Fix a format string error observed whilst building on OSX 10.10. by sewardj · 9 years ago
  5. 09a8b14 Fix a few function declarations. by florian · 9 years ago
  6. c6e5d76 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  7. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  8. 8291e31 349941 di_notify_mmap might create wrong start/size DebugInfoMapping by mjw · 9 years ago
  9. ad4e979 Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru). by florian · 9 years ago
  10. 97bfa19 Add a gdbxrv monitor command to print the CFI unwind info for an address+len by philippe · 9 years ago
  11. f7bbd79 Slightly improve x86 unwind intensive workload. by philippe · 9 years ago
  12. 7571271 Remove a few embarassing comments. by florian · 9 years ago
  13. 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 9 years ago
  14. b6ba6d2 Do not reuse Creg_IA_* for s390. Add dedicated entries Creg_S390_... by florian · 10 years ago
  15. dc4ff1a Fix two bugs: by florian · 10 years ago
  16. a663c8e For PDB stats printing, don't print the number of inl-info records, by sewardj · 10 years ago
  17. d3166c4 VG_(am_get_filename) returns a pointer to memory that belongs to the by florian · 10 years ago
  18. f4384f4 Simplify the VG_(get_filename_linenum) interface by removing by florian · 10 years ago
  19. 3130eab Minor non-functional cleanups. by florian · 10 years ago
  20. e08950b Merge revisions 14445 and 14446 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  21. 25148a6 Fix a bug spotted by IBM's BEAM checker in VG_(describe_IP). by florian · 10 years ago
  22. 770a8d2 Merge r14308 from the BUF_REMOVAL branch to trunk by florian · 10 years ago
  23. 10ef725 Merge revisions 14255, 14293, and 14294 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  24. 46cc045 Merge r14202 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  25. 3297124 2 pints later: more coregrind constification. by florian · 10 years ago
  26. 518850b Constify coregrind. by florian · 10 years ago
  27. 1ef70c6 Change VG_(allocEltDedupPA) to return a pointer to const. The reason is by florian · 10 years ago
  28. d6845c6 di_notify_ACHIEVE_ACCEPT_STATE: before starting to parse the ELF file, by sewardj · 10 years ago
  29. a175ffb Merge revisions 14210 and 14626 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  30. 7931627 Merge revisions 14372 and 14607 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  31. d6b9fcc The XArray element type of variable "described" is HChar not UChar. by florian · 10 years ago
  32. 417d737 Old STABS code is still being compiled, but never used. Remove it. by mjw · 10 years ago
  33. e2800c9 coregrind files shall use vg_assert not tl_assert. by florian · 10 years ago
  34. 91ed8cc Tidy up m_xarray.c. by florian · 10 years ago
  35. c5af2ae Bug 338791 Handle debug alt dwz files that are relative to the debug file. by mjw · 10 years ago
  36. 4cace66 Reduce memory needed for symbols, by having the tocptr and local_ep by philippe · 10 years ago
  37. 666ee9d This patch implements reading the directory information for source by philippe · 10 years ago
  38. 582d582 This commit is for Bugzilla 334834. The Bugzilla contains patch 2 of 3 by carll · 10 years ago
  39. cae0cc2 This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3 by carll · 10 years ago
  40. ade2edd Add support for stack unwinding using the ARM32 specific EXIDX format. by sewardj · 10 years ago
  41. 6625f71 Back out r14186 as it was identified to have caused a performance regression. by florian · 10 years ago
  42. 4afac5b fix comment when calling get_sym_name() by petarj · 10 years ago
  43. 8120818 No need to write the offset into a buffer when that buffer is not used. by florian · 10 years ago
  44. 7d99579 Fix a comment. by florian · 10 years ago
  45. 4f11c7f Change VG_(strncpy_safely) to use VG_(strncpy) to get the same padding by florian · 10 years ago
  46. 59e1f3c This patch decreases significantly the memory needed to store the lineloc info. by philippe · 10 years ago
  47. 588cd4e OSX 10.9/10.8: Debuginfo reading FSM: enable recording of r-- mappings by sewardj · 10 years ago
  48. 6f00ae9 Improve debug printing for the should-we-load-debuginfo-now? finite by sewardj · 10 years ago
  49. 05c459e Small fixes/improvements post-cfsi_m improvement by philippe · 10 years ago
  50. 5c3dba2 This patch decreases significantly the memory needed to store the cfsi info. by philippe · 10 years ago
  51. ec66ad5 Add initial build support for Mac OS X 10.9 (Mavericks). Bug 326724 by sewardj · 10 years ago
  52. b152de1 Use a string literal format to avoid a gcc warning (-Wformat-security) by philippe · 10 years ago
  53. a0a7393 This patch implements the support needed for stacktraces by philippe · 10 years ago
  54. 2352e98 Do not destroy the strpool if NULL by philippe · 10 years ago
  55. 7293d25 This patch adds a 'de-duplicating memory pool allocator': by philippe · 10 years ago
  56. f03d0b7 mips64: Add an extra case for mips64 in ML_(get_CFA). by dejanj · 10 years ago
  57. fe0b433 mips32: Add an extra case for mips32 in ML_(get_CFA) in witch Valgrind will call by dejanj · 10 years ago
  58. 821283b Initial implementation of CFI based stack unwinding for arm64-linux. by sewardj · 11 years ago
  59. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 11 years ago
  60. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  61. 3898022 coregrind/m_debuginfo: Add VG_(DebugInfo_get_bss_avma)() and VG_(DebugInfo_get_bss_size)() by bart · 11 years ago
  62. 5d616df Merge r13421:HEAD from branches/DISRV. This merges the debuginfo-server by sewardj · 11 years ago
  63. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 12 years ago
  64. 20ede3a Improves stacktrace unwinding on x86 by philippe · 12 years ago
  65. 50863bb Change the size of the hash table used to cache IP -> debuginfo to a prime nr by philippe · 12 years ago
  66. 2596337 Small comment fix: .h specifies "all frames", implementation uses 8. by philippe · 12 years ago
  67. 81d24c3 fix 310424 --read-var-info does not properly describe static variables by philippe · 12 years ago
  68. 3e79863 Fix some casts that removed const-ness as pointed out by GCC's -Wcast-qual. by florian · 12 years ago
  69. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 12 years ago
  70. 1636d33 Char/HChar fixups for m_debuginfo and m_gdbserver. by florian · 12 years ago
  71. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  72. 54fe202 Char/HChar and constness fixes. Mostly cost center by florian · 12 years ago
  73. 40628fa Implement some extra DW_OPs - more constants and some unary operators. by tom · 12 years ago
  74. f6716dd Rename CfiOp to CfiBinop in preparation for adding unary operators. by tom · 12 years ago
  75. 0ab84fe valgrind: Support Xen toolstack process ioctls by bart · 12 years ago
  76. 6834783 drd: Suppress race reports on .got sections too by bart · 12 years ago
  77. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  78. ae284e5 Add initial support for MacOSX 10.8. Note this is still very borked by sewardj · 12 years ago
  79. f7c9714 Initial support for DWZ compressed debuginfo -- don't crash, at least, by sewardj · 12 years ago
  80. 54c45db Clean up the PDB reader somewhat, mostly in the area of biasing. by sewardj · 12 years ago
  81. 6b5625b Allow multiple rw and rx mappings in the ELF debuginfo reader. by sewardj · 12 years ago
  82. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  83. f1e1aa6 Fix leak in debuginfo.c by philippe · 13 years ago
  84. 98500e2 Use snprintf() instead of sprintf() by bart · 13 years ago
  85. 5f2dcad Don't break fcntl locks when program does mmap. #280965. by sewardj · 13 years ago
  86. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  87. 720e6b7 Avoid potential overflow in range check. #273431. by sewardj · 13 years ago
  88. b3af9cf Format functions: change format specifier %t into %pS. Remove the _no_f_c formatting function variants. by bart · 13 years ago
  89. 86781fa More fixes for unaligned accesses in the debuginfo code. BZ#282527. by tom · 13 years ago
  90. 731f9cf by sewardj · 13 years ago
  91. a5acac3 A refactoring change; no functional effect. struct _DebugInfo by sewardj · 13 years ago
  92. 0f4126c Get rid of DebugInfo::memname, a hangover from the now-removed AIX5 support. by sewardj · 13 years ago
  93. a5cace0 Remove the assumption, in m_debuginfo, that each address is associated by sewardj · 13 years ago
  94. 130f6f5 DWARF comparisons should be signed. Patch from Jakub Jelinek. by tom · 13 years ago
  95. 0b98239 Implement some extra DWARF ops that gcc 4.6.1 seems to use. Fixes #275284. by tom · 13 years ago
  96. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  97. 452e89a Handle ELF objects with two .eh_frame sections. This fixes a problem by sewardj · 13 years ago
  98. d7adca7 calling format_message: when passing frameNo == -1, also pass by sewardj · 13 years ago
  99. 6c591e1 by sewardj · 13 years ago
  100. d2be8cc Remove a bunch more warnings generated by gcc-4.6 about dead by sewardj · 14 years ago