summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/BPF
AgeCommit message (Expand)Author
2025-11-19CodeGen: Add subtarget to TargetLoweringBase constructor (#168620)Matt Arsenault
2025-11-13[BPF] add allows-misaligned-mem-access target feature (#167013)Claire Fan
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-11-06[BPF] TableGen-erate SDNode descriptions (#166499)Sergei Barannikov
2025-11-06[llvm] Remove redundant declarations (NFC) (#166713)Kazu Hirata
2025-11-04[BPF] Remove dead code related to __bpf_trap global var (#166440)yonghong-song
2025-11-04[BPF] Avoid relocation for jumptable entries (#166301)yonghong-song
2025-11-03[BPF] Remove unused weak symbol __bpf_trap (#166003)yonghong-song
2025-10-25[Target] Add "override" where appropriate (NFC) (#165083)Kazu Hirata
2025-10-22[BPF] Do not emit names for PTR, CONST, VOLATILE and RESTRICT BTF types (#163...Michal R
2025-10-20[BPF] Support for `DW_TAG_variant_part` in BTF generation (#155783)Michal R
2025-10-07[BPF] Handle certain mem intrinsic functions with addr-space arguments (#160025)yonghong-song
2025-10-04[MC] Make .note.GNU-stack explicit for the trampoline case (#151754)ssijaric-nv
2025-09-22[MC][BPF] Avoid generating .note.GNU-stack section (#159960)yonghong-song
2025-09-20[BPF] Avoid generating .comment section (#159958)yonghong-song
2025-09-16[BPF] Support Jump Table (#149715)yonghong-song
2025-09-15[NFC][DecoderEmitter] Code cleanup in `DecoderEmitter::emitTable` (#158014)Rahul Joshi
2025-09-11[llvm] Move data layout string computation to TargetParser (#157612)Reid Kleckner
2025-09-09[BPF] Remove skb operand of LD_ABS/LD_IND instructions (#157344)Sergei Barannikov
2025-09-08CodeGen: Pass SubtargetInfo to TargetGenInstrInfo constructors (#157337)Matt Arsenault
2025-09-06[BPF] Remove an unnecessary cast (NFC) (#157230)Kazu Hirata
2025-09-04[TableGen][Decoder] Decode operands with zero width or all bits known (#156358)Sergei Barannikov
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-02MCAsmBackend::applyFixup: Change `Data` to indicate the relocated locationFangrui Song
2025-07-28[BPF] Visit nested map array during BTF generation (#150608)Mahé
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-22[BPF] Fix build warnings due to a static var in header file (#150128)yonghong-song
2025-07-15MCFixup: Replace getTargetKind with getKindFangrui Song
2025-07-10[TargetLowering] Change getOptimalMemOpType and findOptimalMemOpLowering to t...Boyao Wang
2025-07-05MC: Remove llvm/MC/MCFixupKindInfo.hFangrui Song
2025-07-04BPF: Replace deprecated FK_PCRel_ with FK_Data_ fixup and PCRel flagFangrui Song
2025-07-04BPFMCCodeEmitter: Set PCRel at fixup creationFangrui Song
2025-07-02MCAsmBackend: Merge addReloc into applyFixup (#146820)Fangrui Song
2025-07-02[BPF] Emit proper error message for insns with tied operands (#146778)yonghong-song
2025-06-28BPF: Replace deprecated MCExpr::print with MCAsmInfo::printExprFangrui Song
2025-06-28MCParsedAsmOperand::print: Add MCAsmInfo parameterFangrui Song
2025-06-28MC: Migrate away from operator<< MCExprFangrui Song
2025-06-27MC: Remove unneeded MCSymbolRefExpr::VariantKind callsFangrui Song
2025-06-20[BPF] Handle nested wrapper structs in BPF map definition traversal (#144097)Michal Rostecki
2025-06-19[llvm] Remove unused includes (NFC) (#144941)Kazu Hirata
2025-06-17[llvm] annotate interfaces in llvm/Target for DLL export (#143615)Andrew Rogers
2025-06-17[BPF] Do not allow gotol in the middle of asm insn (#144545)yonghong-song
2025-06-15[CostModel] Mark all TTIImpls as final. NFC (#143404)David Green
2025-06-13[BPF] Report an warning if certain insn imm operand cannot fit in 32bit (#142...yonghong-song
2025-06-12[DLCov][NFC] Propagate annotated DebugLocs through transformations (#138047)Stephen Tozer