summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Dwarf.cpp
Commit message (Expand)AuthorAgeFilesLines
* Macro debug info support in LLVM IRAmjad Aboud2015-12-101-0/+10
* dwarfdump: Added macro support to llvm-dwarfdump tool.Amjad Aboud2015-11-121-0/+1
* Support: Recognize Borland DWARF extensions.Dawn Perchik2015-11-111-0/+25
* Emit discriminator for inlined callsites.Dehao Chen2015-11-111-0/+1
* Debug info: Add dwarf backend support for DIModule.Adrian Prantl2015-06-301-0/+3
* [DWARF parser] Add basic support for DWZ DWARF multifile extensions.Alexey Samsonov2015-05-191-0/+4
* Support: Add dwarf::getOperationEncoding()Duncan P. N. Exon Smith2015-02-131-0/+7
* Support: Rewrite LocationAtom and OperationEncodingString(), NFCDuncan P. N. Exon Smith2015-02-131-162/+5
* Support: Add dwarf::getVirtuality()Duncan P. N. Exon Smith2015-02-071-0/+8
* Support: Use Dwarf.def for DW_VIRTUALITY, NFCDuncan P. N. Exon Smith2015-02-071-4/+6
* Support: Add dwarf::getAttributeEncoding()Duncan P. N. Exon Smith2015-02-061-0/+7
* Support: Rewrite AttributeEncodingString(), NFCDuncan P. N. Exon Smith2015-02-061-17/+5
* Support: Stop stringifying DW_ATE_{lo,hi}_userDuncan P. N. Exon Smith2015-02-061-2/+0
* Support: Add dwarf::getLanguage()Duncan P. N. Exon Smith2015-02-061-0/+7
* Support: Rewrite dwarf::LanguageString(), NFCDuncan P. N. Exon Smith2015-02-061-29/+6
* Support: Stop stringifying DW_LANG_{lo,hi}_userDuncan P. N. Exon Smith2015-02-061-2/+0
* Support: Add string => unsigned mapping for DW_TAGDuncan P. N. Exon Smith2015-02-031-0/+8
* Support: Re-implement dwarf::TagString() using a .def file, NFCDuncan P. N. Exon Smith2015-02-031-78/+5
* Support: Stop stringifying DW_TAG_{lo,hi}_userDuncan P. N. Exon Smith2015-02-031-2/+0
* Modernize doxygen comments in Support/Dwarf.hFrederic Riss2014-10-231-45/+0
* Add ApplePropertyString dump helper to Dwarf.{h|cpp}.Frederic Riss2014-10-091-0/+33
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-0/+1
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-011-2/+0
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-0/+2
* Reapply "[dwarfdump] Add missing DW_LANG_Mips_Assembler case to LanguageStrin...Frederic Riss2014-09-051-0/+1
* [ dwarfdump ] Add symbolic dump of known DWARF attribute values.Frederic Riss2014-09-041-0/+31
* Revert "[dwarfdump] Add missing DW_LANG_Mips_Assembler case to LanguageString()"Frederic Riss2014-09-041-1/+0
* [dwarfdump] Add missing DW_LANG_Mips_Assembler case to LanguageString()Frederic Riss2014-09-041-0/+1
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-071-22/+22
* Dwarf: Fix a copy-paste bug.Benjamin Kramer2013-12-221-1/+1
* Pull in a couple of new constants from the upcoming DWARF 5 standard.Adrian Prantl2013-12-181-0/+21
* Formally added an explicit enum for DWARF TLS support. No functionality change.Richard Mitton2013-10-071-3/+4
* DebugInfo: GDBIndexEntry*String conversion functions now return const char* f...David Blaikie2013-09-201-2/+2
* DebugInfo: Improve IR annotation comments for GNU pubthings.David Blaikie2013-09-191-0/+34
* Unshift the GDB index/GNU pubnames constants modified in r191025David Blaikie2013-09-191-23/+0
* Add constant defines for gnu pubnames and gnu pubtypes - they're usedEric Christopher2013-09-091-0/+23
* Move accelerator table defines and constants to Dwarf.h sinceEric Christopher2013-09-051-0/+16
* Formatting.Eric Christopher2013-09-051-2/+2
* Add DW_AT_GNU_odr_signature to the set of dwarf attributes.Eric Christopher2013-07-141-0/+1
* Previously, parsing capability of the .debug_frame section was addedEli Bendersky2013-02-211-0/+1
* Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher2013-01-081-1/+0
* Remove what appears to be a dead llvm-specific debug tag.Eric Christopher2013-01-081-1/+0
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-1/+1
* Add support for fission attributes/forms/operations -> string.Eric Christopher2012-11-301-0/+16
* Lowercase the tag name to match the rest of dwarf.Eric Christopher2012-03-291-1/+1
* Add new tag and an attribute to support debug info for objective-c property.Devang Patel2012-02-031-0/+2
* Add some more DWARF extensions from:Nick Lewycky2011-09-151-0/+32
* Update Dwarf enums list for DWARF 4.Nick Lewycky2011-09-151-0/+16
* Add DW_ATE_UTF, which clang started using in my previous commit!Devang Patel2011-09-121-0/+1
* Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name.Devang Patel2011-05-121-1/+1
OpenPOWER on IntegriCloud