summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/MSP430
AgeCommit message (Expand)Author
2025-11-19CodeGen: Add subtarget to TargetLoweringBase constructor (#168620)Matt Arsenault
2025-11-11[ARM][BPF][Lanai][MSP430] Use MCRegister::id() to avoid an implicit cast. NFC...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-09-12CodeGen: Remove MachineFunction argument from getPointerRegClass (#158185)Matt Arsenault
2025-09-11[cmake] Add missing shared library dependency after f3efbceReid Kleckner
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-02[NFC] RuntimeLibcalls: Prefix the impls with 'Impl_' (#153850)Daniel Paoliello
2025-09-02MSP430: Do not add target specific STI member to MSP430AsmParser (#156443)Matt Arsenault
2025-08-25[NFC][MC][MSP430] Rearrange decoder functions for MSP430 disassembler (#155011)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-11[CodeGen] Provide original IR type to CC lowering (NFC) (#152709)Nikita Popov
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-08MSP430: Move libcall CC setting to RuntimeLibcallsInfo (#146081)Matt Arsenault
2025-07-08RuntimeLibcalls: Associate calling convention with libcall impls (#144979)Matt Arsenault
2025-07-07DAG: Remove verifyReturnAddressArgumentIsConstant (#147240)Matt Arsenault
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-30[Target] Prevent copying in loop variables (NFC)Jie Fu
2025-06-29[Target] Use range-based for loops (NFC) (#146277)Kazu Hirata
2025-06-28MCExpr: Migrate away from operator<<Fangrui Song
2025-06-28MCParsedAsmOperand::print: Add MCAsmInfo parameterFangrui Song
2025-06-27TableGen: Generate enum for runtime libcall implementations (#144973)Matt Arsenault
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-06-11MSP430: Partially move runtime libcall config out of TargetLowering (#142709)Matt Arsenault
2025-06-11MSP430: Stop using setCmpLibcallCC (#142708)Matt Arsenault
2025-05-25MCParser: Replace deprecated alias MCAsmLexer with AsmLexerFangrui Song
2025-05-25Replace #include MCAsmLexer.h with AsmLexer.hFangrui 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-05-23[NFC][CodeGen] Adopt MachineFunctionProperties convenience accessors (#141101)Rahul Joshi
2025-05-09[MSP430] TableGen-erate SDNode descriptions (#138878)Sergei Barannikov
2025-05-06Register assembly printer passes (#138348)Matthias Braun
2025-04-18MCFixup: Make FixupKindInfo smaller and change getFixupKindInfo to return valueFangrui Song
2025-04-18[CodeGen] Add another method to CFIInstBuilder (#136270)Sergei Barannikov
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
2025-02-24[CodeGen] Change copyPhysReg interface to use Register instead of MCRegister....Craig Topper
2025-02-20[FrameLowering] Use MCRegister instead of Register in CalleeSavedInfo. NFC (#...Craig Topper
2025-01-22[llvm] Pass MachineInstr flags to storeRegToStackSlot/loadRegFromStackSlot (N...Venkata Ramanaiah Nalamothu
2025-01-20[Mips] Fix compiler crash when returning fp128 after calling a functi… (#11...yingopq