summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/BPF/BTF
Commit message (Expand)AuthorAgeFilesLines
* [BPF] fix a bug for BTF pointee type pruningYonghong Song2020-06-232-0/+248
* [BPF] extend BTF_KIND_FUNC to cover global, static and extern funcsYonghong Song2020-01-1028-108/+337
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-241-1/+1
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-2418-18/+18
* [BPF] put not-section-attribute externs into BTF ".extern" data sectionYonghong Song2019-12-104-12/+44
* [BPF] Support to emit debugInfo for extern variablesYonghong Song2019-12-097-0/+729
* [BPF] Support weak global variables for BTFYonghong Song2019-12-072-0/+131
* [BPF] generate BTF_KIND_VARs for all non-static globalsYonghong Song2019-11-121-3/+17
* [BPF] Remove relocation for patchable externsYonghong Song2019-10-108-33/+17
* [BPF] Generate array dimension size properly for zero-size elementsYonghong Song2019-09-241-1/+1
* [BPF] Support for compile once and run everywhereYonghong Song2019-07-0920-168/+403
* [BPF] emit BTF sections only if debuginfo availableYonghong Song2019-05-131-0/+31
* [BPF] add proper multi-dimensional array supportYonghong Song2019-03-287-76/+82
* [BPF] use std::map to ensure consistent outputYonghong Song2019-03-271-39/+66
* [BPF] fix flaky btf unit test static-var-derived-type.llYonghong Song2019-03-221-66/+39
* [BPF] handle derived type properly for computing type idYonghong Song2019-03-229-14/+204
* [BPF] Add BTF Var and DataSec SupportYonghong Song2019-03-169-7/+980
* [BPF] handle external global properlyYonghong Song2019-03-151-0/+42
* [BPF] do not generate unused local/global typesYonghong Song2019-03-153-0/+284
* Revert "[BPF] do not generate unused local/global types"Yonghong Song2019-03-153-284/+0
* [BPF] do not generate unused local/global typesYonghong Song2019-03-153-0/+284
* [BPF] Do not generate BTF sections unnecessarilyYonghong Song2019-03-0531-331/+22
* [BPF] [BTF] Process FileName with absolute path correctlyYonghong Song2019-02-021-0/+81
* Revert "[BPF] [BTF] Process FileName with absolute path correctly"Yonghong Song2019-02-011-83/+0
* [BPF] [BTF] Process FileName with absolute path correctlyYonghong Song2019-02-011-0/+83
* [BPF] Generate BTF DebugInfo under BPF targetYonghong Song2018-12-1937-0/+2615
OpenPOWER on IntegriCloud