summaryrefslogtreecommitdiffstats
path: root/llvm/lib/BinaryFormat/Dwarf.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DWARF5] Added support for deleted C++ special member functions.Adrian Prantl2019-10-291-0/+15
* [DebugInfo] Add a DW_OP_LLVM_entry_value operationDavid Stenberg2019-10-151-0/+3
* DebugInfo: Move LLE enum handling to .def to match RLE handlingDavid Blaikie2019-10-081-0/+11
* [Dwarf] Complete the list of type tags.Jonas Devlieghere2019-08-131-4/+4
* hwasan: Add a tag_offset DWARF attribute to instrumented stack variables.Peter Collingbourne2019-06-171-0/+3
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-0/+3
* Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"Markus Lavin2019-03-191-3/+0
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-0/+3
* 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-4/+15
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-12-181-1/+20
* Revert r347490 as it breaks address sanitizer buildsLuke Cheeseman2018-11-231-20/+1
* Revert r343341Luke Cheeseman2018-11-231-1/+20
* Revert r343317Luke Cheeseman2018-09-281-20/+1
* Reapply changes reverted by r343235Luke Cheeseman2018-09-281-1/+20
* Revert r343192 as an ubsan build is currently failingLuke Cheeseman2018-09-271-19/+1
* Reapply changes reverted in r343114, lldb patch to follow shortlyLuke Cheeseman2018-09-271-1/+19
* Revert r343112 as CallFrameString API change has broken lldb buildsLuke Cheeseman2018-09-261-19/+1
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-09-261-1/+19
* Revert r343089 "[AArch64] - Return address signing dwarf support"Hans Wennborg2018-09-261-19/+1
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-09-261-1/+19
* [dwarfdump] Add pretty printer for accelerator table based on Atom.Jonas Devlieghere2018-07-131-0/+11
* [dwarfdump] Pretty print DW_AT_APPLE_runtime_classJonas Devlieghere2018-07-131-0/+2
* Fix build broken by r328090Pavel Labath2018-03-211-4/+4
* [dwarf] Unify unknown dwarf enum formatting codePavel Labath2018-03-211-0/+5
* DWARF: Unify form size handling codePavel Labath2018-03-141-0/+87
* [DWARF v5] Support for verbose dumping of .debug_rnglist entriesWolfgang Pieb2018-03-081-0/+11
* Add DWARF for discriminated unionsAdrian Prantl2018-02-061-12/+0
* [Support] Move DJB hash to support. NFCJonas Devlieghere2018-01-281-6/+0
* [Dwarf] Add dsymutil Atom extensions. NFCJonas Devlieghere2018-01-251-0/+3
* [NFC] Make magic number for DJB hash function customizable.Jonas Devlieghere2018-01-241-2/+1
* [BinaryFormat] Add .debug_names supportPavel Labath2018-01-221-0/+11
* llvm-dwarfdump: implement --find for .apple_namesAdrian Prantl2017-09-281-0/+7
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-0/+577
OpenPOWER on IntegriCloud