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
/
test
/
CodeGen
/
BPF
Commit message (
Expand
)
Author
Age
Files
Lines
*
[BPF] fix incorrect type in BPFISelDAGToDAG readonly load optimization
Yonghong Song
2020-06-23
1
-0
/
+50
*
[BPF] fix a bug for BTF pointee type pruning
Yonghong Song
2020-06-23
2
-0
/
+248
*
BPF: fix a CORE optimization bug
Yonghong Song
2020-05-06
1
-0
/
+107
*
[BPF] disable ReduceLoadWidth during SelectionDag phase
Yonghong Song
2020-02-10
1
-0
/
+156
*
[BPF] fix a bug in BPFMISimplifyPatchable pass with -O0
Yonghong Song
2020-02-03
1
-0
/
+52
*
[SelectionDAG] ComputeKnownBits - minimum leading/trailing zero bits in LSHR/...
Simon Pilgrim
2020-01-13
1
-1
/
+1
*
[BPF] extend BTF_KIND_FUNC to cover global, static and extern funcs
Yonghong Song
2020-01-10
33
-113
/
+342
*
[BPF] Enable relocation location for load/store/shifts
Yonghong Song
2019-12-26
3
-15
/
+28
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
1
-1
/
+1
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
32
-36
/
+36
*
[BPF] put not-section-attribute externs into BTF ".extern" data section
Yonghong Song
2019-12-10
4
-12
/
+44
*
[BPF] Support to emit debugInfo for extern variables
Yonghong Song
2019-12-09
7
-0
/
+729
*
[BPF] Support weak global variables for BTF
Yonghong Song
2019-12-07
2
-0
/
+131
*
[BPF] add "llvm." prefix to BPF internally created globals
Yonghong Song
2019-11-25
1
-0
/
+65
*
[BPF] Fix a recursion bug in BPF Peephole ZEXT optimization
Yonghong Song
2019-11-22
1
-0
/
+52
*
[BPF] Fix a bug in peephole optimization
Yonghong Song
2019-11-20
4
-8
/
+104
*
[BPF] generate BTF_KIND_VARs for all non-static globals
Yonghong Song
2019-11-12
1
-3
/
+17
*
[BPF] turn on -mattr=+alu32 for cpu version v3 and later
Yonghong Song
2019-11-07
1
-0
/
+1
*
[BPF] Fix CO-RE bugs with bitfields
Yonghong Song
2019-11-04
2
-0
/
+250
*
[BPF] fix a bug in __builtin_preserve_field_info() with FIELD_BYTE_SIZE
Yonghong Song
2019-11-03
1
-0
/
+86
*
[BPF] fix a CO-RE issue with -mattr=+alu32
Yonghong Song
2019-10-25
48
-66
/
+254
*
[BPF] fix indirect call assembly code
Yonghong Song
2019-10-21
1
-0
/
+20
*
bpf: fix wrong truncation elimination when there is back-edge/loop
Jiong Wang
2019-10-16
1
-0
/
+80
*
[BPF] Remove relocation for patchable externs
Yonghong Song
2019-10-10
16
-364
/
+26
*
[BPF] do compile-once run-everywhere relocation for bitfields
Yonghong Song
2019-10-08
47
-71
/
+2511
*
[BPF] Handle offset reloc endpoint ending in the middle of chain properly
Yonghong Song
2019-10-03
1
-0
/
+127
*
[BPF] Generate array dimension size properly for zero-size elements
Yonghong Song
2019-09-24
1
-1
/
+1
*
[BPF] Permit all user instructed offset relocatiions
Yonghong Song
2019-09-18
2
-0
/
+158
*
[BPF] Fix bpf llvm-objdump issues.
Yonghong Song
2019-08-17
1
-0
/
+69
*
[Transforms] Do not drop !preserve.access.index metadata
Yonghong Song
2019-08-03
1
-0
/
+120
*
[BPF] Handling type conversions correctly for CO-RE
Yonghong Song
2019-08-02
19
-4
/
+1535
*
[BPF] annotate DIType metadata for builtin preseve_array_access_index()
Yonghong Song
2019-08-02
1
-1
/
+1
*
[BPF] fix typedef issue for offset relocation
Yonghong Song
2019-07-25
4
-0
/
+388
*
[BPF] fix CO-RE incorrect index access string
Yonghong Song
2019-07-25
1
-0
/
+95
*
[BPF] add unit tests for preserve_{array,union,struct}_access_index intrinsics
Yonghong Song
2019-07-15
3
-0
/
+233
*
[BPF] Support for compile once and run everywhere
Yonghong Song
2019-07-09
29
-169
/
+1748
*
[BPF] generate R_BPF_NONE relocation for BTF DataSec variables
Yonghong Song
2019-05-26
1
-0
/
+60
*
[BPF] emit BTF sections only if debuginfo available
Yonghong Song
2019-05-13
1
-0
/
+31
*
[llvm-objdump] - Print relocation record in a GNU format.
George Rimar
2019-05-07
2
-3
/
+3
*
[AsmPrinter] refactor to support %c w/ GlobalAddress'
Nick Desaulniers
2019-04-26
1
-0
/
+26
*
[BPF] add proper multi-dimensional array support
Yonghong Song
2019-03-28
7
-76
/
+82
*
[BPF] use std::map to ensure consistent output
Yonghong Song
2019-03-27
1
-39
/
+66
*
[BPF] fix flaky btf unit test static-var-derived-type.ll
Yonghong Song
2019-03-22
1
-66
/
+39
*
[BPF] handle derived type properly for computing type id
Yonghong Song
2019-03-22
9
-14
/
+204
*
[BPF] Add BTF Var and DataSec Support
Yonghong Song
2019-03-16
9
-7
/
+980
*
[BPF] handle external global properly
Yonghong Song
2019-03-15
1
-0
/
+42
*
[BPF] do not generate unused local/global types
Yonghong Song
2019-03-15
3
-0
/
+284
*
Revert "[BPF] do not generate unused local/global types"
Yonghong Song
2019-03-15
3
-284
/
+0
*
[BPF] do not generate unused local/global types
Yonghong Song
2019-03-15
3
-0
/
+284
*
[DAGCombiner] If a TokenFactor would be merged into its user, consider the us...
Nirav Dave
2019-03-13
1
-14
/
+14
[next]