summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp
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-20[AVR] Force to emit relocation slots for relative branch instructions (#145291)Tom Vijlbrief
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-02MCAsmBackend: Merge addReloc into applyFixup (#146820)Fangrui 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-03-16[MC] Remove unneeded getNumFixupKindsFangrui Song
2025-03-16[MC] Rework AVR #121498 to not add extra argument to shouldForceRelocationFangrui Song
2025-03-02[MC] Move MIPS-specific gprel/tprel/dtprel from MCStreamer to MipsTargetStreamerFangrui Song
2025-01-20[AVR] Force relocations for non-encodable jumps (#121498)Patryk Wychowaniec
2024-12-27[AVR] Wrap out-of-bounds relative jumps (#118015)Patryk Wychowaniec
2024-11-18[Target] Remove unused includes (NFC) (#116577)Kazu Hirata
2024-09-20[AVR][MC] Fix incorrect range of relative jumps (#109124)Ben Shi
2024-08-30[AVR] Fix parsing & emitting relative jumps (#106722)Patryk Wychowaniec
2024-07-21*AsmBackend.cpp: Include StringSwitch.hFangrui Song
2023-12-07[RISCV][MC] Pass MCSubtargetInfo down to shouldForceRelocation and evaluateTa...Craig Topper
2023-02-14[AVR] Fix inaccurate offsets in PC relative branch instructionsBen Shi
2023-01-08[AVR] Support .reloc directiveFangrui Song
2022-12-23[AVR] Support 16-bit LDS/STS on AVRTiny.Ben Shi
2022-01-15[MC][ARC][Mips] Replace MCContext::reportFatalError calls with reportErrorFangrui Song
2021-09-07[MC] Use local MCSubtargetInfo in writeNopsPeter Smith
2021-09-04[NFC] Run clang-format on llvm/lib/Trget/AVR/Shivam Gupta
2020-07-20MCFixup.h - remove unnecessary MCExpr.h include. NFCI.Simon Pilgrim
2020-06-23[AVR] Don't adjust for instruction sizeAyke van Laethem
2020-05-17[LLVM][AVR] Support for R_AVR_6 fixupDylan McKay
2020-03-15[AVR] Make helper functions static. NFC.Benjamin Kramer
2020-02-26[AVR] Don't adjust addresses by 2 for absolute valuesAyke van Laethem
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-06-07[AVR] Fix build after r334078Alex Bradbury
2018-05-21MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne
2018-05-21MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...Peter Collingbourne
2018-01-03Fix build of WebAssembly and AVR backends after r321692Alex Bradbury
2017-12-11[AVR] Implement some missing code pathsDylan McKay
2017-12-09Revert and accidentally committed revert commitDylan McKay
2017-12-09Revert "[AVR] Override ParseDirective"Dylan McKay
2017-12-07[AVR] Override ParseDirectiveLeslie Zhai
2017-10-18[AVR] Update to current LLVM APIDylan McKay
2017-07-01[AVR] Update AVRASmBackend from API change in r306906Dylan McKay
2017-06-27[AVR] Migrate to new MCAsmBackend applyFixup and processFixupValueLeslie Zhai