summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] Fix the type of the formated variablePetar Jovanovic2019-03-071-2/+2
* [DebugInfo] Prep llvm-dwarfdump for typed DW5 ops.Markus Lavin2019-02-211-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Dwarf/AArch64] Return address signing B key dwarf supportLuke Cheeseman2018-12-211-0/+5
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-12-181-6/+7
* [llvm-dwarfdump] - Dump the older versions of .eh_frame/.debug_frame correctly.George Rimar2018-12-041-1/+2
* Revert r347490 as it breaks address sanitizer buildsLuke Cheeseman2018-11-231-7/+6
* Revert r343341Luke Cheeseman2018-11-231-6/+7
* Revert r343317Luke Cheeseman2018-09-281-7/+6
* Reapply changes reverted by r343235Luke Cheeseman2018-09-281-6/+7
* Revert r343192 as an ubsan build is currently failingLuke Cheeseman2018-09-271-7/+6
* Reapply changes reverted in r343114, lldb patch to follow shortlyLuke Cheeseman2018-09-271-6/+7
* Revert r343112 as CallFrameString API change has broken lldb buildsLuke Cheeseman2018-09-261-7/+6
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-09-261-6/+7
* Revert r343089 "[AArch64] - Return address signing dwarf support"Hans Wennborg2018-09-261-7/+6
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-09-261-6/+7
* [DWARF] Refactor DWARF classes to use unified error reporting. NFC.Victor Leschuk2018-08-201-6/+7
* [DebugInfo] Change default value of FDEPointerEncodingMaksim Panchenko2018-07-091-1/+1
* [DebugInfo] Accept `S` in augmentation strings in CIE.Fangrui Song2018-05-081-0/+3
* Reland "[DebugInfo] Support DWARF expressions in eh_frame"Rafael Auler2018-03-081-361/+184
* Revert r326932: [DebugInfo] Support DWARF expressions in eh_frameRui Ueyama2018-03-071-184/+361
* [DebugInfo] Support DWARF expressions in eh_frameRafael Auler2018-03-071-361/+184
* [llvm-dwarfdump] - Teach tool to parse DW_CFA_GNU_args_size.George Rimar2017-10-161-0/+1
* llvm-dwarfdump support --debug-frame=<offset> and --eh-frame=<offset>Adrian Prantl2017-09-211-10/+29
* [dwarfdump] Make .eh_frame an alias for .debug_frameJonas Devlieghere2017-09-181-3/+9
* [DebugInfo] Fix some Clang-tidy modernize-use-using and Include What You Use ...Eugene Zelenko2017-06-231-2/+1
* Remove convenient but probably not worthwhile macro for lambda workaroundDavid Blaikie2017-06-191-15/+18
* Specified ReportError as noreturn friendly to old compilers.Galina Kistanova2017-06-141-9/+14
* Reverted r305339 as MSVC is not happy with noreturn in lambda.Galina Kistanova2017-06-131-1/+2
* Specified LLVM_ATTRIBUTE_NORETURN for ReportError.Galina Kistanova2017-06-131-2/+1
* Added llvm_unreachable as ReportError cannot be specified as noreturn.Galina Kistanova2017-06-101-0/+1
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+2
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* [DebugInfo] Fix some Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko2017-03-011-12/+11
* [DebugInfo] Fix some Clang-tidy modernize-use-default and Include What You Us...Eugene Zelenko2016-11-231-12/+13
* Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-051-2/+4
* Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)""Mehdi Amini2016-10-051-4/+2
* Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-051-2/+4
* Revert "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-051-4/+2
* Use StringRef in Support/Darf APIs (NFC)Mehdi Amini2016-10-041-2/+4
* [LLVM] Fix some Clang-tidy modernize-use-using and Include What You Use warningsEugene Zelenko2016-08-181-8/+13
* Apply clang-tidy's misc-move-constructor-init throughout LLVM.Benjamin Kramer2016-05-271-4/+4
* [DebugInfo] Dump CIE augmentation data as a list of hex bytesSimon Atanasyan2016-03-011-2/+7
* [DebugInfo] Eliminate compilation warning about used variable LSDADmitry Polukhin2016-02-051-2/+1
* [DebugInfo] Support zero-length CIE in the _eh_frame parserIgor Laevsky2016-01-271-30/+27
* Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame."Igor Laevsky2016-01-261-16/+166
* [DebugInfo] Fix DWARFDebugFrame instruction operand orderingIgor Laevsky2016-01-261-6/+14
* Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."Pete Cooper2015-12-181-166/+16
* Improve DWARFDebugFrame::parse to also handle __eh_frame.Pete Cooper2015-12-181-16/+166
* [DWARF] Add CIE header fields address_size and segment_size when generating d...Keith Walker2015-05-121-7/+18
OpenPOWER on IntegriCloud