index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
BPF
/
BTFDebug.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[BPF] fix a bug for BTF pointee type pruning
Yonghong Song
2020-06-23
1
-0
/
+32
*
[BPF] extend BTF_KIND_FUNC to cover global, static and extern funcs
Yonghong Song
2020-01-10
1
-27
/
+28
*
[BPF] Enable relocation location for load/store/shifts
Yonghong Song
2019-12-26
1
-32
/
+42
*
[BPF] put not-section-attribute externs into BTF ".extern" data section
Yonghong Song
2019-12-10
1
-3
/
+6
*
[BPF] Support to emit debugInfo for extern variables
Yonghong Song
2019-12-09
1
-15
/
+50
*
[BPF] Support weak global variables for BTF
Yonghong Song
2019-12-07
1
-5
/
+6
*
[BPF] generate BTF_KIND_VARs for all non-static globals
Yonghong Song
2019-11-12
1
-2
/
+7
*
[BPF] Remove relocation for patchable externs
Yonghong Song
2019-10-10
1
-51
/
+5
*
[BPF] do compile-once run-everywhere relocation for bitfields
Yonghong Song
2019-10-08
1
-38
/
+43
*
[BPF] Remove unused variables. NFCI.
Simon Pilgrim
2019-09-26
1
-5
/
+1
*
[BPF] Generate array dimension size properly for zero-size elements
Yonghong Song
2019-09-24
1
-26
/
+20
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-15
/
+15
*
[BPF] Handling type conversions correctly for CO-RE
Yonghong Song
2019-08-02
1
-100
/
+10
*
[BPF] fix typedef issue for offset relocation
Yonghong Song
2019-07-25
1
-8
/
+33
*
[BPF] fix CO-RE incorrect index access string
Yonghong Song
2019-07-25
1
-5
/
+6
*
[BPF] Support for compile once and run everywhere
Yonghong Song
2019-07-09
1
-33
/
+456
*
[DebugInfo] Delete TypedDINodeRef
Fangrui Song
2019-05-07
1
-9
/
+9
*
[BPF] Replace fstream and sstream with line_iterator
Fangrui Song
2019-04-02
1
-11
/
+10
*
[BPF] add proper multi-dimensional array support
Yonghong Song
2019-03-28
1
-33
/
+35
*
[BPF] handle derived type properly for computing type id
Yonghong Song
2019-03-22
1
-1
/
+2
*
[BPF] Add BTF Var and DataSec Support
Yonghong Song
2019-03-16
1
-30
/
+134
*
[BPF] handle external global properly
Yonghong Song
2019-03-15
1
-1
/
+1
*
[BPF] do not generate unused local/global types
Yonghong Song
2019-03-15
1
-7
/
+12
*
Revert "[BPF] do not generate unused local/global types"
Yonghong Song
2019-03-15
1
-12
/
+7
*
[BPF] do not generate unused local/global types
Yonghong Song
2019-03-15
1
-7
/
+12
*
[BPF] Do not generate BTF sections unnecessarily
Yonghong Song
2019-03-05
1
-0
/
+8
*
[BPF] [BTF] Process FileName with absolute path correctly
Yonghong Song
2019-02-02
1
-1
/
+1
*
Revert "[BPF] [BTF] Process FileName with absolute path correctly"
Yonghong Song
2019-02-01
1
-1
/
+1
*
[BPF] [BTF] Process FileName with absolute path correctly
Yonghong Song
2019-02-01
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[BPF] Generate BTF DebugInfo under BPF target
Yonghong Song
2018-12-19
1
-0
/
+759