summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/BPF/BTFDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
* [BPF] fix a bug for BTF pointee type pruningYonghong Song2020-06-231-0/+32
* [BPF] extend BTF_KIND_FUNC to cover global, static and extern funcsYonghong Song2020-01-101-27/+28
* [BPF] Enable relocation location for load/store/shiftsYonghong Song2019-12-261-32/+42
* [BPF] put not-section-attribute externs into BTF ".extern" data sectionYonghong Song2019-12-101-3/+6
* [BPF] Support to emit debugInfo for extern variablesYonghong Song2019-12-091-15/+50
* [BPF] Support weak global variables for BTFYonghong Song2019-12-071-5/+6
* [BPF] generate BTF_KIND_VARs for all non-static globalsYonghong Song2019-11-121-2/+7
* [BPF] Remove relocation for patchable externsYonghong Song2019-10-101-51/+5
* [BPF] do compile-once run-everywhere relocation for bitfieldsYonghong Song2019-10-081-38/+43
* [BPF] Remove unused variables. NFCI.Simon Pilgrim2019-09-261-5/+1
* [BPF] Generate array dimension size properly for zero-size elementsYonghong Song2019-09-241-26/+20
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-15/+15
* [BPF] Handling type conversions correctly for CO-REYonghong Song2019-08-021-100/+10
* [BPF] fix typedef issue for offset relocationYonghong Song2019-07-251-8/+33
* [BPF] fix CO-RE incorrect index access stringYonghong Song2019-07-251-5/+6
* [BPF] Support for compile once and run everywhereYonghong Song2019-07-091-33/+456
* [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