aboutsummaryrefslogtreecommitdiff
path: root/gcc/btfout.cc
AgeCommit message (Expand)AuthorFilesLines
2024-04-11btf: fix a possibly misleading asm debug commentDavid Faust1-34/+50
2024-04-11btf: emit non-representable bitfield as voidDavid Faust1-28/+26
2024-04-10btf: do not skip members of data type with type id BTF_VOID_TYPEIDIndu Bhagat1-5/+0
2024-04-09btf: emit symbol refs in DATASEC entries only for BPF [PR114608]David Faust1-1/+1
2024-03-26btf: Emit labels in DATASEC bts_offset entries.Cupertino Miranda1-1/+29
2024-02-28btf: add BTF_KIND_FUNC traversal function.Cupertino Miranda1-2/+20
2024-02-28btf: fix type id in BTF_KIND_FUNC struct data.Cupertino Miranda1-3/+3
2024-01-08bpf: Correct BTF for kernel_helper attributed declsCupertino Miranda1-0/+7
2024-01-08btf: print string offset in commentCupertino Miranda1-2/+5
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-19btf: change encoding of forward-declared enums [PR111735]David Faust1-11/+35
2023-12-05btf: avoid wrong DATASEC entries for extern vars [PR112849]David Faust1-1/+9
2023-12-04BTF: fix PR debug/112656Indu Bhagat1-0/+4
2023-12-04BTF: fix PR debug/112768Indu Bhagat1-4/+18
2023-11-28Fixed problem with BTF defining smaller enums.Cupertino Miranda1-3/+3
2023-06-02btf: fix bootstrap -Wformat errors [PR110073]David Faust1-4/+11
2023-06-02btf: Fix -Wformat errorsAlex Coplan1-2/+2
2023-05-31btf: improve -dA comments for testsuiteDavid Faust1-47/+180
2023-05-31btf: be clear when record size/type is not usedDavid Faust1-0/+6
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-12-14btf: correct generation for extern funcs [PR106773]David Faust1-42/+87
2022-12-14btf: fix 'extern const void' variables [PR106773]David Faust1-4/+40
2022-12-14btf: add 'extern' linkage for variables [PR106773]David Faust1-1/+10
2022-10-31btf: Add support to BTF_KIND_ENUM64 typeGuillermo E. Martinez1-6/+24
2022-08-02btf: do not use the CHAR `encoding' bit for BTFJose E. Marchesi1-0/+4
2022-08-01btf: emit linkage information in BTF_KIND_FUNC entriesJose E. Marchesi1-1/+5
2022-01-17Change references of .c files to .cc filesMartin Liska1-1/+1
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+1133