summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/ARMException.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
2023-01-06Cleanup unwind table emission code a bit.James Y Knight
2022-11-22Refactor AsmPrinterHandler callbacks. NFCI.James Y Knight
2022-06-07[MC] De-capitalize MCStreamer functionsFangrui Song
2022-03-12Cleanup includes: DebugInfo & CodeGenserge-sans-paille
2022-02-06[CodeGen] Use = default (NFC)Kazu Hirata
2021-09-28[CodeGen] Fix wrapping personality symbol on ARMShoaib Meenai
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
2020-02-14[MC] De-capitalize another set of MCStreamer::Emit* functionsFangrui Song
2020-02-14[MC] De-capitalize some 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
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-02-09Use assembler expressions to lay out the EH LSDA.Rafael Espindola
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-04-18[NFC] Header cleanupMehdi Amini
2015-08-31[EH] Handle non-Function personalities like unknown personalitiesReid Kleckner
2015-07-29Reapply "Add reverse(ContainerTy) range adapter."Pete Cooper
2015-07-29Revert "Add reverse(ContainerTy) range adapter."Pete Cooper
2015-07-29Add reverse(ContainerTy) range adapter.Pete Cooper
2015-07-24Use make_range(rbegin(), rend()) to allow foreach loops. NFC.Pete Cooper
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-14Use MMI->getPersonality() instead of MMI->getPersonalities()[MMI->getPersonal...Reid Kleckner
2014-11-14Allow the use of functions as typeinfo in landingpad clausesReid Kleckner
2014-11-03Revert r221150, as it broke sanitizer testsOliver Stannard
2014-11-03Emit .eh_frame with relocations to functions, rather than sectionsOliver Stannard
2014-06-11CodeGen: refactor DwarfExceptionSaleem Abdulrasool
2014-05-14Fix ARM EHABI when function has landingpad and nounwind.Logan Chien
2014-04-30Prepare support of Itanium ABI on ARM as opposed to EHABI byJoerg Sonnenberger
2014-04-24[C++] Use 'nullptr'.Craig Topper
2014-02-14Generate the DWARF stack frame decode operations in the function prologue for...Artyom Skrobov
2014-01-29Enable EHABI by defaultRenato Golin