summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/VE
AgeCommit message (Expand)Author
2025-11-19CodeGen: Add subtarget to TargetLoweringBase constructor (#168620)Matt Arsenault
2025-11-14[VE] TableGen-erate SDNode descriptions (#168120)Sergei Barannikov
2025-11-11[VE] Use MCRegister instead of unsigned. NFC (#167460)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-10-25[Target] Add "override" where appropriate (NFC) (#165083)Kazu Hirata
2025-10-02[LLVM][CodeGen][SVE] Remove failure cases when widening vector load/store ops...Paul Walker
2025-09-23[NFC][MC][CodeEmitterGen] Extract error reporting into a helper function (#15...Rahul Joshi
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-08VE: Stop using PointerLikeRegClass (#157394)Matt Arsenault
2025-09-08CodeGen: Pass SubtargetInfo to TargetGenInstrInfo constructors (#157337)Matt Arsenault
2025-08-30[TableGen][CodeGen] Remove DisableEncoding field of Instruction class (#156098)Sergei Barannikov
2025-08-25[NFC][MC][VE] Rearrange decoder functions for VE disassembler (#155004)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-15[CodeGen] Give ArgListEntry a proper constructor (NFC) (#153817)Nikita Popov
2025-08-03MCSymbolELF: Migrate away from classofFangrui 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-15MCFixup: Replace getTargetKind with getKindFangrui Song
2025-07-08MC: Store MCRelaxableFragment MCInst out-of-lineFangrui Song
2025-07-07DAG: Remove verifyReturnAddressArgumentIsConstant (#147240)Matt Arsenault
2025-07-06MCAsmBackend: Remove redundant relaxInstruction overridesFangrui Song
2025-07-05MC: Remove llvm/MC/MCFixupKindInfo.hFangrui Song
2025-07-04VE: Remove dead FK_PCRel_* codeFangrui Song
2025-07-04VEMCCodeEmitter: Set PCRel at fixup creationFangrui Song
2025-07-02MCAsmBackend: Simplify shouldForceRelocation overridesFangrui Song
2025-07-02MCAsmBackend: Merge addReloc into applyFixup (#146820)Fangrui Song
2025-07-02MCAsmBackend: Make some target overrides out-of-lineFangrui 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-28MCParsedAsmOperand::print: Add MCAsmInfo parameterFangrui Song
2025-06-26VE: Merge MCExpr into MCAsmInfoFangrui Song
2025-06-26MC: Rename initializeVariantKinds to initializeAtSpecifiersFangrui Song
2025-06-23CodeGen: Emit error if getRegisterByName fails (#145194)Matt Arsenault
2025-06-19RuntimeLibcalls: Pass in exception handling type (#144696)Matt Arsenault
2025-06-17[llvm] annotate interfaces in llvm/Target for DLL export (#143615)Andrew Rogers
2025-06-15MC: Add MCAsmInfo::evaluateAsRelocatableImpl and replace VEMCExpr with MCSpec...Fangrui Song
2025-06-15VE: Rename VEMCExpr::VK_ to VE::S_Fangrui Song
2025-06-15[CostModel] Mark all TTIImpls as final. NFC (#143404)David Green
2025-06-13VE: Replace VEMCExpr::printImpl with printSpecifierExprFangrui Song
2025-06-07VEMCExpr: Migrate to MCSpecifierExprFangrui Song
2025-06-07MC: Add MCSpecifierExpr to unify target MCExprsFangrui Song
2025-05-26[llvm] Remove unused includes (NFC) (#141526)Kazu Hirata
2025-05-25Replace #include MCAsmLexer.h with AsmLexer.hFangrui Song
2025-05-24MCELFObjectTargetWriter::needsRelocateWithSymbol: Remove MCSymbol argumentFangrui Song
2025-05-24ELFObjectWriter: Remove the MCContext argument from getRelocTypeFangrui Song
2025-05-24ELFObjectWriter: Replace Ctx.reportError with reportErrorFangrui Song
2025-05-24MCFixup: Remove FK_PCRel_ from getKindForSizeFangrui Song