summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/SystemZ/MCTargetDesc
AgeCommit message (Expand)Author
2025-11-11[SystemZ] Use MCRegister instead of unsigned. NFC (#167539)Craig Topper
2025-10-09[SystemZ] Fix variable names to reflect Coding Standards (#161899)dvldogg13
2025-09-23[NFC][MC][CodeEmitterGen] Extract error reporting into a helper function (#15...Rahul Joshi
2025-08-03MCSymbolELF: Migrate away from classofFangrui Song
2025-08-02MCAsmBackend::applyFixup: Change `Data` to indicate the relocated locationFangrui Song
2025-08-01MCAsmBackend::applyFixup: Replace Data.getSize() with F.getSize()Fangrui Song
2025-07-26Move MCSection::printSwitchToSection to MCAsmInfoFangrui Song
2025-07-13MCAlignFragment: Rename fields and use uint8_t FillLenFangrui Song
2025-07-05MCAsmBackend: Reduce FK_NONE usesFangrui Song
2025-07-05MC: Remove llvm/MC/MCFixupKindInfo.hFangrui Song
2025-07-04MC: Merge MCFixupKindInfo.h into MCAsmBackend.hFangrui Song
2025-07-04SystemZMCCodeEmitter: Standardize how fixups are appendedFangrui Song
2025-07-04SystemZMCCodeEmitter: Remove unneeded MCFixupKindInfo::FKF_IsPCRelFangrui Song
2025-07-04SystemZMCCodeEmitter: Set PCRel at fixup creationFangrui Song
2025-07-04MCFixup: Remove unused Loc argumentFangrui Song
2025-07-04MCParser: Add SMLoc to expressionsFangrui Song
2025-07-02MCAsmBackend: Simplify shouldForceRelocation overridesFangrui Song
2025-07-02MCAsmBackend: Merge addReloc into applyFixup (#146820)Fangrui Song
2025-07-02[SystemZ][HLASM] Emit END instruction (#146110)Kai Nacke
2025-06-28MC: Migrate away from operator<< MCExprFangrui Song
2025-06-26MC: Rename initializeVariantKinds to initializeAtSpecifiersFangrui Song
2025-06-17[llvm] annotate interfaces in llvm/Target for DLL export (#143615)Andrew Rogers
2025-06-15SystemZ: Migrate to newer relocation specifier representationFangrui Song
2025-06-15SystemZ: Rename SystemZMCExpr::VK_ to SystemZ::S_Fangrui Song
2025-06-15SystemZ: Replace deprecated MCExpr::print with MCAsmInfo::printExprFangrui Song
2025-06-11Introduce MCAsmInfo::UsesSetToEquateSymbol and prefer = to .setFangrui Song
2025-06-08SystemZMCExpr: Migrate to MCSpecifierExprFangrui Song
2025-05-24MCELFObjectTargetWriter::needsRelocateWithSymbol: Remove MCSymbol argumentFangrui Song
2025-05-24ELFObjectWriter: Remove the MCContext argument from getRelocTypeFangrui Song
2025-05-24SystemZ: Replace Ctx.reportError with reportErrorFangrui Song
2025-05-23MCAsmBackend: Remove the MCAssembler argument from shouldForceRelocationFangrui Song
2025-05-23MCAsmBackend: Simplify applyFixup (#141333)Fangrui Song
2025-05-23MCAsmBackend: Add member variable MCAssembler * and define getContextFangrui Song
2025-05-23[MC] Don't pass MCSubtargetInfo down to shouldForceRelocation and evaluateTar...Fangrui Song
2025-05-22[MC] Restore MCAsmBackend::shouldForceRelocation to falseFangrui Song
2025-05-22[SystemZ] Support PrintBranchImmAsAddress in disassembler (#141064)Ulrich Weigand
2025-05-22Revert "[MC] Restore MCAsmBackend::shouldForceRelocation to false"JP Lehr
2025-05-21[MC] Restore MCAsmBackend::shouldForceRelocation to falseFangrui Song
2025-04-30[SystemZ] Implement .machine (push|pop) directives (#137302)Dominik Steenken
2025-04-18MCFixup: Make FixupKindInfo smaller and change getFixupKindInfo to return valueFangrui Song
2025-04-18MCFixup: Add isRelocation/isRelocRelocation helpersFangrui Song
2025-04-16[SystemZ] Add support for 16-bit floating point. (#109164)Jonas Paulsson
2025-04-12ELFObjectWriter: Make .reloc test genericFangrui Song
2025-04-10MCAsmStreamer: Replace the MCInstPrinter * parameter with unique_ptrFangrui Song
2025-04-05MCValue: Replace getAccessVariant with getSpecifierFangrui Song
2025-04-05MCValue: Replace getSymSpecifier with getSpecifierFangrui Song
2025-04-05[MC] Replace getSymA()->getSymbol() with getAddSym. NFCFangrui Song
2025-04-05[MC] Replace getSpecifier(Target.getSymA()) with Target.getSymSpecifier()Fangrui Song
2025-03-23MCValue: add setSpecifier to simplify codeFangrui Song
2025-03-22Move SystemZ-specific MCSymbolRefExpr::VariantKind to SystemZMCExpr::SpecifierFangrui Song