summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin2019-08-061-26/+26
* [DWARF][NFC] Add constants for reserved values of an initial length field.Igor Kudrin2019-07-241-1/+1
* [DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.Hsiangkai Wang2019-07-191-10/+10
* Revert "[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame."Hsiangkai Wang2019-07-181-10/+10
* [DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.Hsiangkai Wang2019-07-181-10/+10
* Cleanup: llvm::bsearch -> llvm::partition_point after r364719Fangrui Song2019-06-301-2/+2
* Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFCFangrui Song2019-06-211-4/+3
* [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
OpenPOWER on IntegriCloud