summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
AgeCommit message (Expand)Author
2025-07-24Reapply "Support SFrame command-line and .cfi_section syntax (#150316) (#150509)Sterling-Augustine
2025-07-23Revert "Support SFrame command-line and .cfi_section syntax (#149935)" (#150316)Sterling-Augustine
2025-07-23Support SFrame command-line and .cfi_section syntax (#149935)Sterling-Augustine
2024-12-16[PAC][ELF][AArch64] Support signed personality function pointer (#119361)Daniil Kovalev
2024-12-10Revert "[PAC][ELF][AArch64] Support signed personality function pointer" (#11...Daniil Kovalev
2024-12-10[PAC][ELF][AArch64] Support signed personality function pointer (#113148)Daniil Kovalev
2024-07-20AsmPrinter: Avoid use of MachineFunction::getMMI (#99751)Matt Arsenault
2024-06-28[IR] Remove Function.h include from Analysis.h (NFC) (#97056)Nikita Popov
2023-06-07[AsmPrinter][AMDGPU] Generate uwtable entries in .eh_frameJuan Manuel MARTINEZ CAAMAÑO
2023-01-16Move Personalities array from MachineModuleInfo to DwarfCFIException.James Y Knight
2023-01-06Cleanup unwind table emission code a bit.James Y Knight
2022-11-22Refactor AsmPrinterHandler callbacks. NFCI.James Y Knight
2022-03-12Cleanup includes: DebugInfo & CodeGenserge-sans-paille
2022-02-06[CodeGen] Use = default (NFC)Kazu Hirata
2022-01-30[CodeGen] Use default member initialization (NFC)Kazu Hirata
2021-05-06[MCAsmInfo] Support UsesCFIForDebug for targets with no exception handlingRamNalamothu
2021-04-28[NFC] Refactor how CFI section types are represented in AsmPrinterRamNalamothu
2021-04-26Revert D76519 "[NFC] Refactor how CFI section types are represented in AsmPri...Fangrui Song
2021-04-24[NFC] Refactor how CFI section types are represented in AsmPrinterRamNalamothu
2021-04-24[NFC] Delete the redundant member 'shouldEmitMoves' from DwarfCFIException classRamNalamothu
2020-09-30Exception support for basic block sectionsRahman Lavaee
2020-07-14Call Frame Information (CFI) Handling for Basic Block SectionsKrzysztof Pszeniczny
2020-02-13[AsmPrinter][MCStreamer] De-capitalize EmitInstruction and EmitCFI*Fangrui Song
2019-10-31[cfi] Add flag to always generate .debug_frameDavid Candler
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-03-23Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun
2017-12-13Remove redundant includes from lib/CodeGen.Michael Zolotukhin
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-11-03Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-01-05PR 31534: When emitting both DWARF unwind tables and debug information,Joerg Sonnenberger
2017-01-02Emit .cfi_sections before the first .cfi_startprocJoerg Sonnenberger
2016-12-01Move most EH from MachineModuleInfo to MachineFunctionMatthias Braun
2016-12-01Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction"Eric Christopher
2016-11-30Move most EH from MachineModuleInfo to MachineFunctionMatthias Braun
2016-09-16Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher
2016-07-15CodeGen: avoid emitting unnecessary CFISaleem Abdulrasool
2016-04-18[NFC] Header cleanupMehdi Amini
2016-02-26Fix warning in DwarfCFIException. NFCAmaury Sechet
2016-02-26Extract the method to begin and end a fragment in AsmPrinterHandler in their ...Amaury Sechet
2015-08-31[EH] Handle non-Function personalities like unknown personalitiesReid Kleckner
2015-07-16Remove DataLayout from TargetLoweringObjectFile, redirect to ModuleMehdi Amini
2015-07-14[CodeGen] Force emission of personality directive if explicitly specifiedKeno Fischer
2015-04-24[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames
2015-03-17Move the EH symbol to the asm printer and use it for the SJLJ case too.Rafael Espindola
2015-03-17Replace a use of GetTempSymbol with createTempSymbol.Rafael Espindola
2015-03-09Print jump tables before exception tables.Rafael Espindola
2015-02-27Centralize handling of the eh_begin and eh_end labels.Rafael Espindola
2015-01-23Classify functions by EH personality type rather than using the tripleReid Kleckner