- ac69af7 llvm-dwarfdump: Improve/fix pretty printing of array dimensions by David Blaikie · 7 years ago
- f57d7d8 [AArch64] - Return address signing dwarf support by Luke Cheeseman · 7 years ago
- 6db3a6a Revert r347490 as it breaks address sanitizer builds by Luke Cheeseman · 7 years ago
- d6dbd64 Revert r343341 by Luke Cheeseman · 7 years ago
- 10981cc Revert r343317 by Luke Cheeseman · 7 years ago
- 21f2955b Reapply changes reverted by r343235 by Luke Cheeseman · 7 years ago
- 8e5676b Revert r343192 as an ubsan build is currently failing by Luke Cheeseman · 7 years ago
- f6844b3 Reapply changes reverted in r343114, lldb patch to follow shortly by Luke Cheeseman · 7 years ago
- 77aaa22 Revert r343112 as CallFrameString API change has broken lldb builds by Luke Cheeseman · 7 years ago
- 03ad881 [AArch64] - Return address signing dwarf support by Luke Cheeseman · 7 years ago
- 00b88bb Revert r343089 "[AArch64] - Return address signing dwarf support" by Hans Wennborg · 7 years ago
- f755e68 [AArch64] - Return address signing dwarf support by Luke Cheeseman · 7 years ago
- 327e7a1 [dwarfdump] Add pretty printer for accelerator table based on Atom. by Jonas Devlieghere · 7 years ago
- 8afd926 [dwarfdump] Pretty print DW_AT_APPLE_runtime_class by Jonas Devlieghere · 7 years ago
- 646ab41 Fix build broken by r328090 by Pavel Labath · 8 years ago
- 9025f95 [dwarf] Unify unknown dwarf enum formatting code by Pavel Labath · 8 years ago
- 322711f DWARF: Unify form size handling code by Pavel Labath · 8 years ago
- a0729d4 [DWARF v5] Support for verbose dumping of .debug_rnglist entries by Wolfgang Pieb · 8 years ago
- 8c59921 Add DWARF for discriminated unions by Adrian Prantl · 8 years ago
- 92ac9d3 [Support] Move DJB hash to support. NFC by Jonas Devlieghere · 8 years ago
- 2c14b15 [Dwarf] Add dsymutil Atom extensions. NFC by Jonas Devlieghere · 8 years ago
- 5803a67 [NFC] Make magic number for DJB hash function customizable. by Jonas Devlieghere · 8 years ago
- 44197df [BinaryFormat] Add .debug_names support by Pavel Labath · 8 years ago
- 99fdb9d llvm-dwarfdump: implement --find for .apple_names by Adrian Prantl · 8 years ago
- 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago[Renamed (77%) from llvm/lib/Support/Dwarf.cpp]
- 70b3453 [DWARF] Versioning for DWARF constants; verify FORMs by Paul Robinson · 8 years ago
- cddd604 [DWARFv5] Emit new unit header format. by Paul Robinson · 9 years ago
- 941fa75 [DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operation by Adrian Prantl · 9 years ago
- 3cd37d0 Refactor DW_LNE_* into Dwarf.def by Adrian Prantl · 9 years ago
- 79deba6 Refactor DW_LNS_* into Dwarf.def by Adrian Prantl · 9 years ago
- 8580d3f Refactor DW_APPLE_PROPERTY_* into Dwarf.def by Adrian Prantl · 9 years ago
- 44a4461 Refactor DW_CFA_* into Dwarf.def by Adrian Prantl · 9 years ago
- 2386581 Refactor all DW_FORM_* constants into Dwarf.def by Adrian Prantl · 9 years ago
- 7e55f17 Move the DWARF attribute constants into Dwarf.def and delete 300 lines of silly code. by Adrian Prantl · 9 years ago
- c4fbbcf Import/update constants from the DWARF 5 public review draft document. by Adrian Prantl · 9 years ago
- 3c98998 DebugInfo: support for DWARFv5 DW_AT_alignment attribute by Victor Leschuk · 9 years ago
- df5042a Revert r285181 "DebugInfo: support for DWARFv5 DW_AT_alignment attribute". by Vassil Vassilev · 9 years ago
- e398c6a DebugInfo: support for DWARFv5 DW_AT_alignment attribute by Victor Leschuk · 9 years ago
- 149f6ea Re-commit "Use StringRef in Support/Darf APIs (NFC)" by Mehdi Amini · 9 years ago
- 2bcac0f Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)"" by Mehdi Amini · 9 years ago
- 32b297a Re-commit "Use StringRef in Support/Darf APIs (NFC)" by Mehdi Amini · 9 years ago
- 78b04ae Revert "Use StringRef in Support/Darf APIs (NFC)" by Mehdi Amini · 9 years ago
- e0327be Use StringRef in Support/Darf APIs (NFC) by Mehdi Amini · 9 years ago
- c19dee7 Support the DW_AT_noreturn DWARF flag. by Adrian Prantl · 9 years ago
- 0418ef2 Synchronize LLVM and clang's ObjCDeclSpec::ObjCPropertyAttributeKind. by Adrian Prantl · 9 years ago
- de3d8b5 [DebugInfo] Add calling convention support for DWARF and CodeView by Reid Kleckner · 9 years ago
- a9bcf16 Macro debug info support in LLVM IR by Amjad Aboud · 10 years ago
- e59cc3e dwarfdump: Added macro support to llvm-dwarfdump tool. by Amjad Aboud · 10 years ago
- fc4e1c74 Support: Recognize Borland DWARF extensions. by Dawn Perchik · 10 years ago
- 72fdf44 Emit discriminator for inlined callsites. by Dehao Chen · 10 years ago
- 08a388b Debug info: Add dwarf backend support for DIModule. by Adrian Prantl · 10 years ago
- bf19a57 [DWARF parser] Add basic support for DWZ DWARF multifile extensions. by Alexey Samsonov · 10 years ago
- 3b631d2 Support: Add dwarf::getOperationEncoding() by Duncan P. N. Exon Smith · 11 years ago
- 8f46ee6 Support: Rewrite LocationAtom and OperationEncodingString(), NFC by Duncan P. N. Exon Smith · 11 years ago
- e7e2abe Support: Add dwarf::getVirtuality() by Duncan P. N. Exon Smith · 11 years ago
- d6f3574 Support: Use Dwarf.def for DW_VIRTUALITY, NFC by Duncan P. N. Exon Smith · 11 years ago
- e07f13a Support: Add dwarf::getAttributeEncoding() by Duncan P. N. Exon Smith · 11 years ago
- dd563dd Support: Rewrite AttributeEncodingString(), NFC by Duncan P. N. Exon Smith · 11 years ago
- 8d4eeb5 Support: Stop stringifying DW_ATE_{lo,hi}_user by Duncan P. N. Exon Smith · 11 years ago
- d40af00 Support: Add dwarf::getLanguage() by Duncan P. N. Exon Smith · 11 years ago
- 0317944 Support: Rewrite dwarf::LanguageString(), NFC by Duncan P. N. Exon Smith · 11 years ago
- 4031beb Support: Stop stringifying DW_LANG_{lo,hi}_user by Duncan P. N. Exon Smith · 11 years ago
- 6f5546c Support: Add string => unsigned mapping for DW_TAG by Duncan P. N. Exon Smith · 11 years ago
- 981811e Support: Re-implement dwarf::TagString() using a .def file, NFC by Duncan P. N. Exon Smith · 11 years ago
- b036f1c Support: Stop stringifying DW_TAG_{lo,hi}_user by Duncan P. N. Exon Smith · 11 years ago
- 05ad2e5 Modernize doxygen comments in Support/Dwarf.h by Frederic Riss · 11 years ago
- b5e53ee Add ApplePropertyString dump helper to Dwarf.{h|cpp}. by Frederic Riss · 11 years ago
- 87b7eb9 Move the complex address expression out of DIVariable and into an extra by Adrian Prantl · 11 years ago
- b458dc2 Revert r218778 while investigating buldbot breakage. by Adrian Prantl · 11 years ago
- 25a7174 Move the complex address expression out of DIVariable and into an extra by Adrian Prantl · 11 years ago
- 1a3736f Reapply "[dwarfdump] Add missing DW_LANG_Mips_Assembler case to LanguageString()" by Frederic Riss · 11 years ago
- 878065b [ dwarfdump ] Add symbolic dump of known DWARF attribute values. by Frederic Riss · 11 years ago
- 28f3d41 Revert "[dwarfdump] Add missing DW_LANG_Mips_Assembler case to LanguageString()" by Frederic Riss · 11 years ago
- a3f54f2 [dwarfdump] Add missing DW_LANG_Mips_Assembler case to LanguageString() by Frederic Riss · 11 years ago
- c10719f [C++11] Make use of 'nullptr' in the Support library. by Craig Topper · 11 years ago
- 2151e63 Dwarf: Fix a copy-paste bug. by Benjamin Kramer · 12 years ago
- 31631e4 Pull in a couple of new constants from the upcoming DWARF 5 standard. by Adrian Prantl · 12 years ago
- 0aafb58 Formally added an explicit enum for DWARF TLS support. No functionality change. by Richard Mitton · 12 years ago
- efd0bcb DebugInfo: GDBIndexEntry*String conversion functions now return const char* for easy llvm::formating by David Blaikie · 12 years ago
- d0a869d DebugInfo: Improve IR annotation comments for GNU pubthings. by David Blaikie · 12 years ago
- 8dec407 Unshift the GDB index/GNU pubnames constants modified in r191025 by David Blaikie · 12 years ago
- add00fa Add constant defines for gnu pubnames and gnu pubtypes - they're used by Eric Christopher · 12 years ago
- cf7289f Move accelerator table defines and constants to Dwarf.h since by Eric Christopher · 12 years ago
- 4202633 Formatting. by Eric Christopher · 12 years ago
- 8e46e7f Add DW_AT_GNU_odr_signature to the set of dwarf attributes. by Eric Christopher · 12 years ago
- 705085d Previously, parsing capability of the .debug_frame section was added by Eli Bendersky · 13 years ago
- 72a5295 Remove the llvm-local DW_TAG_vector_type tag and add a test to by Eric Christopher · 13 years ago
- 9948d5e Remove what appears to be a dead llvm-specific debug tag. by Eric Christopher · 13 years ago
- 3d7b0b8 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 13 years ago
- c7e43ff Add support for fission attributes/forms/operations -> string. by Eric Christopher · 13 years ago
- c13fd6d Lowercase the tag name to match the rest of dwarf. by Eric Christopher · 13 years ago
- 839515b Add new tag and an attribute to support debug info for objective-c property. by Devang Patel · 14 years ago
- ee674b3 Add some more DWARF extensions from: by Nick Lewycky · 14 years ago
- 3436812 Update Dwarf enums list for DWARF 4. by Nick Lewycky · 14 years ago
- b5a07ab Add DW_ATE_UTF, which clang started using in my previous commit! by Devang Patel · 14 years ago
- 12419ae Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name. by Devang Patel · 14 years ago
- 2409e78 Let Objective-C front-end identify class extension, in dwarf output, using an attribute DW_AT_APPLE_objc_class_extension. by Devang Patel · 14 years ago
- 6d1e4e9 Add DW_OP_bit_piece. by Devang Patel · 14 years ago
- 514b400 Introduce support to encode Objective-C property information in debugging information generated for an interface. by Devang Patel · 14 years ago
- 4192802 Provide tag strings for llvm specific tags. by Devang Patel · 15 years ago