summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/PowerPC/MCTargetDesc
AgeCommit message (Expand)Author
2025-11-11[PowerPC] Use MCRegister instead of unsigned. NFC (#167602)Craig Topper
2025-10-06[NFC][PowerPC] Cleanup isImm and getImmEncoding functions (#161567)Lei Huang
2025-09-23[NFC][MC][CodeEmitterGen] Extract error reporting into a helper function (#15...Rahul Joshi
2025-08-03PowerPC: Avoid MCSymbol::isUnsetFangrui Song
2025-08-03MCSymbolXOFF: Remove classofFangrui Song
2025-08-03MCSymbolELF: Migrate away from classofFangrui Song
2025-08-03MCSymbolELF: Migrate away from classofFangrui Song
2025-08-03MCSymbolELF: Migrate away from classofFangrui Song
2025-08-02MCAsmBackend::applyFixup: Change `Data` to indicate the relocated locationFangrui Song
2025-07-28XCOFF: Simplify R_REF and remove a MCFragment::addFixup useFangrui Song
2025-07-26MC: Move useCodeAlign from MCSection to MCAsmInfoFangrui Song
2025-07-26MCSectionXCOFF: Remove classofFangrui Song
2025-07-15MCFragment: Remove MCDataFragment/MCRelaxableFragment type aliasesFangrui Song
2025-07-15MCFixup: Replace getTargetKind with getKindFangrui Song
2025-07-15MCFixup: Replace getTargetKind with getKindFangrui Song
2025-07-08MCAsmInfo: Explicitly set AllowDollarAtStartOfIdentifier to false for some ta...Fangrui Song
2025-07-06MCAsmBackend: Remove redundant relaxInstruction overridesFangrui Song
2025-07-05MC: Remove unneeded MCFixupKind castsFangrui Song
2025-07-05MCAsmBackend: Reduce FK_NONE usesFangrui Song
2025-07-05MC: Remove llvm/MC/MCFixupKindInfo.hFangrui Song
2025-07-04PPCMCCodeEmitter: Set PCRel at fixup creationFangrui Song
2025-07-04MCFixup: Remove unused Loc argumentFangrui Song
2025-07-02MCAsmBackend: Merge addReloc into applyFixup (#146820)Fangrui Song
2025-07-02MCAsmBackend: Make some target overrides out-of-lineFangrui Song
2025-06-29MCFragment: Add addFixup to replace getFixups().push_back()Fangrui Song
2025-06-27PowerPC: Remove redundant MCSymbolRefExpr::VariantKind castsFangrui Song
2025-06-26MC: Rename initializeVariantKinds to initializeAtSpecifiersFangrui Song
2025-06-26PowerPC: Separate ELF and XCOFF @ specifiersFangrui Song
2025-06-26PowerPC: Move PPCMCExpr into PPCMCAsmInfoFangrui Song
2025-06-17[llvm] annotate interfaces in llvm/Target for DLL export (#143615)Andrew Rogers
2025-06-15PowerPC: Migrate to newer relocation specifier representationFangrui Song
2025-06-15PowerPC: Replace MCExpr::print with MCAsmInfo::printExprFangrui Song
2025-06-15PowerPC: Rename PPCMCExpr::VK_ to PPC::S_Fangrui Song
2025-06-11Introduce MCAsmInfo::UsesSetToEquateSymbol and prefer = to .setFangrui Song
2025-06-07PPCMCExpr: Migrate to MCSpecifierExprFangrui Song
2025-05-26[PowerPC] Remove unused includes (NFC) (#141449)Kazu Hirata
2025-05-24MCELFObjectTargetWriter::needsRelocateWithSymbol: Remove MCSymbol argumentFangrui Song
2025-05-24MCELFObjectTargetWriter::needsRelocateWithSymbol: Replace MCSymbol uses with ...Fangrui Song
2025-05-24ELFObjectWriter: Remove the MCContext argument from getRelocTypeFangrui Song
2025-05-24ELFObjectWriter: Replace Ctx.reportError with reportErrorFangrui Song
2025-05-24MCFixup: Remove FK_PCRel_ from getKindForSizeFangrui Song
2025-05-23MCAsmBackend: Remove the MCAssembler argument from addRelocFangrui Song
2025-05-23MCAsmBackend: Remove the MCAssembler argument from shouldForceRelocationFangrui Song
2025-05-23MCAsmBackend: Simplify applyFixup (#141333)Fangrui Song
2025-05-23MCAsmBackend: Remove MCSubtargetInfo argumentFangrui Song
2025-05-23[MC] Don't pass MCSubtargetInfo down to shouldForceRelocation and evaluateTar...Fangrui Song
2025-05-18MC: Move R_PPC64_TOC case to PowerPCAsmBackendFangrui Song
2025-04-24[PowerPC] Intrinsics and tests for dmr insert/extract (#135653)RolandF77
2025-04-18MCFixup: Make FixupKindInfo smaller and change getFixupKindInfo to return valueFangrui Song
2025-04-18MCFixup: Add isRelocation/isRelocRelocation helpersFangrui Song