aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Dwarf.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-17Support the DW_AT_noreturn DWARF flag.Adrian Prantl1-0/+1
2016-07-14Synchronize LLVM and clang's ObjCDeclSpec::ObjCPropertyAttributeKind.Adrian Prantl1-0/+6
2016-06-08[DebugInfo] Add calling convention support for DWARF and CodeViewReid Kleckner1-16/+15
2015-12-10Macro debug info support in LLVM IRAmjad Aboud1-0/+10
2015-11-12dwarfdump: Added macro support to llvm-dwarfdump tool.Amjad Aboud1-0/+1
2015-11-11Support: Recognize Borland DWARF extensions.Dawn Perchik1-0/+25
2015-11-11Emit discriminator for inlined callsites.Dehao Chen1-0/+1
2015-06-30Debug info: Add dwarf backend support for DIModule.Adrian Prantl1-0/+3
2015-05-19[DWARF parser] Add basic support for DWZ DWARF multifile extensions.Alexey Samsonov1-0/+4
2015-02-13Support: Add dwarf::getOperationEncoding()Duncan P. N. Exon Smith1-0/+7
2015-02-13Support: Rewrite LocationAtom and OperationEncodingString(), NFCDuncan P. N. Exon Smith1-162/+5
2015-02-07Support: Add dwarf::getVirtuality()Duncan P. N. Exon Smith1-0/+8
2015-02-07Support: Use Dwarf.def for DW_VIRTUALITY, NFCDuncan P. N. Exon Smith1-4/+6
2015-02-06Support: Add dwarf::getAttributeEncoding()Duncan P. N. Exon Smith1-0/+7
2015-02-06Support: Rewrite AttributeEncodingString(), NFCDuncan P. N. Exon Smith1-17/+5
2015-02-06Support: Stop stringifying DW_ATE_{lo,hi}_userDuncan P. N. Exon Smith1-2/+0
2015-02-06Support: Add dwarf::getLanguage()Duncan P. N. Exon Smith1-0/+7
2015-02-06Support: Rewrite dwarf::LanguageString(), NFCDuncan P. N. Exon Smith1-29/+6
2015-02-06Support: Stop stringifying DW_LANG_{lo,hi}_userDuncan P. N. Exon Smith1-2/+0
2015-02-03Support: Add string => unsigned mapping for DW_TAGDuncan P. N. Exon Smith1-0/+8
2015-02-03Support: Re-implement dwarf::TagString() using a .def file, NFCDuncan P. N. Exon Smith1-78/+5
2015-02-03Support: Stop stringifying DW_TAG_{lo,hi}_userDuncan P. N. Exon Smith1-2/+0
2014-10-23Modernize doxygen comments in Support/Dwarf.hFrederic Riss1-45/+0
2014-10-09Add ApplePropertyString dump helper to Dwarf.{h|cpp}.Frederic Riss1-0/+33
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl1-0/+1
2014-10-01Revert r218778 while investigating buldbot breakage.Adrian Prantl1-2/+0
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl1-0/+2
2014-09-05Reapply "[dwarfdump] Add missing DW_LANG_Mips_Assembler case to LanguageStrin...Frederic Riss1-0/+1
2014-09-04[ dwarfdump ] Add symbolic dump of known DWARF attribute values.Frederic Riss1-0/+31
2014-09-04Revert "[dwarfdump] Add missing DW_LANG_Mips_Assembler case to LanguageString()"Frederic Riss1-1/+0
2014-09-04[dwarfdump] Add missing DW_LANG_Mips_Assembler case to LanguageString()Frederic Riss1-0/+1
2014-04-07[C++11] Make use of 'nullptr' in the Support library.Craig Topper1-22/+22
2013-12-22Dwarf: Fix a copy-paste bug.Benjamin Kramer1-1/+1
2013-12-18Pull in a couple of new constants from the upcoming DWARF 5 standard.Adrian Prantl1-0/+21
2013-10-07Formally added an explicit enum for DWARF TLS support. No functionality change.Richard Mitton1-3/+4
2013-09-20DebugInfo: GDBIndexEntry*String conversion functions now return const char* f...David Blaikie1-2/+2
2013-09-19DebugInfo: Improve IR annotation comments for GNU pubthings.David Blaikie1-0/+34
2013-09-19Unshift the GDB index/GNU pubnames constants modified in r191025David Blaikie1-23/+0
2013-09-09Add constant defines for gnu pubnames and gnu pubtypes - they're usedEric Christopher1-0/+23
2013-09-05Move accelerator table defines and constants to Dwarf.h sinceEric Christopher1-0/+16
2013-09-05Formatting.Eric Christopher1-2/+2
2013-07-14Add DW_AT_GNU_odr_signature to the set of dwarf attributes.Eric Christopher1-0/+1
2013-02-21Previously, parsing capability of the .debug_frame section was addedEli Bendersky1-0/+1
2013-01-08Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher1-1/+0
2013-01-08Remove what appears to be a dead llvm-specific debug tag.Eric Christopher1-1/+0
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling1-1/+1
2012-11-30Add support for fission attributes/forms/operations -> string.Eric Christopher1-0/+16
2012-03-29Lowercase the tag name to match the rest of dwarf.Eric Christopher1-1/+1
2012-02-03Add new tag and an attribute to support debug info for objective-c property.Devang Patel1-0/+2
2011-09-15Add some more DWARF extensions from:Nick Lewycky1-0/+32