summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/MSP430/MCTargetDesc
AgeCommit message (Expand)Author
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-15MCFixup: Replace getTargetKind with getKindFangrui Song
2025-07-05MC: Remove llvm/MC/MCFixupKindInfo.hFangrui Song
2025-07-04MSP430MCCodeEmitter: 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-17[llvm] annotate interfaces in llvm/Target for DLL export (#143615)Andrew Rogers
2025-06-15Replace deprecated MCExpr::print with MCAsmInfo::printExprFangrui Song
2025-05-24ELFObjectWriter: Remove the MCContext argument from getRelocTypeFangrui Song
2025-05-23MCAsmBackend: Simplify applyFixup (#141333)Fangrui Song
2025-05-23MCAsmBackend: Add member variable MCAssembler * and define getContextFangrui Song
2025-04-18MCFixup: Make FixupKindInfo smaller and change getFixupKindInfo to return valueFangrui Song
2025-04-14[NFC][MC] Use `StringRef` for Modifier in Inst/Asm Printers (#135403)Rahul Joshi
2025-03-16[MC] Remove unneeded getNumFixupKindsFangrui Song
2025-03-16[MSP430] Delete unneeded fixupNeedsRelaxationAdvancedFangrui Song
2024-11-18[Target] Remove unused includes (NFC) (#116577)Kazu Hirata
2024-11-03[MC] Make generated `MCInstPrinter::getMnemonic` const (NFC) (#114682)Sergei Barannikov
2024-10-29[MCInstPrinter] Make printRegName non-constFangrui Song
2024-07-22MCAssmembler: Move ELFHeaderEFlags to ELFObjectWriterFangrui Song
2024-07-01[MC] Make MCAsmBackend::fixupNeedsRelaxation not pure virtualFangrui Song
2024-07-01[MC] Remove the MCAsmLayout parameter from relocation related functionsFangrui Song
2023-10-12Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata
2023-06-06[M68k,MSP430,VE,Xtensa] Migrate to new encodeInstruction that uses SmallVecto...Fangrui Song
2023-05-04[MSP430] Get the DWARF pointer size from MCAsmInfo instead of DataLayout.Ilya Kuklin
2023-04-05[MSP430] Add CFI instructions for MSP430.Ilia Kuklin
2023-01-17[MC] Use MCRegister instead of unsigned in MCInstPrinter (NFC)Sergei Barannikov
2022-09-08[llvm] Use std::size instead of llvm::array_lengthofJoe Loser
2022-07-14[CodeGen] Move instruction predicate verification to emitInstructionDavid Green
2022-07-13Revert "Move instruction predicate verification to emitInstruction"David Green
2022-07-13Move instruction predicate verification to emitInstructionDavid Green
2022-06-10[MC] De-capitalize SwitchSection. NFCFangrui Song
2022-02-16[NFC][MC] remove unused argument `MCRegisterInfo` in `MCCodeEmitter`Shao-Ce SUN
2022-02-09Cleanup LLVMMC headersserge-sans-paille
2022-02-06[llvm] Use = default (NFC)Kazu Hirata
2022-01-26Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer
2022-01-26Rename llvm::array_lengthof into llvm::size to match std::size from C++17serge-sans-paille
2022-01-26[NFC] Remove duplicate includeJim Lin
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner
2021-09-28[llvm-readobj] Support dumping of MSP430 ELF attributesJozef Lawrynowicz
2021-09-07[MC] Use local MCSubtargetInfo in writeNopsPeter Smith
2020-11-17[AsmWriter] Factor out mnemonic generation to accessible getMnemonic.Florian Hahn
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille
2020-08-14[X86][MC][Target] Initial backend support a tune CPU to support -mtuneCraig Topper
2020-08-02[MC] Default MCAsmBackend::mayNeedRelaxation() to falseFangrui Song
2020-06-22[MSP430] Enable some basic support for debug informationAnatoly Trosinenko
2020-04-21[MC][Bugfix] Remove redundant parameter for relaxInstructionShengchen Kan
2020-04-11[MC] Default MCAsmInfo::UseIntegratedAssembler to trueFangrui Song
2020-03-27[MCInstPrinter] Add parameter `Address` to printCustomAliasOperand. NFCFangrui Song
2020-03-27[MCInstPrinter] Add parameter `Address` to MCInstPrinter::printAliasInstr. NFCFangrui Song