1. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  2. de065a0 Support DWARF version 4 DW_AT_high_pc constant form. #299053. by sewardj · 12 years ago
  3. ee93cdb Correctly parse DW_FORM_ref_addr -- its format is different in Dwarf2 by sewardj · 12 years ago
  4. d935068 Add support for reading DWARF4 .debug_types sections. Fixes #284124. by sewardj · 12 years ago
  5. 471d6b3 Fix incorrect use of VG_(addToXA). (Tom Tromey <tromey@redhat.com>) by sewardj · 12 years ago
  6. a2af13d Comment-only fix. (Tom Tromey <tromey@redhat.com>) by sewardj · 12 years ago
  7. 4bad593 Fix leak of range_list (see below an example) in readdwarf3.c. by philippe · 12 years ago
  8. d9df0ea Fix leak found by running memcheck/tests/varinfo[1-6].vgtest by philippe · 12 years ago
  9. 0e947cf debug info reader: Add support for rvalue references. Closes #278313#c5. by bart · 13 years ago
  10. e64c5a9 debug info reader: Add support for DW_TAG_unspecified_type. Closes #278313. by bart · 13 years ago
  11. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  12. 86781fa More fixes for unaligned accesses in the debuginfo code. BZ#282527. by tom · 13 years ago
  13. 97d3ebb Add an alternative implementation of VG_MINIMAL_{SET,LONG}JMP by sewardj · 13 years ago
  14. 6c591e1 by sewardj · 13 years ago
  15. 2acc87c Handle Dwarf3 types created by GNAT. Fixes #255130. by sewardj · 14 years ago
  16. 50c5093 Add support for DW_ATE_UTF from DWARF4 which is needed for char16_t by tom · 14 years ago
  17. a6f76ee Remove some fluff detected by llvm-2.8 (clang): by sewardj · 14 years ago
  18. bdee918 Dwarf3 reader: handle Dwarf3 created by gcc-4.5.1. In other words, by sewardj · 14 years ago
  19. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  20. fba428c Add some basic DWARF4 support. Based on patch from Jakub Jelinek by tom · 14 years ago
  21. 3c9cf34 Various improvements to DWARF handling to cope with changes in recent by tom · 15 years ago
  22. b34bb1d parse_type_DIE: push incomplete structure tyents on the type stack, by sewardj · 15 years ago
  23. 07de5dd Ignore structure members with no location - thiscan happen with static by tom · 15 years ago
  24. d801177 Use Dwarf3 section version numbers as specified in Appendix F of the by sewardj · 15 years ago
  25. 7225992 Handle some more DW_TAG_subrange_type cases which Fedora 11's by tom · 15 years ago
  26. 738856f Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  27. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  28. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  29. 4c245e5 Fix all the non-VEX problems identified with the Clang Static Analyzer. by njn · 15 years ago
  30. 9f20746 Updated copyright years. by njn · 15 years ago
  31. 402c9ee Keep track of the svma and bias values for the debug data separately by tom · 15 years ago
  32. 3145230 Handle a couple of artefacts produced by icc11: DW_TAG_reference_type by sewardj · 16 years ago
  33. 6ece231 Accept 'enum' type DIEs that do not have any names; apparently Dwarf2 by sewardj · 16 years ago
  34. 055b0f8 Handle the case where a Compilation Unit (CU) (or, really, the CU and by sewardj · 16 years ago
  35. 588658b Don't assume that all global variables are in the data section - we by tom · 16 years ago
  36. c4431bf Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all those by njn · 16 years ago
  37. b2250d3 get_Form_contents: handle DW_FORM_block2. by sewardj · 16 years ago
  38. f3aaa33 Tolerate apparently broken Dwarf3 generated by gcc (GCC) 4.4.0 by sewardj · 16 years ago
  39. 3d3380f Don't assert on icc9 generated Dwarf3. by sewardj · 16 years ago
  40. 9c606bd by sewardj · 16 years ago
  41. 59a2d18 Rework storage management in the Dwarf3 type and variable reader, to by sewardj · 16 years ago
  42. 6a3a284 Make the absolute bare minimum changes needed to stop the Dwarf3 by sewardj · 16 years ago
  43. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  44. f578a69 Handle apparently-bogus DW_TAG_compilation_unit DIE that shows up in by sewardj · 16 years ago
  45. 7cf4e6b by sewardj · 16 years ago
  46. 68a2ebd Try to handle the situation where an object is first split into a base by sewardj · 16 years ago
  47. 0b5bf91 Handle DW_FORM_data8. by sewardj · 16 years ago
  48. aed2e4c Compiles now with gcc 2.96 too. by bart · 16 years ago
  49. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago