summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/MCTargetDesc
AgeCommit message (Expand)Author
2025-11-18[llvm][ARM] Allow MOVT and MOVW on the offset between two labels (#168072)Loïc Yhuel
2025-11-11[ARM][BPF][Lanai][MSP430] Use MCRegister::id() to avoid an implicit cast. NFC...Craig Topper
2025-10-23[ARM][AArch64] Introduce the Armv9.7-A architecture version (#163154)Jonathan Thackray
2025-09-23[NFC][MC][CodeEmitterGen] Extract error reporting into a helper function (#15...Rahul Joshi
2025-08-22ARM: Remove unneeded ARM::fixup_arm_thumb_bl special caseFangrui Song
2025-08-21MC: Avoid MCSymbol::isExportedFangrui Song
2025-08-17[llvm] Remove unused includes (NFC) (#154051)Kazu Hirata
2025-08-03MCSymbolMachO: Migrate away from classofFangrui Song
2025-08-03MCSymbolELF: Migrate away from classofFangrui Song
2025-08-03MCSymbolELF: Migrate away from classofFangrui Song
2025-08-03MCSymbol: Replace isELF with MCContext::isELFFangrui 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-28ARM: Migrate away from MCFragment::addFixupFangrui Song
2025-07-25MCSectionELF: Remove classofFangrui Song
2025-07-25ARMELFStreamer: Simplify annotateTLSDescriptorSequence with addFixupFangrui Song
2025-07-20MC: Replace getOrCreateDataFragment with getCurrentFragmentFangrui Song
2025-07-15MCFragment: Remove MCDataFragment/MCRelaxableFragment type aliasesFangrui Song
2025-07-15MC: Restructure MCFragment as a fixed part and a variable tailFangrui Song
2025-07-15Remove Native Client support (#133661)Brad Smith
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-08MC: Store MCRelaxableFragment MCInst out-of-lineFangrui Song
2025-07-06MCAsmBackend: Use assert for unreachable relaxInstruction dump codeFangrui 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-05MC: Sink FKF_IsAlignedDownTo32Bits to needed targetsFangrui Song
2025-07-04COFF: Replace deprecated FK_PCRel_ with FK_Data_ fixup and PCRel flagFangrui Song
2025-07-04ARMMCCodeEmitter: Set PCRel at fixup creationFangrui Song
2025-07-04MCFixup: Remove unused Loc argumentFangrui Song
2025-07-03MCAsmBackend: Replace FKF_IsPCRel with isPCRel()Fangrui Song
2025-07-02MCAsmBackend: Merge addReloc into applyFixup (#146820)Fangrui Song
2025-06-30MC: Merge MCFragment.h into MCSection.hFangrui Song
2025-06-29MCFragment: Add addFixup to replace getFixups().push_back()Fangrui Song
2025-06-27MCExpr: Make COFF-specific VK_SECREL target-specificFangrui 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-16ARM: Migrate to the new relocation specifier representationFangrui Song
2025-06-15ARM: Rename ARMMCExpr::VK_ to ARM::S_Fangrui Song
2025-06-15ARM: Replace deprecated MCExpr::print with MCAsmInfo::printExprFangrui Song
2025-06-07ARMMCExpr: Migrate to MCSpecifierExprFangrui Song
2025-05-26[llvm] Remove unused includes (NFC) (#141526)Kazu Hirata
2025-05-25MachObjectWriter: Simplify Asm.getContext().reportErrorFangrui Song
2025-05-25MachObjectWriter: Remove the MCAssembler argument from getSymbolAddressFangrui Song
2025-05-24MCELFObjectTargetWriter::needsRelocateWithSymbol: Remove MCSymbol argumentFangrui Song
2025-05-24ELFObjectWriter: Move Thumb-specific condition to ARMELFObjectWriterFangrui Song
2025-05-24ELFObjectWriter: Remove the MCContext argument from getRelocTypeFangrui Song
2025-05-24ARM,Sparc: Avoid using the MCContext & argumentFangrui Song