1. a0664b9 Upgrade to valgrind 3.12.0. by Elliott Hughes · 7 years ago
  2. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  3. 6d86b6f Bug 348345 - Assertion fails for negative lineno by sewardj · 9 years ago
  4. c6e5d76 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  5. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  6. ad4e979 Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru). by florian · 9 years ago
  7. 97bfa19 Add a gdbxrv monitor command to print the CFI unwind info for an address+len by philippe · 9 years ago
  8. 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 9 years ago
  9. b6ba6d2 Do not reuse Creg_IA_* for s390. Add dedicated entries Creg_S390_... by florian · 9 years ago
  10. 3cfee11 Remove assertion. Unlikely as it may be, len may be huge by florian · 9 years ago
  11. 9b54074 Issue a warning if a function has more than 5 million bytes of by florian · 9 years ago
  12. 426e6a2 canonicaliseSymtab: fix silly logic that could cause the function to by sewardj · 9 years ago
  13. 205a42f Comment change. Function vg_panic does not exist. by florian · 10 years ago
  14. 3297124 2 pints later: more coregrind constification. by florian · 10 years ago
  15. 518850b Constify coregrind. by florian · 10 years ago
  16. 1ef70c6 Change VG_(allocEltDedupPA) to return a pointer to const. The reason is by florian · 10 years ago
  17. 8eebf23 Fix a few casts that dropped type qualifiers. As pointed out by -Wcast-qual. by florian · 10 years ago
  18. e2800c9 coregrind files shall use vg_assert not tl_assert. by florian · 10 years ago
  19. 91ed8cc Tidy up m_xarray.c. by florian · 10 years ago
  20. b49e4a5 Tidy up m_oset.c by florian · 10 years ago
  21. 4cace66 Reduce memory needed for symbols, by having the tocptr and local_ep by philippe · 10 years ago
  22. 666ee9d This patch implements reading the directory information for source by philippe · 10 years ago
  23. 582d582 This commit is for Bugzilla 334834. The Bugzilla contains patch 2 of 3 by carll · 10 years ago
  24. cae0cc2 This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3 by carll · 10 years ago
  25. ade2edd Add support for stack unwinding using the ARM32 specific EXIDX format. by sewardj · 10 years ago
  26. 2386069 produce cfsi and str dedup pa at the same verbosity level by philippe · 10 years ago
  27. 59e1f3c This patch decreases significantly the memory needed to store the lineloc info. by philippe · 10 years ago
  28. 0b26082 Replace copy/pasted loop of the "range search" by doing a -1 in the loop by philippe · 10 years ago
  29. 05c459e Small fixes/improvements post-cfsi_m improvement by philippe · 10 years ago
  30. 5c3dba2 This patch decreases significantly the memory needed to store the cfsi info. by philippe · 10 years ago
  31. 0b9d064 Implement VG_(arena_realloc_shrink) similar to realloc, but can by philippe · 10 years ago
  32. a0a7393 This patch implements the support needed for stacktraces by philippe · 10 years ago
  33. 7293d25 This patch adds a 'de-duplicating memory pool allocator': by philippe · 10 years ago
  34. 821283b Initial implementation of CFI based stack unwinding for arm64-linux. by sewardj · 10 years ago
  35. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 10 years ago
  36. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  37. 5d616df Merge r13421:HEAD from branches/DISRV. This merges the debuginfo-server by sewardj · 11 years ago
  38. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 11 years ago
  39. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 12 years ago
  40. 1636d33 Char/HChar fixups for m_debuginfo and m_gdbserver. by florian · 12 years ago
  41. 40628fa Implement some extra DW_OPs - more constants and some unary operators. by tom · 12 years ago
  42. f6716dd Rename CfiOp to CfiBinop in preparation for adding unary operators. by tom · 12 years ago
  43. c1d946e Fix up range checking in ML_(addLineInfo). Avoids assertion failure by sewardj · 12 years ago
  44. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  45. 6f3f318 Fix ppCfiReg for s390 so --trace-cfi=yes no longer asserts. by florian · 12 years ago
  46. 54c45db Clean up the PDB reader somewhat, mostly in the area of biasing. by sewardj · 12 years ago
  47. 6b5625b Allow multiple rw and rx mappings in the ELF debuginfo reader. by sewardj · 12 years ago
  48. 732b358 Allow an IFunc symbol to be merged with a non-IFunc symbol that by tom · 12 years ago
  49. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  50. d483f80 Avoid duplicate primary names when merging identical symbol table entries. by philippe · 12 years ago
  51. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  52. 7cf235b ML_(ppSym): minor improvement in debug printing for DiSyms. by sewardj · 13 years ago
  53. 796e4b2 Re-enable the use of loctab (line number table) trimming, for a 5% to by sewardj · 13 years ago
  54. a5acac3 A refactoring change; no functional effect. struct _DebugInfo by sewardj · 13 years ago
  55. a5cace0 Remove the assumption, in m_debuginfo, that each address is associated by sewardj · 13 years ago
  56. 0b98239 Implement some extra DWARF ops that gcc 4.6.1 seems to use. Fixes #275284. by tom · 13 years ago
  57. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  58. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  59. fa5ce56 On arm-linux, add r7 to the set of registers that the CFI unwinder by sewardj · 14 years ago
  60. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  61. 3026f71 Make the Dwarf3 CFI stack unwinding machinery work on arm-linux by sewardj · 14 years ago
  62. 67dda56 Handle the isIFunc flag when canonicalising the symbol table. by tom · 15 years ago
  63. 3c9cf34 Various improvements to DWARF handling to cope with changes in recent by tom · 15 years ago
  64. 94be743 Make sure the entire symbol is swapped when canonicaliseSymtab decides by tom · 15 years ago
  65. 738856f Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  66. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  67. 27a0024 Add some extra symbol comparisons, based on those from the DARWIN branch. by njn · 15 years ago
  68. c8259b8 by sewardj · 15 years ago
  69. 4c245e5 Fix all the non-VEX problems identified with the Clang Static Analyzer. by njn · 15 years ago
  70. 9f20746 Updated copyright years. by njn · 15 years ago
  71. 588658b Don't assume that all global variables are in the data section - we by tom · 15 years ago
  72. 10deba4 ML_(addDiCfSI)(): truncate DiCfSI's that fall partially but not by sewardj · 16 years ago
  73. f98e1c0 Merge Helgrind from branches/YARD into the trunk. Also includes some by sewardj · 16 years ago
  74. 50fde23 Dwarf3 variable & type reader: use 64-bit numbers throughout to by sewardj · 16 years ago
  75. 9c606bd by sewardj · 16 years ago
  76. bee43c1 Make VG_(addToXA) and VG_(addBytesToXA) 64-bit clean. by sewardj · 16 years ago
  77. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  78. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago
  79. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  80. 7888e22 Handle DW_CFA_def_cfa_expression; also DW_OP_mul. by sewardj · 17 years ago
  81. 72427fa by sewardj · 17 years ago
  82. f767d96 by sewardj · 17 years ago
  83. 50a3aa1 In struct _SegInfo, rename field 'size' to 'text_size' so as to be by sewardj · 17 years ago
  84. c6d3f6f Non-functional change: rename a bunch of variables and field names by sewardj · 17 years ago
  85. 9ebd6e0 Update copyright dates. by sewardj · 17 years ago
  86. 4ee4f98 Merge r6129: by sewardj · 18 years ago
  87. 2e54028 Slacken assertion slightly, and add comments. Fixes #133051 by sewardj · 18 years ago
  88. eadcd86 Cleanup/restructure m_debuginfo, as described in by sewardj · 18 years ago