summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/BPF/BTFDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] Delete TypedDINodeRefFangrui Song2019-05-071-9/+9
* [BPF] Replace fstream and sstream with line_iteratorFangrui Song2019-04-021-11/+10
* [BPF] add proper multi-dimensional array supportYonghong Song2019-03-281-33/+35
* [BPF] handle derived type properly for computing type idYonghong Song2019-03-221-1/+2
* [BPF] Add BTF Var and DataSec SupportYonghong Song2019-03-161-30/+134
* [BPF] handle external global properlyYonghong Song2019-03-151-1/+1
* [BPF] do not generate unused local/global typesYonghong Song2019-03-151-7/+12
* Revert "[BPF] do not generate unused local/global types"Yonghong Song2019-03-151-12/+7
* [BPF] do not generate unused local/global typesYonghong Song2019-03-151-7/+12
* [BPF] Do not generate BTF sections unnecessarilyYonghong Song2019-03-051-0/+8
* [BPF] [BTF] Process FileName with absolute path correctlyYonghong Song2019-02-021-1/+1
* Revert "[BPF] [BTF] Process FileName with absolute path correctly"Yonghong Song2019-02-011-1/+1
* [BPF] [BTF] Process FileName with absolute path correctlyYonghong Song2019-02-011-1/+1
* 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/+759
OpenPOWER on IntegriCloud