summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/BPF/BTF
AgeCommit message (Expand)Author
2025-10-24[test][BPF] Remove unsafe-fp-math uses (NFC) (#164784)paperchalice
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-07-28[BPF] Visit nested map array during BTF generation (#150608)Mahé
2025-06-20[BPF] Handle nested wrapper structs in BPF map definition traversal (#144097)Michal Rostecki
2025-05-28[BPF] Allow struct pointee member btf generation with annotations (#141719)yonghong-song
2025-05-27[BPF] Handle traps with kfunc call __bpf_trap (#131731)yonghong-song
2024-12-15[BPF,test] Change llc -march= to -mtriple=Fangrui Song
2024-09-29[BPF] fix print_btf.py test script on bigendian machines (#110332)eddyz87
2024-09-24[BPF] Do atomic_fetch_*() pattern matching with memory ordering (#107343)yonghong-song
2024-07-05[BPF] Fix linking issues in static map initializers (#91310)Nick Zavaritsky
2024-02-05[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov
2023-11-03[BPF] Skip modifiers for __builtin_btf_type_id() local type (#71094)yonghong-song
2023-09-11[test] Change llc -march= to -mtriple=Fangrui Song
2023-08-03[BPF] Don't crash on missing line infoTamir Duberstein
2023-03-13[BPF] Improve pruning to avoid generate more types in BTFYonghong Song
2023-01-07[BPF] generate btf_decl_tag records for params of extern functionsEduard Zingerman
2022-12-29[BPF] Use SectionForGlobal() for section names computation in BTFEduard Zingerman
2022-12-19[BPF] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-06-06[BPF] Add BTF 64bit enum value supportYonghong Song
2022-02-25[BPF] Fix tests that fail if /tmp/t.c existsReid Kleckner
2022-02-16[BPF] Fix a BTF type pruning bugYonghong Song
2022-02-14[BPF] Fix a bug in BTF_KIND_TYPE_TAG generationYonghong Song
2021-11-09BPF: change btf_type_tag BTF output formatYonghong Song
2021-11-04BPF: Support btf_type_tag attributeYonghong Song
2021-10-21BPF: emit BTF_KIND_DECL_TAG for typedef typesYonghong Song
2021-10-19BPF: set .BTF and .BTF.ext section alignment to 4Yonghong Song
2021-10-11BPF: rename BTF_KIND_TAG to BTF_KIND_DECL_TAGYonghong Song
2021-09-09BPF: change BTF_KIND_TAG formatYonghong Song
2021-08-28[BPF] support btf_tag attribute in .BTF sectionYonghong Song
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-04-26BPF: generate BTF info for LD_imm64 loaded function pointerYonghong Song
2021-04-13BPF: remove default .extern data sectionYonghong Song
2021-04-13BPF: generate proper BTF for globals with WeakODRLinkageYonghong Song
2021-03-25BPF: add extern func to data sections if specifiedYonghong Song
2021-03-05[BPF] Add support for floats and doublesIlya Leoshkevich
2021-03-04BPF: permit type modifiers for __builtin_btf_type_id() relocationYonghong Song
2020-11-16BPF: make __builtin_btf_type_id() return 64bit intYonghong Song
2020-09-28BPF: move AbstractMemberAccess and PreserveDIType passes to EP_EarlyAsPossibleYonghong Song
2020-08-04BPF: simplify IR generation for __builtin_btf_type_id()Yonghong Song
2020-07-20[llvm-readobj] Update tests because of changes in llvm-readobj behaviorElvina Yakubova
2020-07-17BPF: generate .rodata BTF datasec for certain initialized local var'sYonghong Song
2020-07-12BPF: permit .maps section variables with typedef typeYonghong Song
2020-07-01[BPF] Fix a BTF gen bug related to a pointer struct memberYonghong Song
2020-06-17[BPF] fix a bug for BTF pointee type pruningYonghong Song
2020-05-15[BPF] preserve debuginfo types for builtin __builtin__btf_type_id()Yonghong Song
2020-01-10[BPF] extend BTF_KIND_FUNC to cover global, static and extern funcsYonghong Song
2019-12-24Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song
2019-12-24Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song