summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
AgeCommit message (Expand)Author
2024-11-11[mc] Add CFI directive to emit val_offset() rules (#113971)Daniel Sanders
2024-11-03[AsmPrinter] Remove unused includes (NFC) (#114698)Kazu Hirata
2024-10-28[AArch64][Libunwind] Add Support for FEAT_PAuthLR DWARF Instruction (#112171)Jack Styles
2023-06-26[MC] Add SMLoc to MCCFIInstructionFangrui Song
2023-05-04[MSP430] Get the DWARF pointer size from MCAsmInfo instead of DataLayout.Ilya Kuklin
2023-02-08[SanitizerBinaryMetadata] Emit constants as ULEB128Marco Elver
2023-01-16This patch allows llvm-dwarfutil to utilize accelerator tablesAlexey Lapshin
2022-07-17[CodeGen] Qualify auto variables in for loops (NFC)Kazu Hirata
2022-05-26[MC] Lower case the first letter of EmitCOFF* EmitWin* EmitCV*. NFCFangrui Song
2022-04-11[CodeGen] Async unwind - add a pass to fix CFI informationMomchil Velikov
2022-04-05Revert "[CodeGen] Async unwind - add a pass to fix CFI information"Muhammad Omair Javaid
2022-04-04[CodeGen] Async unwind - add a pass to fix CFI informationMomchil Velikov
2022-03-12Cleanup includes: DebugInfo & CodeGenserge-sans-paille
2021-06-14Implement DW_CFA_LLVM_* for Heterogeneous DebuggingRamNalamothu
2021-02-25[debug-info] refactor emitDwarfUnitLengthChen Zheng
2021-02-23[Debug-Info][NFC] move emitDwarfUnitLength to MCStreamer classChen Zheng
2020-12-02[XCOFF][AIX] Generate LSDA data and compact unwind section on AIXjasonliu
2020-09-15[DebugInfo] Add new emitting methods for values which depend on the DWARF for...Igor Kudrin
2020-09-15[DebugInfo] Fix methods of AsmPrinter to emit values corresponding to the DWA...Igor Kudrin
2020-08-04[AArch64][SVE] Fix CFA calculation in presence of SVE objects.Sander de Smalen
2020-06-26[DebugInfo] Fix emitting offsets to CUs with -dwarf-sections-as-references=En...Igor Kudrin
2020-02-25Support emitting .cfi_undefined in CodeGenScott Linder
2020-02-14[MCStreamer] De-capitalize EmitValue EmitIntValue{,InHex}Fangrui Song
2020-02-14[MC] De-capitalize another set of MCStreamer::Emit* functionsFangrui Song
2020-02-13[AsmPrinter][MCStreamer] De-capitalize EmitInstruction and EmitCFI*Fangrui Song
2020-02-13[AsmPrinter] De-capitalize all AsmPrinter::Emit* but EmitInstructionFangrui Song
2020-02-13[AsmPrinter] De-capitalize some AsmPrinter::Emit* functionsFangrui Song
2019-07-17[AsmPrinter] Make the encoding of call sites in .gcc_except_table configurabl...Alex Bradbury
2019-04-12Add explicit dependencies on MCSection.h and MCDwarf.h to the .cppEric Christopher
2019-03-19[DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin
2019-03-19Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"Markus Lavin
2019-03-19[DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-18[AArch64] - Return address signing dwarf supportLuke Cheeseman
2018-11-23Revert r347490 as it breaks address sanitizer buildsLuke Cheeseman
2018-11-23Revert r343341Luke Cheeseman
2018-09-28Revert r343317Luke Cheeseman
2018-09-28Reapply changes reverted by r343235Luke Cheeseman
2018-09-27Revert r343192 as an ubsan build is currently failingLuke Cheeseman
2018-09-27Reapply changes reverted in r343114, lldb patch to follow shortlyLuke Cheeseman
2018-09-26Revert r343112 as CallFrameString API change has broken lldb buildsLuke Cheeseman
2018-09-26[AArch64] - Return address signing dwarf supportLuke Cheeseman
2018-09-26Revert r343089 "[AArch64] - Return address signing dwarf support"Hans Wennborg
2018-09-26[AArch64] - Return address signing dwarf supportLuke Cheeseman
2018-03-29Style update. NFC.Rafael Espindola
2018-03-23Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie
2018-03-22[DWARF] Add EmitDwarfOffset function, NFC.Alexey Bataev
2018-02-09Use assembler expressions to lay out the EH LSDA.Rafael Espindola
2018-01-11[DWARF][NFC] Overload AsmPrinter::emitDwarfStringOffsets() to take a DwarfStr...Wolfgang Pieb
2017-12-13Remove redundant includes from lib/CodeGen.Michael Zolotukhin