aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/BinaryFormat/Dwarf.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-13[Dwarf] Complete the list of type tags.Jonas Devlieghere1-4/+4
2019-06-17hwasan: Add a tag_offset DWARF attribute to instrumented stack variables.Peter Collingbourne1-0/+3
2019-03-19[DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin1-0/+3
2019-03-19Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"Markus Lavin1-3/+0
2019-03-19[DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin1-0/+3
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-19llvm-dwarfdump: Improve/fix pretty printing of array dimensionsDavid Blaikie1-4/+15
2018-12-18[AArch64] - Return address signing dwarf supportLuke Cheeseman1-1/+20
2018-11-23Revert r347490 as it breaks address sanitizer buildsLuke Cheeseman1-20/+1
2018-11-23Revert r343341Luke Cheeseman1-1/+20
2018-09-28Revert r343317Luke Cheeseman1-20/+1
2018-09-28Reapply changes reverted by r343235Luke Cheeseman1-1/+20
2018-09-27Revert r343192 as an ubsan build is currently failingLuke Cheeseman1-19/+1
2018-09-27Reapply changes reverted in r343114, lldb patch to follow shortlyLuke Cheeseman1-1/+19
2018-09-26Revert r343112 as CallFrameString API change has broken lldb buildsLuke Cheeseman1-19/+1
2018-09-26[AArch64] - Return address signing dwarf supportLuke Cheeseman1-1/+19
2018-09-26Revert r343089 "[AArch64] - Return address signing dwarf support"Hans Wennborg1-19/+1
2018-09-26[AArch64] - Return address signing dwarf supportLuke Cheeseman1-1/+19
2018-07-13[dwarfdump] Add pretty printer for accelerator table based on Atom.Jonas Devlieghere1-0/+11
2018-07-13[dwarfdump] Pretty print DW_AT_APPLE_runtime_classJonas Devlieghere1-0/+2
2018-03-21Fix build broken by r328090Pavel Labath1-4/+4
2018-03-21[dwarf] Unify unknown dwarf enum formatting codePavel Labath1-0/+5
2018-03-14DWARF: Unify form size handling codePavel Labath1-0/+87
2018-03-08[DWARF v5] Support for verbose dumping of .debug_rnglist entriesWolfgang Pieb1-0/+11
2018-02-06Add DWARF for discriminated unionsAdrian Prantl1-12/+0
2018-01-28[Support] Move DJB hash to support. NFCJonas Devlieghere1-6/+0
2018-01-25[Dwarf] Add dsymutil Atom extensions. NFCJonas Devlieghere1-0/+3
2018-01-24[NFC] Make magic number for DJB hash function customizable.Jonas Devlieghere1-2/+1
2018-01-22[BinaryFormat] Add .debug_names supportPavel Labath1-0/+11
2017-09-28llvm-dwarfdump: implement --find for .apple_namesAdrian Prantl1-0/+7
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner1-0/+577