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. 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. 5690824 DW_CFA_def_cfa_expression: don't push the CFA on the stack before by sewardj · 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. 237fd43 Fix a bug introduced in r14913. by florian · 9 years ago
  11. 45ee036 Fix undefined behaviours when shifting. Found by libubsan. by florian · 9 years ago
  12. c505820 Remove two fixed-size buffers in the dwarf readers. by florian · 10 years ago
  13. 5f9db7f Eliminate fixed size buffer 'the_CIEs' and allocate it dynamically. 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. 91ed8cc Tidy up m_xarray.c. by florian · 10 years ago
  18. 666ee9d This patch implements reading the directory information for source by philippe · 10 years ago
  19. cae0cc2 This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3 by carll · 10 years ago
  20. 59e1f3c This patch decreases significantly the memory needed to store the lineloc info. by philippe · 10 years ago
  21. 5c3dba2 This patch decreases significantly the memory needed to store the cfsi info. by philippe · 10 years ago
  22. 821283b Initial implementation of CFI based stack unwinding for arm64-linux. by sewardj · 10 years ago
  23. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 10 years ago
  24. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  25. b36d316 Recent libxul.so on ARM has more than 5000 CIEs. Increase N_CIEs, therefore. by sewardj · 11 years ago
  26. 5d616df Merge r13421:HEAD from branches/DISRV. This merges the debuginfo-server by sewardj · 11 years ago
  27. 087eb38 Increase size of the CIEs array to 5000. by sewardj · 11 years ago
  28. b22a1a4 Calculate offsets in read_dwarf2_lineblock based on is64 by petarj · 11 years ago
  29. 4c3b237 Simplify read_unitinfo_dwarf2. Only try to read the first DIE. by mjw · 11 years ago
  30. 58d9ce4 read_unitinfo_dwarf2 DW_FORM_ref_addr is address size in DWARF version 2. by mjw · 11 years ago
  31. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 11 years ago
  32. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 12 years ago
  33. 1636d33 Char/HChar fixups for m_debuginfo and m_gdbserver. by florian · 12 years ago
  34. 40628fa Implement some extra DW_OPs - more constants and some unary operators. by tom · 12 years ago
  35. f6716dd Rename CfiOp to CfiBinop in preparation for adding unary operators. by tom · 12 years ago
  36. 79fb231 When processing DW_OP_plus_uconst make sure we record an add, not by tom · 12 years ago
  37. 3aab0ad Fix skipping of block forms when this code is compiled by gcc 4.8 -- it by sewardj · 12 years ago
  38. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  39. f7c9714 Initial support for DWZ compressed debuginfo -- don't crash, at least, by sewardj · 12 years ago
  40. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  41. d935068 Add support for reading DWARF4 .debug_types sections. Fixes #284124. by sewardj · 12 years ago
  42. 87a1fa5 ARM/Thumb only: fix a bug in which stack unwinding halts in some by sewardj · 12 years ago
  43. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  44. ba4ce2f Fix another read_UInt that should be read_Addr. by tom · 13 years ago
  45. fd892fc Add read_Addr and use it so that we work on systems where an address by tom · 13 years ago
  46. b4dd5b4 Avoid using direct access to read multi-byte values from DWARF files by tom · 13 years ago
  47. d32fb2b Move read_<type> routines from readdwarf.c to be module level by tom · 13 years ago
  48. a5acac3 A refactoring change; no functional effect. struct _DebugInfo by sewardj · 13 years ago
  49. 0b98239 Implement some extra DWARF ops that gcc 4.6.1 seems to use. Fixes #275284. by tom · 13 years ago
  50. 452e89a Handle ELF objects with two .eh_frame sections. This fixes a problem by sewardj · 13 years ago
  51. dd2932b Back out r11705, which was an attempt to make reading of line number by sewardj · 13 years ago
  52. ad15ace read_dwarf2_lineblock: debug printing fix (no functional change) by sewardj · 13 years ago
  53. 06938af Make reading of line number info from LLVM-2.9-generated Dwarf3 work. by sewardj · 13 years ago
  54. d2be8cc Remove a bunch more warnings generated by gcc-4.6 about dead by sewardj · 13 years ago
  55. c7ffc94 Fix up most but not all warnings generated by gcc-4.6 about by sewardj · 13 years ago
  56. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  57. a2b2bb8 Make readdwarf.c big endianess safe to enable unwinding on big endian by sewardj · 14 years ago
  58. fa5ce56 On arm-linux, add r7 to the set of registers that the CFI unwinder by sewardj · 14 years ago
  59. 987a765 by sewardj · 14 years ago
  60. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  61. fba428c Add some basic DWARF4 support. Based on patch from Jakub Jelinek by tom · 14 years ago
  62. d2aac89 initUnwindContext: put back into the loop, some initialisations for by sewardj · 14 years ago
  63. 9365e3f Unbreak stack unwinding on x86-linux and amd64-linux following merge by sewardj · 14 years ago
  64. 3026f71 Make the Dwarf3 CFI stack unwinding machinery work on arm-linux by sewardj · 14 years ago
  65. e32a3b0 Double the size of some table to do with reading CIEs. by sewardj · 15 years ago
  66. 3c9cf34 Various improvements to DWARF handling to cope with changes in recent by tom · 15 years ago
  67. de1b03d Patch to remember/restore CFA state on DW_CFA_{remember,restore}_state. by sewardj · 15 years ago
  68. d801177 Use Dwarf3 section version numbers as specified in Appendix F of the by sewardj · 15 years ago
  69. 738856f Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  70. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  71. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  72. 3d026b1 by sewardj · 15 years ago
  73. 80b8b09 Handle DW_CFA_same_value opcodes in DWARF CFI data. by tom · 15 years ago
  74. 4c245e5 Fix all the non-VEX problems identified with the Clang Static Analyzer. by njn · 15 years ago
  75. 9f20746 Updated copyright years. by njn · 15 years ago
  76. 402c9ee Keep track of the svma and bias values for the debug data separately by tom · 15 years ago
  77. 1dcee09 Remove a number of unused parameters, found with -Wunused-parameter. by njn · 15 years ago
  78. 13596ff Handle a couple of artefacts generated by gcc-4.4: DW_OP_reg{0..31} by sewardj · 15 years ago
  79. 588658b Don't assume that all global variables are in the data section - we by tom · 15 years ago
  80. 9c606bd by sewardj · 16 years ago
  81. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  82. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago
  83. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  84. c153bf6 Handle DW_OP_plus_uconst. Possibly fixes #155091 (not yet confirmed by sewardj · 16 years ago
  85. 1ff57e6 Be more robust against malformed DWARF2 line number information: don't by sewardj · 17 years ago
  86. bd7aca6 Handle DW_OP_deref in DWARF3 expressions. Fixes #147285. by sewardj · 17 years ago
  87. 7888e22 Handle DW_CFA_def_cfa_expression; also DW_OP_mul. by sewardj · 17 years ago
  88. 19dc88f Fill in a few more DWARF3 'expression' related cases. by sewardj · 17 years ago
  89. 261e4ce Barf more elegantly. by sewardj · 17 years ago
  90. c4217cd Make the leb readers 64-bit clean. That should guard against another by sewardj · 17 years ago
  91. 72427fa by sewardj · 17 years ago
  92. 94ef4a4 Comment-only change. by sewardj · 17 years ago
  93. ddf006d by sewardj · 17 years ago
  94. 461d6c6 Make the frame unwinder able to handle 64-bit DWARF (untested :-( by sewardj · 17 years ago
  95. 687bbf6 Improve --debug-dump=frames output. by sewardj · 17 years ago
  96. 8c90d27 Correctly handle DW_CFA_def_cfa_sf (existing code fails to scale by sewardj · 17 years ago
  97. 3646a49 Non-functional (debug printing only) change: by sewardj · 17 years ago
  98. f767d96 by sewardj · 17 years ago
  99. 301901f Handle DW_CFA_undefined (produced by PathScale 2.4 on amd64-linux) by sewardj · 17 years ago
  100. 3891dd4 ML_(read_callframe_info_dwarf2): deal better with CIEs with no by sewardj · 17 years ago