summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/BinaryFormat/Dwarf.h
Commit message (Expand)AuthorAgeFilesLines
* [DWARF5] Added support for deleted C++ special member functions.Adrian Prantl2019-10-291-0/+1
* [DebugInfo] Add a DW_OP_LLVM_entry_value operationDavid Stenberg2019-10-151-3/+4
* DebugInfo: Move LLE enum handling to .def to match RLE handlingDavid Blaikie2019-10-081-14/+8
* Fix GCC -Wreturn-type warnings. NFC.Michael Liao2019-10-021-0/+1
* DebugInfo: Update support for detecting C++ language variants in debug info e...David Blaikie2019-10-021-0/+52
* [DWARF] Fix DWARFUnit::getDebugInfoSize() for 64-bit DWARF.Igor Kudrin2019-08-201-0/+11
* [Dwarf] Complete the list of type tags.Jonas Devlieghere2019-08-131-22/+5
* [DWARF][NFC] Add constants for reserved values of an initial length field.Igor Kudrin2019-07-241-0/+5
* hwasan: Add a tag_offset DWARF attribute to instrumented stack variables.Peter Collingbourne2019-06-171-2/+3
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-1/+2
* Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"Markus Lavin2019-03-191-2/+1
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* llvm-dwarfdump: Improve/fix pretty printing of array dimensionsDavid Blaikie2018-12-191-1/+4
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-12-181-1/+3
* Revert r347490 as it breaks address sanitizer buildsLuke Cheeseman2018-11-231-3/+1
* Revert r343341Luke Cheeseman2018-11-231-1/+3
* Revert r343317Luke Cheeseman2018-09-281-3/+1
* Reapply changes reverted by r343235Luke Cheeseman2018-09-281-1/+3
* Revert r343192 as an ubsan build is currently failingLuke Cheeseman2018-09-271-3/+1
* Reapply changes reverted in r343114, lldb patch to follow shortlyLuke Cheeseman2018-09-271-1/+3
* Revert r343112 as CallFrameString API change has broken lldb buildsLuke Cheeseman2018-09-261-3/+1
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-09-261-1/+3
* Revert r343089 "[AArch64] - Return address signing dwarf support"Hans Wennborg2018-09-261-3/+1
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-09-261-1/+3
* [DebugInfoMetadata] Added DIFlags interface in DIBasicType.Adrian Prantl2018-08-141-3/+2
* [dwarfdump] Add pretty printer for accelerator table based on Atom.Jonas Devlieghere2018-07-131-0/+4
* Fix build broken by r328090Pavel Labath2018-03-211-4/+4
* [dwarf] Unify unknown dwarf enum formatting codePavel Labath2018-03-211-2/+42
* DWARF: Unify form size handling codePavel Labath2018-03-141-3/+48
* [DWARF v5] Support for verbose dumping of .debug_rnglist entriesWolfgang Pieb2018-03-081-0/+1
* [BinaryFormat] Remove dangling declaration of DiscriminantStringPavel Labath2018-02-071-1/+0
* [Support] Move DJB hash to support. NFCJonas Devlieghere2018-01-281-3/+0
* [Dwarf] Add dsymutil Atom extensions. NFCJonas Devlieghere2018-01-251-1/+4
* [NFC] Make magic number for DJB hash function customizable.Jonas Devlieghere2018-01-241-1/+1
* [BinaryFormat] Add .debug_names supportPavel Labath2018-01-221-0/+8
* Fix -Wsign-compare warnings on WindowsReid Kleckner2018-01-051-1/+1
* [DWARF] DW_TAG_imported_unit is not a unit type.Jonas Devlieghere2017-10-091-1/+0
* [dwarfdump] Verify that unit type matches root DIEJonas Devlieghere2017-10-061-0/+27
* llvm-dwarfdump: implement --find for .apple_namesAdrian Prantl2017-09-281-0/+3
* Modernize commentsAdrian Prantl2017-09-251-13/+15
* [DWARF] Added verification checks for the .apple_names section.Spyridoula Gravani2017-06-291-0/+3
* [DWARF] NFC: Give DwarfFormat a 1-byte base type.Paul Robinson2017-06-261-1/+1
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-0/+493
OpenPOWER on IntegriCloud