summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/AVR/MCTargetDesc
AgeCommit message (Expand)Author
2025-11-11[AVR] Remove implicit conversions of MCRegister to unsigned. NFC (#167566)Craig Topper
2025-10-25[Target] Add "override" where appropriate (NFC) (#165083)Kazu Hirata
2025-09-04[AVR] Remove workarounds for instructions using Z register (NFCI) (#156361)Sergei Barannikov
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-26AVR,BPF: Derive from MCAsmInfoELFFangrui Song
2025-07-23[llvm] Remove unused includes (NFC) (#150265)Kazu Hirata
2025-07-20[AVR] Force to emit relocation slots for relative branch instructions (#145291)Tom Vijlbrief
2025-07-08MCSpecifierExpr: Use SubclassData to encode the relocation specifierFangrui 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-04AVRMCCodeEmitter: 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-06-28MC: Migrate away from operator<< MCExprFangrui Song
2025-06-27MC: Reduce MCSymbolRefExpr::VK_None usesFangrui Song
2025-06-27MC: Remove unneeded MCSymbolRefExpr::VariantKind callsFangrui Song
2025-06-17[llvm] annotate interfaces in llvm/Target for DLL export (#143615)Andrew Rogers
2025-06-16AVR: Migrate to the new relocation specifier representationFangrui Song
2025-06-16AVR: Rename AVRMCExpr::VK_ to AVR::S_Fangrui Song
2025-06-15AVR: Replace deprecated MCExpr::print with MCAsmInfo::printExprFangrui Song
2025-06-15ARM: Replace deprecated MCExpr::print with MCAsmInfo::printExprFangrui Song
2025-06-08AVRMCExpr: Migrate to MCSpecifierExprFangrui Song
2025-05-26[llvm] Remove unused includes (NFC) (#141526)Kazu Hirata
2025-05-24ELFObjectWriter: Remove the MCContext argument from getRelocTypeFangrui Song
2025-05-24MC: Simplify recordRelocationFangrui Song
2025-05-23MCAsmBackend: Remove the MCAssembler argument from addRelocFangrui Song
2025-05-23MCAsmBackend: Simplify applyFixup (#141333)Fangrui Song
2025-05-23MCAsmBackend: Add member variable MCAssembler * and define getContextFangrui Song
2025-05-23MCAsmBackend: Remove MCSubtargetInfo argumentFangrui Song
2025-05-23AVRAsmBackend: Don't use the MCSubtargetInfo argumentFangrui Song
2025-05-23[MC] Don't pass MCSubtargetInfo down to shouldForceRelocation and evaluateTar...Fangrui Song
2025-05-18MC: Generalize RISCV/LoongArch handleAddSubRelocations and AVR shouldForceRel...Fangrui Song
2025-04-18MCFixup: Make FixupKindInfo smaller and change getFixupKindInfo to return valueFangrui Song
2025-04-18MCFixup: Add isRelocation/isRelocRelocation helpersFangrui Song
2025-04-12ELFObjectWriter: Make .reloc test genericFangrui Song
2025-04-05MCValue: Replace getAccessVariant with getSpecifierFangrui Song
2025-04-05MCValue: Replace getSymSpecifier with getSpecifierFangrui Song
2025-04-05MCValue: Replace MCSymbolRefExpr members with MCSymbolFangrui Song
2025-04-05[Mips,MC] Replace getSymA()->getSymbol() with getAddSym. NFCFangrui Song
2025-04-05[AVR,CSKY] Migrate away from MCValue::getSymBFangrui Song
2025-03-20[AVR] Rename VariantKind to SpecifierFangrui Song
2025-03-16[MC] Remove unneeded getNumFixupKindsFangrui Song
2025-03-16[MC] Rework AVR #121498 to not add extra argument to shouldForceRelocationFangrui Song
2025-03-15[MC] evaluateAsRelocatableImpl: remove the Fixup argumentFangrui Song
2025-03-15[MC] Remove empty fixELFSymbolsInTLSFixups overridesFangrui Song
2025-03-14[AVR] Remove initializeVariantKindsFangrui Song
2025-03-14Move AVR-specific MCSymbolRefExpr::VariantKind to AVRMCExprFangrui Song
2025-03-02[MC] Move VariantKind info to MCAsmInfoFangrui Song