summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/BPF/BTFDebug.h
Commit message (Expand)AuthorAgeFilesLines
* [BPF] extend BTF_KIND_FUNC to cover global, static and extern funcsYonghong Song2020-01-101-2/+4
* [BPF] Enable relocation location for load/store/shiftsYonghong Song2019-12-261-6/+6
* [BPF] Support to emit debugInfo for extern variablesYonghong Song2019-12-091-0/+3
* [BPF] Remove relocation for patchable externsYonghong Song2019-10-101-7/+0
* [BPF] do compile-once run-everywhere relocation for bitfieldsYonghong Song2019-10-081-5/+6
* [BPF] Handling type conversions correctly for CO-REYonghong Song2019-08-021-14/+1
* [BPF] fix typedef issue for offset relocationYonghong Song2019-07-251-1/+5
* [BPF] Support for compile once and run everywhereYonghong Song2019-07-091-7/+56
* [BPF] add proper multi-dimensional array supportYonghong Song2019-03-281-2/+1
* [BPF] use std::map to ensure consistent outputYonghong Song2019-03-271-3/+3
* [BPF] Add BTF Var and DataSec SupportYonghong Song2019-03-161-8/+47
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [BPF] Generate BTF DebugInfo under BPF targetYonghong Song2018-12-191-0/+285
OpenPOWER on IntegriCloud