summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/BPF/CORE
AgeCommit message (Expand)Author
2025-10-24[test][BPF] Remove unsafe-fp-math uses (NFC) (#164784)paperchalice
2025-03-11[BPF] Fix BitCast Assertion with NonZero AddrSpace (#130722)yonghong-song
2024-12-15[BPF,test] Change llc -march= to -mtriple=Fangrui Song
2024-09-03[BPF] Make -mcpu=v3 as the default (#107008)yonghong-song
2024-04-29BPF: Use DebugLoc to find Filename for BTF line info (#90302)yonghong-song
2024-02-05[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov
2023-10-26[opt] Infer DataLayout from triple if not specifiedAlex Richardson
2023-10-23[MemDep] Use EarliestEscapeInfo (#69727)Nikita Popov
2023-10-04Auto-generate test checks for tests affected by D141060Alex Richardson
2023-08-16[BPF] support for BPF_ST instruction in codegenEduard Zingerman
2023-08-15[BPF] Fix in/out argument constraints for CORE_MEM instructionsEduard Zingerman
2023-08-15[BPF] Reset machine register kill mark in BPFMISimplifyPatchableEduard Zingerman
2023-08-11Revert "[BPF] support for BPF_ST instruction in codegen"Eduard Zingerman
2023-08-11[BPF] support for BPF_ST instruction in codegenEduard Zingerman
2023-07-12[llvm] Remove explicit -opaque-pointers flag from tests (NFC)Nikita Popov
2022-12-19[BPFAbstractMemberAccess] Use WeakTrackingVH for BaseNikita Popov
2022-12-19[BPF] Restore failing offset-reloc-cast-struct tests (NFC)Nikita Popov
2022-12-19[BPF] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-07-13[BPF] Handle anon record for CO-RE relocationsYonghong Song
2022-06-29[BPF] Introduce support for type match relocationsDaniel Müller
2022-06-06[BPF] Add BTF 64bit enum value supportYonghong Song
2022-05-26[FileCheck] Catch missspelled directives.Ivan Kosarev
2022-04-19[BPF] Fix a bug in BPFMISimplifyPatchable passPeter Klausler
2022-04-14[BPF] handle opaque-pointer for __builtin_preserve_enum_valueYonghong Song
2022-03-16[BPF] fix a CO-RE bitfield relocation error with >8 record alignmentYonghong Song
2021-09-10[OpaquePtr] Forbid mixing typed and opaque pointersNikita Popov
2021-07-17[BPF] Use elementtype attribute for preserve.array/struct.index intrinsicsNikita Popov
2021-05-24Revert "[NFC] remove explicit default value for strboolattr attribute in tests"serge-sans-paille
2021-05-24[NFC] remove explicit default value for strboolattr attribute in testsserge-sans-paille
2021-05-06BPF: fix FIELD_EXISTS relocation with array subscriptsYonghong Song
2020-11-16BPF: make __builtin_btf_type_id() return 64bit intYonghong Song
2020-11-11[BPF] intrinsic-array-2.ll - remove unused check prefixesSimon Pilgrim
2020-10-06BPF: avoid duplicated globals for CORE relocationsYonghong Song
2020-10-06[BPF][NewPM] Make BPFTargetMachine properly adjust NPM optimizer pipelineArthur Eubanks
2020-09-28BPF: explicitly specify bpfel triple for certain testsYonghong Song
2020-09-28BPF: move AbstractMemberAccess and PreserveDIType passes to EP_EarlyAsPossibleYonghong Song
2020-08-04BPF: support type exist/size and enum exist/value relocationsYonghong Song
2020-07-20[llvm-readobj] Update tests because of changes in llvm-readobj behaviorElvina Yakubova
2020-06-30[BPF] Fix a bug for __builtin_preserve_field_info() processingYonghong Song
2020-04-20BPF: fix a CORE optimization bugYonghong Song
2020-02-11[BPF] implement isTruncateFree and isZExtFree in BPFTargetLoweringYonghong Song
2020-02-04[BPF] disable ReduceLoadWidth during SelectionDag phaseYonghong Song
2020-02-04[BPF] handle typedef of struct/union for CO-RE relocationsYonghong Song
2020-01-10[BPF] extend BTF_KIND_FUNC to cover global, static and extern funcsYonghong Song
2019-12-26[BPF] Enable relocation location for load/store/shiftsYonghong Song
2019-12-24Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song
2019-11-25[BPF] add "llvm." prefix to BPF internally created globalsYonghong Song
2019-11-04[BPF] Fix CO-RE bugs with bitfieldsYonghong Song
2019-11-03[BPF] fix a bug in __builtin_preserve_field_info() with FIELD_BYTE_SIZEYonghong Song
2019-10-25[BPF] fix a CO-RE issue with -mattr=+alu32Yonghong Song