summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/WinException.cpp
AgeCommit message (Expand)Author
2025-07-22Fix Windows EH IP2State tables (remove +1 bias) (#144745)sivadeilra
2025-06-27MCExpr: Remove VK_NoneFangrui Song
2025-04-13[CodeGen] Use llvm::append_range (NFC) (#135567)Kazu Hirata
2025-03-07[win] Fix EH Cont Guard targets when SEH personality is used (#129612)Daniel Paoliello
2025-03-06[win] NFC: Rename `EHCatchret` to `EHCont` to allow for EH Continuation targe...Daniel Paoliello
2025-01-24[NFC][DebugInfo] Use iterator-flavour getFirstNonPHI at many call-sites (#123...Jeremy Morse
2023-04-17[nfc][llvm] Replace pointer cast functions in PointerUnion by llvm casting fu...Shraiysh Vaishay
2023-03-29Reland "[Windows SEH]: HARDWARE EXCEPTION HANDLING (MSVC -EHa) - Part 2"Phoebe Wang
2023-01-06Cleanup unwind table emission code a bit.James Y Knight
2022-12-02Revert "[Windows SEH]: HARDWARE EXCEPTION HANDLING (MSVC -EHa) - Part 2"tentzen
2022-12-01[Windows SEH]: HARDWARE EXCEPTION HANDLING (MSVC -EHa) - Part 2tentzen
2022-11-24[Alignment][NFC] Use Align in MCStreamer::emitValueToAlignmentGuillaume Chatelet
2022-06-10[MC] De-capitalize SwitchSection. NFCFangrui Song
2022-06-07[MC] De-capitalize MCStreamer functionsFangrui Song
2022-06-01[ARM] [MC] Add support for writing ARM WinEH unwind infoMartin Storsjö
2022-05-26[MC] Lower case the first letter of EmitCOFF* EmitWin* EmitCV*. NFCFangrui Song
2022-03-12Cleanup includes: DebugInfo & CodeGenserge-sans-paille
2022-02-06[CodeGen] Use = default (NFC)Kazu Hirata
2021-08-20Fix SEH table addresses for WindowsDaniel Paoliello
2021-02-15Add ehcont section supportArlo Siemsen
2020-11-23Reapply "[CodeGen] [WinException] Only produce handler data at the end of the...Martin Storsjö
2020-11-05[SVE] Return StackOffset for TargetFrameLowering::getFrameIndexReference.Sander de Smalen
2020-11-03Revert "[CodeGen] [WinException] Only produce handler data at the end of the ...Hans Wennborg
2020-10-27Rename EHPersonality::MSVC_Win64SEH to EHPersonality::MSVC_TableSEH. NFC.Luqman Aden
2020-09-21[CodeGen] [WinException] Only produce handler data at the end of the function...Martin Storsjö
2020-09-11[CodeGen] [WinException] Remove a redundant explicit section switch for aarch64Martin Storsjö
2020-05-23TargetLowering.h - remove unnecessary TargetMachine.h include. NFCSimon Pilgrim
2020-04-07CodeGen: Use Register in TargetFrameLoweringMatt Arsenault
2020-02-29[MC] Add MCStreamer::emitInt{8,16,32,64}Fangrui Song
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-14[MC] De-capitalize some MCStreamer::Emit* functionsFangrui Song
2020-02-13[AsmPrinter] De-capitalize all AsmPrinter::Emit* but EmitInstructionFangrui Song
2019-10-02WinException::emitExceptHandlerTable - silence static analyzer dyn_cast<Funct...Simon Pilgrim
2019-09-11[Alignment][NFC] use llvm::Align for AsmPrinter::EmitAlignmentGuillaume Chatelet
2019-09-11[Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir...Guillaume Chatelet
2019-09-05[LLVM][Alignment] Make functions using log of alignment explicitGuillaume Chatelet
2019-05-03[AArch64][Windows] Compute function length correctly in unwind tables.Eli Friedman
2019-02-01[COFF, ARM64] Fix localaddress to handle stack realignment and variable size ...Mandeep Singh Grang
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-16[COFF, ARM64] Implement support for SEH extensions __try/__except/__finallyMandeep Singh Grang
2019-01-16[EH] Rename llvm.x86.seh.recoverfp intrinsic to llvm.eh.recoverfpMandeep Singh Grang
2018-10-27[ARM64][Windows] MCLayer support for exception handlingSanjin Sijaric
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-05-16IR: Give function GlobalValue::getRealLinkageName() a less misleading name: d...Peter Collingbourne