summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/AVR
AgeCommit message (Expand)Author
2025-11-19CodeGen: Add subtarget to TargetLoweringBase constructor (#168620)Matt Arsenault
2025-11-11[AVR] Remove implicit conversions of MCRegister to unsigned. NFC (#167566)Craig Topper
2025-11-10CodeGen: Remove TRI arguments from stack load/store hooks (#158240)Matt Arsenault
2025-11-10CodeGen: Keep reference to TargetRegisterInfo in TargetInstrInfo (#158224)Matt Arsenault
2025-11-10Remove unused standard headers: <string>, <optional>, <numeric>, <tuple> (#16...serge-sans-paille
2025-10-25[Target] Add "override" where appropriate (NFC) (#165083)Kazu Hirata
2025-10-24[AVR] Fix occasional corruption in stack passed paramsCarl Peto
2025-09-19CodeGen: Add RegisterClass by HwMode (#158269)Matt Arsenault
2025-09-12CodeGen: Remove MachineFunction argument from getPointerRegClass (#158185)Matt Arsenault
2025-09-11[llvm] Move data layout string computation to TargetParser (#157612)Reid Kleckner
2025-09-08CodeGen: Pass SubtargetInfo to TargetGenInstrInfo constructors (#157337)Matt Arsenault
2025-09-05[AVR] Refactor ADIW/SBIW/MOVW instruction descriptions (NFCI) (#156876)Sergei Barannikov
2025-09-05[AVR] Refactor MUL/FMUL instruction descriptions (NFC) (#156862)Sergei Barannikov
2025-09-05[AVR] Fix UB "left shift of negative value" detected by sanitizerSergei Barannikov
2025-09-05[AVR] Remove some custom decoder functions (NFCI) (#156852)Sergei Barannikov
2025-09-05[AVR] Remove LPM/ELPM custom decoder (NFC) (#156928)Sergei Barannikov
2025-09-04[AVR] Remove workarounds for instructions using Z register (NFCI) (#156361)Sergei Barannikov
2025-09-04[TableGen][Decoder] Decode operands with zero width or all bits known (#156358)Sergei Barannikov
2025-09-02AVR: Do not add target specific STI member to AVRAsmParser (#156442)Matt Arsenault
2025-08-28[AVR] Remove unnecessary casts (NFC) (#155791)Kazu Hirata
2025-08-25[NFC][MC][AVR] Rearrange decode functions in AVR disassembler (#155013)Rahul Joshi
2025-08-21[NFC][MC][Decoder] Extract fixed pieces of decoder code into new header file ...Rahul Joshi
2025-08-21[Target] Remove SoftFail field on targets that don't use it (NFC) (#154659)Sergei Barannikov
2025-08-17[llvm] Remove unused includes (NFC) (#154051)Kazu Hirata
2025-08-15[CodeGen] Give ArgListEntry a proper constructor (NFC) (#153817)Nikita Popov
2025-08-11[AVR] Only specify one legal int string in data layout (#153010)Nikita Popov
2025-08-10[AVR] Change `half` to use `softPromoteHalfType` (#152783)Trevor Gross
2025-08-09[AVR] Fix build break with shared librariesKrzysztof Parzyszek
2025-08-09[AVR][NFC] Split AVRTargetTransformInfo.h to AVRTargetTransformInfo.cpp (#152...Tom Vijlbrief
2025-08-09[AVR] Fix Avr indvar detection and strength reduction (missed optimization) (...Tom Vijlbrief
2025-08-07[AVR] Fix codegen after getConstant assertions got enabled (#152269)Ayke
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-25MCSectionELF: Remove classofFangrui 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-14[AVR] Simplify SPWRITE on XMEGA (#147210)Tom Vijlbrief
2025-07-12[AVR] Fix broken link in README.md (#146821)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-28MCParsedAsmOperand::print: Add MCAsmInfo parameterFangrui 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