summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Dwarf.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-541/+0
* [DWARF] Versioning for DWARF constants; verify FORMsPaul Robinson2017-04-201-12/+157
* [DWARFv5] Emit new unit header format.Paul Robinson2017-02-281-0/+11
* [DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operationAdrian Prantl2016-12-051-0/+3
* Refactor DW_LNE_* into Dwarf.defAdrian Prantl2016-10-281-8/+6
* Refactor DW_LNS_* into Dwarf.defAdrian Prantl2016-10-281-13/+6
* Refactor DW_APPLE_PROPERTY_* into Dwarf.defAdrian Prantl2016-10-281-31/+6
* Refactor DW_CFA_* into Dwarf.defAdrian Prantl2016-10-281-32/+6
* Refactor all DW_FORM_* constants into Dwarf.defAdrian Prantl2016-10-281-34/+6
* Move the DWARF attribute constants into Dwarf.def and delete 300 lines of sil...Adrian Prantl2016-10-281-195/+6
* Import/update constants from the DWARF 5 public review draft document.Adrian Prantl2016-10-281-3/+20
* DebugInfo: support for DWARFv5 DW_AT_alignment attributeVictor Leschuk2016-10-261-0/+2
* Revert r285181 "DebugInfo: support for DWARFv5 DW_AT_alignment attribute".Vassil Vassilev2016-10-261-2/+0
* DebugInfo: support for DWARFv5 DW_AT_alignment attributeVictor Leschuk2016-10-261-0/+2
* Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-051-50/+54
* Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)""Mehdi Amini2016-10-051-54/+50
* Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-051-50/+54
* Revert "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-051-54/+50
* Use StringRef in Support/Darf APIs (NFC)Mehdi Amini2016-10-041-50/+54
* Support the DW_AT_noreturn DWARF flag.Adrian Prantl2016-08-171-0/+1
* Synchronize LLVM and clang's ObjCDeclSpec::ObjCPropertyAttributeKind.Adrian Prantl2016-07-141-0/+6
* [DebugInfo] Add calling convention support for DWARF and CodeViewReid Kleckner2016-06-081-16/+15
* 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
OpenPOWER on IntegriCloud